hey guys, i was just wondering, are there any good...
# javascript
w
hey guys, i was just wondering, are there any good tools online to see the compiled js of kotlin/JS targeting code (that isn't through just compiling an Intellij project) thanks!
👀 1
e
https://play.kotlinlang.org/ change settings to JS (⚙️) use shortcut to show generated JS ()
👍 2
d
Screen Shot 2021-08-11 at 11.37.27.png,Screen Shot 2021-08-11 at 11.38.34.png
c
Hm. The option is missing for JS IR, and the shortcut doesn't work for me. Is there a UI button somewhere to access it? I don't see an option to edit the shortcut.
t
@CLOVIS the shortcut works once you ran the code 🙂
👍 2
d
We’ll add this option for JS IR in the near future.
🙏 2
@CLOVIS Done!
c
That was faster than I thought, thanks! It's going to help a lot to show JS dev friends how it works