Modules Loader.load function

2013-06-21 Thread Guy Bedford
I see there are now two load functions for the ES6 module loader - 'Loader.import' and 'Loader.load'. Loader.import seems to apply the full normalization process, while Loader.load takes a url directly. This sounds like a good feature to me. From the code comments in the reference loader at

Re: Modules Loader.load function

2013-06-21 Thread Sam Tobin-Hochstadt
On Fri, Jun 21, 2013 at 6:00 PM, Guy Bedford guybedf...@googlemail.com wrote: I see there are now two load functions for the ES6 module loader - 'Loader.import' and 'Loader.load'. Loader.import seems to apply the full normalization process, while Loader.load takes a url directly. This sounds