[K/JS] Fix nameBindings for ES-modules after the ES-modules external declarations optimization
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
external object ObjectB {
|
||||
fun getResult(): String
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
@JsNonModule
|
||||
@JsModule("../third-party-lib.mjs")
|
||||
external object ObjectB {
|
||||
fun getResult(): String
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
STEP 0:
|
||||
modifications:
|
||||
U : ObjectB.0.kt -> ObjectB.kt
|
||||
added file: ObjectB.kt
|
||||
STEP 1:
|
||||
modifications:
|
||||
U : ObjectB.1.kt -> ObjectB.kt
|
||||
modified ir: ObjectB.kt
|
||||
Reference in New Issue
Block a user