Kotlin/JS has been shown no love at all in the new...
# javascript
a
Kotlin/JS has been shown no love at all in the newly updated roadmap 😢
😿 1
j
I guess the Alpha support for JS in K2 compiler takes up all the work. (Higher up in roadmap list) And will likely create a lot of benefits when done like faster compiling and new compiler plugin support.
And there is quite some work listed to stabilise IR backend like faster and incremental compilation: https://youtrack.jetbrains.com/issue/KT-42289/Make-the-new-JS-IR-backend-Stable
a
Fingers crossed. I genuinely wish I could assist to speed things up. Been waiting for ES6 targets for so long now
👍 1
b
ES6 is at the top of my kjs wishlist. I can live with everything else...
j
Ah then we have to hope for IR backend to become stable quickly which seems to be top priority. As stated in issue:
Copy code
JS: support ES6 as compilation target

May 2022 

Still postponed; the focus is on promoting JS IR to Stable (KT-42289).
https://youtrack.jetbrains.com/issue/KT-8373?_gl=1*7egvv8*_ga*MTg2MDAyMDIyOC4xNjU0MDI0OD[…]a=2.105407555.1769018620.1654172060-1860020228.1654024845
🙏 1
j
Does ES6 give us anything as a standalone improvement, or is it just a building block for things like better DCE?
b
Es6 support unlocks all the latest and greatest js ecosystem tooling. Most notably, tree-shaking with webpack and dynamic imports
2