Skip to content

Commit

Permalink
Add TODOs referencing KT-4078 (sourcemap paths)
Browse files Browse the repository at this point in the history
  • Loading branch information
abesto committed Nov 15, 2014
1 parent 158e73e commit c50a32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -233,6 +233,7 @@ class Kotlin2JsSourceSetProcessor(
clean?.dependsOn(cleanTask.getName())
}

// TODO Should be removed after https://youtrack.jetbrains.com/issue/KT-4078 is fixed
private fun createRewritePathsInSourceMapTask() {
val taskName = sourceSet.getTaskName("rewrite", "pathsInSourceMap")
val task = project.getTasks().create(taskName, javaClass<RewritePathsInSourceMap>())
Expand Down
Expand Up @@ -228,6 +228,7 @@ public open class Kotlin2JsCompile() : AbstractKotlinCompile<K2JSCompilerArgumen
}
}

// TODO Should be removed after https://youtrack.jetbrains.com/issue/KT-4078 is fixed
public open class RewritePathsInSourceMap() : DefaultTask() {
var sourceMapPath: () -> String = { "" }
var sourceRootDir: () -> String = { "" }
Expand Down

0 comments on commit c50a32e

Please sign in to comment.