-
Notifications
You must be signed in to change notification settings - Fork 67
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
improve in-browser usage #186
Conversation
add init_mod() to allow reinitialize all static object
Sorry for the ignorant comment, can you explain what exactly this achieves? Better compatibility with requirejs? Also, would it be better to check for the last declared item in init_mod rather than the first one (NATIVE_CLASSES) in case something causes the function to crash/terminate prematurely? Although I guess if it's a syntax error it will fail at compile time anyway. |
Hi! It seems to be all right with my PR, but I worry about any side effect, so I would like you to have a look.
|
Hi @valq7711 and sorry for polluting your PR but your IDE project seems interesting, is it an open source project ? If so would you mind sharing a link ? |
@valq7711 nice ! Thanks for the link, it looks promising ! I'm also happy to see that there's still some discussion ongoing on the google group, i'll come there soon to post some toughs about RS. See you around. |
No description provided.