Zalim Bashorov
Zalim Bashorov
@pmatos, @asb I'm wondering for which use cases you are going to support GC proposal in LLVM? In other words, who is the target client/audience of the feature? How it...
Note it's only about consume JS modules in Kotlin. I.e. only about external declarations.
@sdeleuze > Any thoughts about this common way of dealing with modules for both JVM and JavaScript platforms? We should investigate it separately. TBH I think the supporting Jigsaw will...
Accidentally some part of discussion is [here](https://github.com/Kotlin/KEEP/commit/e5ada4b5ffa3212d1ca2131475c333d9620769e3#commitcomment-17524734)
@sdeleuze: the ability to generate JS modules from kotlin code will in master soon
> Should it be possible to put @JsModule annotation on a non-toplevel declaration? I'd prohibit it now. > Can @JsModule be nested? For example I think **no**
Is `foo` non-native declaration? Right now I'd prohibit non-native declarations inside file annotated by any of `JsModule` and `JsNonModule`.
Well, what is a problem? This case is the same as native `foo` inside file w/o any annotations.
> It looks inconsistent with, for example, object, members of which will be referenced via dot qualifier. Please clarify your thought. > Also, it's unclear what to do with UMD...
Also take a look to https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-mocha