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
To complement babel.js, add a babylon.js that's just the parser and nothing else. This could be useful for people that want to use a JavaScript AST but don't need to do any transformation.
To complement
babel.js, add ababylon.jsthat's just the parser and nothing else. This could be useful for people that want to use a JavaScript AST but don't need to do any transformation.