tvcutsem / harmony-reflect

ES5 shim for ES6 Reflect and Proxy objects
http://www.ecma-international.org/ecma-262/6.0/#sec-reflection
Other
478 stars 48 forks source link

Reflect.Loader #58

Closed monolithed closed 9 years ago

monolithed commented 9 years ago

Are there any plans to implement the one? ) http://whatwg.github.io/loader/

tvcutsem commented 9 years ago

Valid question, but I'm afraid Reflect.Loader is out of scope for this library. ES6 Module support is a big ticket item and this library does not intend to shim it. There's a dedicated library if you need it: https://github.com/ModuleLoader/es6-module-loader

monolithed commented 9 years ago

I got it, thanks