KT-12877: initial simple implementation of JsModule. Remove unnecessary ModuleDescriptor from several classes in pipeline

This commit is contained in:
Alexey Andreev
2016-06-28 14:40:49 +03:00
committed by Alexey Andreev
parent 75d80acac9
commit 6df40559f0
14 changed files with 167 additions and 12 deletions
+4
View File
@@ -49,3 +49,7 @@ internal annotation class marker
@Retention(AnnotationRetention.BINARY)
@Target(CLASS, FUNCTION, PROPERTY, CONSTRUCTOR, PROPERTY_GETTER, PROPERTY_SETTER)
annotation class JsName(val name: String)
@Retention(AnnotationRetention.BINARY)
@Target(CLASS, PROPERTY, FUNCTION, FILE)
annotation class JsModule(val import: String)