-
Notifications
You must be signed in to change notification settings - Fork 20
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
use global
as default name for global object.
#60
Labels
Comments
ah. I was mistaken. the |
global
as default name for global object.
tripodsan
added a commit
that referenced
this issue
May 13, 2019
tripodsan
added a commit
that referenced
this issue
May 13, 2019
🎉 This issue has been resolved in version 2.2.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the current compiler allows to define 1 variable name for the runtime globals. but it is not possible to have more external globals. the
globals
space used by the scripts should not be mixed with the external globals.the runtime.globals should be read-only. and the runtTimeGlobal name should default to
global
(orwindow
:-)The text was updated successfully, but these errors were encountered: