Re: Re: ES6 and legacy module compatibility

2014-07-03 Thread Brian Di Palma
SystemJS seems the best approach at the moment. https://github.com/systemjs/systemjs/ The ES6 module loader shouldn't have any built in knowledge of these other specs. It should be up to us to use loaders that are patched to understand these legacy module systems. Or we could compile these

ES6 and legacy module compatibility

2014-07-02 Thread Isiah Meadows
I know that this subject has been beaten and tortured to the point it would be a bloody corpse if a living being, but I don't recall one specific aspect being addressed so far: How will legacy modules (CommonJS, AMD, browser window variable, etc.) be supported in ES6 imports? Would it be a