ES6 brings a new way [http://exploringjs.com/es6/ch_modules.html] to organize
modules in JavaScript. Actually by using TypeScript, we have already been using
import ... from '...'; for a long time since TypeScript 1.5 alpha.
But, this is what we get:
And it doesn't