[JS IR] Fixes after rebase
This commit is contained in:
committed by
TeamCityServer
parent
d65cbdf44d
commit
f40110eb83
@@ -56,7 +56,7 @@ fun compile(
|
||||
baseClassIntoMetadata: Boolean = false,
|
||||
): CompilerResult {
|
||||
val (moduleFragment: IrModuleFragment, dependencyModules, irBuiltIns, symbolTable, deserializer, moduleToName) =
|
||||
loadIr(project, mainModule, analyzer, configuration, allDependencies, friendDependencies, irFactory, forceAllJs)
|
||||
loadIr(project, mainModule, analyzer, configuration, allDependencies, friendDependencies, irFactory)
|
||||
|
||||
val moduleDescriptor = moduleFragment.descriptor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user