[JS] Get rid of outputFile in compiler args (KT-61116)
^KT-56753 fixed
This commit is contained in:
committed by
Space Team
parent
9fcf6c5f89
commit
2340d59f40
+1
-4
@@ -108,10 +108,7 @@ class IncrementalJsCompilerRunner(
|
||||
IncrementalJsCachesManager(icContext, if (!args.isIrBackendEnabled()) JsSerializerProtocol else KlibMetadataSerializerProtocol, cacheDirectory)
|
||||
|
||||
override fun destinationDir(args: K2JSCompilerArguments): File {
|
||||
return if (args.isIrBackendEnabled())
|
||||
File(args.outputDir!!)
|
||||
else
|
||||
File(args.outputFile!!).parentFile
|
||||
return File(args.outputDir!!)
|
||||
}
|
||||
|
||||
override fun calculateSourcesToCompile(
|
||||
|
||||
Reference in New Issue
Block a user