Generate source maps in JS IC tests
#KT-21700 fixed
This commit is contained in:
+1
@@ -37,5 +37,6 @@ abstract class AbstractIncrementalJsCompilerRunnerTest : AbstractIncrementalComp
|
||||
override fun createCompilerArguments(destinationDir: File, testDir: File): K2JSCompilerArguments =
|
||||
K2JSCompilerArguments().apply {
|
||||
outputFile = File(destinationDir, "${testDir.name}.js").path
|
||||
sourceMap = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user