[JS IR] Module descriptors depends on each other
This commit is contained in:
committed by
Space Team
parent
b42492cd4d
commit
7ae85ed68e
@@ -387,7 +387,7 @@ abstract class AbstractInvalidationTest(
|
||||
moduleSourceFiles,
|
||||
configuration,
|
||||
sourceModule.jsFrontEndResult.jsAnalysisResult,
|
||||
sortDependencies(sourceModule.descriptors),
|
||||
sortDependencies(sourceModule.moduleDependencies),
|
||||
icData,
|
||||
expectDescriptorToSymbol,
|
||||
IrFactoryImpl,
|
||||
|
||||
@@ -208,7 +208,7 @@ class JsIrBackendFacade(
|
||||
|
||||
return getIrModuleInfoForKlib(
|
||||
moduleDescriptor,
|
||||
sortDependencies(JsEnvironmentConfigurator.getAllRecursiveLibrariesFor(module, testServices)) + mainModuleLib,
|
||||
sortDependencies(JsEnvironmentConfigurator.getAllDependenciesMappingFor(module, testServices)) + mainModuleLib,
|
||||
friendModules,
|
||||
filesToLoad,
|
||||
configuration,
|
||||
|
||||
@@ -130,7 +130,7 @@ abstract class AbstractJsKLibABITestCase : KtUsefulTestCase() {
|
||||
moduleSourceFiles,
|
||||
config,
|
||||
sourceModule.jsFrontEndResult.jsAnalysisResult,
|
||||
sortDependencies(sourceModule.descriptors),
|
||||
sortDependencies(sourceModule.moduleDependencies),
|
||||
icData,
|
||||
expectDescriptorToSymbol,
|
||||
IrFactoryImpl,
|
||||
|
||||
Reference in New Issue
Block a user