Allen Wirfs-Brock (2014-02-20T21:01:55.000Z)
On Feb 20, 2014, at 12:53 PM, Guy Bedford wrote:

> Thanks, if there is some way to detect this it may well be useful.
> 
> The use case I came across it was trying to allow ES6 modules to be transpiled into AMD for use in an ES6 loader. I'm still not sure how necessary the use case is, but it definitely would need this functionality work.

The Es6 module loader design has specific hooks to support importing from foreign module systems.  However, I'll leave it to Dave or Sam to explain how to use them...

Allen
domenic at domenicdenicola.com (2014-02-24T21:33:13.464Z)
The Es6 module loader design has specific hooks to support importing from foreign module systems.  However, I'll leave it to Dave or Sam to explain how to use them...