JS: add support of JsQualifier annotation. See KT-15905
This commit is contained in:
@@ -54,4 +54,8 @@ annotation class JsModule(val import: String)
|
||||
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
@Target(CLASS, PROPERTY, FUNCTION, FILE)
|
||||
annotation class JsNonModule
|
||||
annotation class JsNonModule
|
||||
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
@Target(AnnotationTarget.FILE)
|
||||
annotation class JsQualifier(val value: String)
|
||||
Reference in New Issue
Block a user