On 10/9/13 12:56 PM, David Rajchenbach-Teller wrote:
I am interested, although my buglist is rather full. What kind of help
would be useful?

When it's time, we'll need to:

1. write Loader hooks to make the `import` keyword behave like Cu.import

2. somehow have those hooks installed by default in every chrome window

And maybe:

3. migrate existing Cu.import call sites to ES6 `import`

4. reimplement Cu.import and friends on top of the Loader API

But I'm not sure 3 and 4 are possible. ES6 modules are designed for the web and so are inherently asynchronous. Cu.import is synchronous. Switching poses some risks.

-j

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to