[JS IR BE] Drop implicit declaration file
This commit is contained in:
@@ -76,9 +76,6 @@ class JsIrBackendContext(
|
|||||||
val declarationLevelJsModules = mutableListOf<IrDeclarationWithName>()
|
val declarationLevelJsModules = mutableListOf<IrDeclarationWithName>()
|
||||||
|
|
||||||
private val internalPackageFragmentDescriptor = EmptyPackageFragmentDescriptor(builtIns.builtInsModule, FqName("kotlin.js.internal"))
|
private val internalPackageFragmentDescriptor = EmptyPackageFragmentDescriptor(builtIns.builtInsModule, FqName("kotlin.js.internal"))
|
||||||
val implicitDeclarationFile = run {
|
|
||||||
syntheticFile("implicitDeclarations", irModuleFragment)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun syntheticFile(name: String, module: IrModuleFragment): IrFile {
|
private fun syntheticFile(name: String, module: IrModuleFragment): IrFile {
|
||||||
return IrFileImpl(object : SourceManager.FileEntry {
|
return IrFileImpl(object : SourceManager.FileEntry {
|
||||||
|
|||||||
Reference in New Issue
Block a user