Hacker News new | ask | show | jobs
by BrendanEich 4051 days ago
Use ES6 via http://babeljs.io/ already, and be happy :-P.
1 comments

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