rra/ilgonmic/eager-like-native
[JS IR] Leave JsEagerInitialization until bootstrap update [JS IR] Fix js stdlib api [JS IR] Change annotation on eager initialization in sources [JS IR] Make eager initialization consistent with native Merge-request: KT-MR-5030
This commit is contained in:
@@ -199,4 +199,8 @@ public actual annotation class JsExport
|
||||
@Retention(AnnotationRetention.BINARY)
|
||||
@Target(AnnotationTarget.PROPERTY)
|
||||
@SinceKotlin("1.6")
|
||||
public actual annotation class JsEagerInitialization
|
||||
@Deprecated("This annotation is a temporal migration assistance and may be removed in the future releases, please consider filing an issue about the case where it is needed")
|
||||
public annotation class EagerInitialization
|
||||
|
||||
@Deprecated("It is necessary until bootstrap update", level = DeprecationLevel.HIDDEN)
|
||||
internal annotation class JsEagerInitialization
|
||||
|
||||
Reference in New Issue
Block a user