[FIR JS] Implement FirJsNameChecker

This commit is contained in:
Nikolay Lunyak
2023-01-04 17:17:04 +02:00
committed by Space Team
parent 2f9831ed99
commit 5817155616
21 changed files with 208 additions and 46 deletions
@@ -20,6 +20,7 @@ object JsStandardClassIds {
val JsNativeInvoke = "nativeInvoke".jsId()
val JsNativeGetter = "nativeGetter".jsId()
val JsNativeSetter = "nativeSetter".jsId()
val JsName = "JsName".jsId()
val annotationsRequiringExternal = setOf(JsModule, JsQualifier)