maybe this is obvious, but since I didn't see it d...
# javascript
j
maybe this is obvious, but since I didn't see it documented anywhere - is it expected that @JsExport doesn't work on
internal
objects/classes? I was able to access them from JS with the legacy compiler, but needed to remove
internal
to access them with IR
t
It looks like future feature
Legacy: Public = exported IR now: Public + JsExport = exported IR future: JsExport = exported
Smooth migration
m