JavaScript backend support for AMD

Hello,

Kotlin-docs.pdf mentions that the JavaScript backend will support the AMD & CommonJS module systems.

Is that support coming soon?

Is module system support related to the “JavaScript binaries” concept mentioned in the M11 release notes?

Thanks,

Neil

Hi!

> Is that support coming soon?
Currently ETA is next milestone.

> Is module system support related to the “JavaScript binaries” concept mentioned in the M11 release notes?
No. In short it’s about added the ability to store compiler data(called descriptors) beside/inside “out.js”. We going to write about it later.