How can I use `@JsName("default")` with the IR bac...
# javascript
m
How can I use
@JsName("default")
with the IR backend enabled? I'm getting this error:
t
Manual export manipulation?
m
How do I do that?
t
Copy code
fun main() {
    val irDefault = js("(default)")
    println(irDefault)
}
Works?
m
No, I get a different error this time: