[K/JS] Remove an internal system property and replace it with the new compiler flag
This commit is contained in:
+1
-3
@@ -43,9 +43,7 @@ abstract class AbstractIncrementalJsCompilerRunnerTest : AbstractIncrementalComp
|
||||
outputFile = File(destinationDir, "${testDir.name}.js").path
|
||||
sourceMap = true
|
||||
metaInfo = true
|
||||
useDeprecatedLegacyCompiler = true
|
||||
// TODO: It will be deleted after all of our internal vendors will use the new Kotlin/JS compiler
|
||||
CompilerSystemProperties.KOTLIN_JS_COMPILER_LEGACY_FORCE_ENABLED.value = "true"
|
||||
forceDeprecatedLegacyCompilerUsage = true
|
||||
}
|
||||
|
||||
protected open val scopeExpansionMode = CompileScopeExpansionMode.NEVER
|
||||
|
||||
+1
-3
@@ -29,9 +29,7 @@ abstract class AbstractIncrementalMultiModuleJsCompilerRunnerTest :
|
||||
K2JSCompilerArguments().apply {
|
||||
sourceMap = true
|
||||
metaInfo = true
|
||||
useDeprecatedLegacyCompiler = true
|
||||
// TODO: It will be deleted after all of our internal vendors will use the new Kotlin/JS compiler
|
||||
CompilerSystemProperties.KOTLIN_JS_COMPILER_LEGACY_FORCE_ENABLED.value = "true"
|
||||
forceDeprecatedLegacyCompilerUsage = true
|
||||
}
|
||||
|
||||
override fun makeForSingleModule(
|
||||
|
||||
Reference in New Issue
Block a user