Closed
Bug 880663
Opened 11 years ago
Closed 11 years ago
[Chrome Workers] Provide a module loader for chrome workers
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
DUPLICATE
of bug 880664
People
(Reporter: Yoric, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [Async:P1])
Followup to bug 872421
> I still think you should not share require to allow relative require forms that are very common:
>
> `require("./foo/bar")`, require("../bar")`
>
> All you need is to capture `uri` and resolve to it. As a matter of fact I'd also encourage to implement
> `require.main` which usually takes full `url` and all the modules then are resolved relative to it.
>
> Both devtools and jetpack code now supports `require("foo/bar")` that resolves to `resource://gre/modules/commonjs/foo/bar.js`
> I think it maybe a good idea to support that too. Note that neither node or any other commonjs implementations I'm aware of
> treat `foo/bar` equivalent to `./foo/bar` quite the contrary, usually `foo/bar` is equivalent to `/foo/bar` where `/` is root of your program.
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•