-
Notifications
You must be signed in to change notification settings - Fork 108
Module Syntax Support #536
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
Conversation
Add primary module support for browsers.
Update package.json and yarn.lock
Pull Request Test Coverage Report for Build 2868
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ive advised the non-det team to avoid the confusing term "hoist" in their implementation in src/interpreter/interpreter-non-det.ts
So for example hoistVariableDeclarations will just become declareVariables etc.
Can you please change interpreter.ts accordingly? Thanks.
Okay, changes committed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me.
Add import syntax to js-slang to use modules.
This branch is based on a very old version of js-slang and thus need manual mergings.