[IR, JS] Refactoring: Introduce JsUnlinkedDeclarationsSupport

^KT-50775
This commit is contained in:
Dmitriy Dolovov
2022-01-13 17:26:17 +03:00
parent 0b1a7d05a9
commit 319125607e
7 changed files with 106 additions and 58 deletions
@@ -322,8 +322,8 @@ internal class KonanIrLinker(
private val cachedLibraries: CachedLibraries,
private val lazyIrForCaches: Boolean,
override val userVisibleIrModulesSupport: UserVisibleIrModulesSupport,
allowUnboundSymbols: Boolean
) : KotlinIrLinker(currentModule, messageLogger, builtIns, symbolTable, exportedDependencies, allowUnboundSymbols) {
allowUnboundSymbols: Boolean // TODO
) : KotlinIrLinker(currentModule, messageLogger, builtIns, symbolTable, exportedDependencies) {
companion object {
private val C_NAMES_NAME = Name.identifier("cnames")