Skip to content
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 some namespacing in the demo Goja interpreter's environment #24

Open
jsccast opened this issue Feb 1, 2018 · 0 comments
Open

Use some namespacing in the demo Goja interpreter's environment #24

jsccast opened this issue Feb 1, 2018 · 0 comments

Comments

@jsccast
Copy link
Member

jsccast commented Feb 1, 2018

Maybe:

Keep

  1. _.bindings
  2. _.out
  3. _.params

but move all other properties to _.util.

Note that core users can easily provide their own interpreters, so we don't need to over-engineer this one, which should probably be kept fairly simple while still having some principle (as in the above).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant