You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Esprima by default, mention support for Stage-3 and below in the project README (or similar, like you mentioned)
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
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:
--babel
flag or--esnext
flag, and even possibly use presets the user has installed themselves, thereby keeping synt's prod deps leanNote: This was created from #91.
The text was updated successfully, but these errors were encountered: