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

Support ECMAScript Stage-3 Proposals and Below #94

Closed
brentlintner opened this issue Jun 10, 2017 · 1 comment · Fixed by #101
Closed

Support ECMAScript Stage-3 Proposals and Below #94

brentlintner opened this issue Jun 10, 2017 · 1 comment · Fixed by #101

Comments

@brentlintner
Copy link
Owner

brentlintner commented Jun 10, 2017

Currently we use Esprima, which only supports Stage-4 specs with a potential for dev releases.

Babylon supports (through plugins), along with babel-generator, the ability to parse stage-3 and below.

Current thoughts based on prototyping:

  1. Support Esprima by default, mention support for Stage-3 and below in the project README (or similar, like you mentioned)
  2. Optionally have babel support with a --babel flag or --esnext flag, and even possibly use presets the user has installed themselves, thereby keeping synt's prod deps lean

Note: This was created from #91.

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

Successfully merging a pull request may close this issue.

1 participant