-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compilationLevel ADVANCED_OPTIMIZATIONS #262
Comments
Can you clarify what you mean by "it doesn't work" - the data is missing, the JS is incorrect, etc? Maybe share some code snippets as text instead of images? Any other errors/warnings when compiling? it doesn't look correct to use Also, I don't yet understand the use case, but externs might be more correct than exports, if the JS isnt being exported correctly. |
@niloc132 I would like to have some details about |
@wowoName i see, it's quite complex topic, I suggest you to take a look at https://github.com/treblereel/gwt3-processors @GWT3Export section. It might help you export your type into js. ps. if you have any q, you can reach me out at Vertispan/j2cl channel at element |
@treblereel I joined in the project 'org. Treblereel. J2cl. Processors' |
I'm sorry I wasn't accurate, but here's what my code looks like。
This code should work in the browser console
But when I call the 'getSideName' method in 'ActiveUnitAgent' through the call console with the data I got in step 1, it doesn't work.
code:
clientCore.getActiveUnits()[0].getSideName();
How should I modify it? Thank you very much!!!
The text was updated successfully, but these errors were encountered: