Hacker News new | past | comments | ask | show | jobs | submit login

Use ES6 via http://babeljs.io/ already, and be happy :-P.



Definitely! Though, unit-testing becomes interesting, as `rewire`, `proxyquire` and other ways of changing the dependencies inside your modules when they are `import`-ed breaks.

However, it turns out having an AST of your Javascript code is really useful, and lets you do things like this: https://github.com/speedskater/babel-plugin-rewire




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: