Thanks. I was missing the relationship between System and Loader somehow.

So System.import is intended to be exactly the same as the import keyword
(except promise-returning). That's good!  Is there a way to do without the
export keyword as well (I've heard rumors of "anonymous exports" but
haven't named to track down a spec)?
If so, it seems like as ES5 shim (not a full polyfill) could enable module
authors to start tying into ES6 modules without corrupting their source
with new keywords.
  --scott
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to