Edoardo Luppi
09/01/2025, 3:15 PM@EagerInitialization annotation.
If that is the case:
1. could it be also applicable to top-level functions? This would be useful for code that has to run when the JS module is initialized. The current workaround is a property that calls a function.
2. could we instead move to an annotation that starts with @Js* to streamline the naming? For example @JsEager or @JsImmediate.