[JS IR] Fix compilation after rebase

This commit is contained in:
Ilya Goncharov
2021-02-18 10:31:06 +03:00
committed by TeamCityServer
parent 0182c09318
commit 0e00186ca1
5 changed files with 23 additions and 27 deletions
@@ -206,7 +206,8 @@ class K2JsIrCompiler : CLICompiler<K2JSCompilerArguments>() {
irFactory = PersistentIrFactory(), // TODO IrFactoryImpl?
outputKlibPath = outputFile.path,
nopack = arguments.irProduceKlibDir,
jsOutputName = FileUtil.getNameWithoutExtension(outputFile),)
jsOutputName = FileUtil.getNameWithoutExtension(outputFile),
)
}
if (arguments.irProduceJs) {