Question: does support for polyfilling really mean that we can't put stuff in modules? All that would be needed is a standard module loader polyfill. Such a polyfill can be very lightweight, for example: ModuleLoader/es6-module-loader
Question: does support for polyfilling really mean that we can't put stuff in modules? All that would be needed is a standard module loader polyfill. Such a polyfill can be very lightweight, for example: https://github.com/ModuleLoader/es6-module-loader
[[[Sent from a mobile device. Please forgive brevity and typos.]]]
Dr. Axel Rauschmayer
axel at rauschma.de
Home: http://rauschma.de
Blog: http://2ality.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130703/f5c48b9f/attachment.html>
Question: does support for polyfilling really mean that we can't put stuff in modules? All that would be needed is a standard module loader polyfill. Such a polyfill can be very lightweight, for example: ModuleLoader/es6-module-loader