[FIR JS] Report JS_MODULE-related diagnostics

This commit is contained in:
Nikolay Lunyak
2023-01-03 14:27:37 +02:00
committed by Space Team
parent f422a3a4e8
commit 0426f35684
20 changed files with 210 additions and 43 deletions
@@ -2,5 +2,7 @@ package
package foo {
@kotlin.js.JsModule(import = "bar") public external var bar: kotlin.Int
@foo.JsM /* = kotlin.js.JsModule */(import = "bar") public external var bar2: kotlin.Int
@kotlin.js.JsNonModule public external var baz: kotlin.Int
public typealias JsM = kotlin.js.JsModule
}