Hej, So we have investigated how to migrate from t...
# javascript
o
Hej, So we have investigated how to migrate from the legacy compiler to the IR. We’re currently only using the JS target. So to my question. We have an file that acts as our API (interface) to our consumers (we’re a library). We have annotated the the class with @jsExport and now the compiler complains (which is expected) on:
Exported declaration uses non-exportable parameter type
InteliJ identifies that some types aren’t annotated. Is there a way to use that information to automatically add the missing annotations (jsexport) to the rest of the classes. Thanks Ola