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:
Ilya Goncharov
2021-11-22 12:45:37 +00:00
committed by Space
parent 24bc1fe1b4
commit f48436b35e
10 changed files with 31 additions and 34 deletions
@@ -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