tc39 / proposal-dynamic-import

import() proposal for JavaScript
https://tc39.github.io/proposal-dynamic-import/
MIT License
1.87k stars 47 forks source link

To be fair, one doesn't really need extra globals #57

Closed brettz9 closed 6 years ago

domenic commented 6 years ago

Heh, interesting trick, but I don't think I'm interested in creating the best-possible-version of a bad alternative in this repository.

This also assumes importModule is global, which it isn't necessarily, depending on where that snippet is located.

brettz9 commented 6 years ago

For a polyfill of a global, a global implementation would be reasonable... But sure...