[FIR JS] Support NON_EXTERNAL_DECLARATION_IN_INAPPROPRIATE_FILE

This commit is contained in:
Nikolay Lunyak
2023-01-04 16:50:15 +02:00
committed by Space Team
parent 5b3a73f7cd
commit 85bcef537c
14 changed files with 80 additions and 19 deletions
@@ -20,6 +20,8 @@ object JsStandardClassIds {
val JsNativeInvoke = "nativeInvoke".jsId()
val JsNativeGetter = "nativeGetter".jsId()
val JsNativeSetter = "nativeSetter".jsId()
val annotationsRequiringExternal = setOf(JsModule, JsQualifier)
}
object Callables {