Closed
Bug 1778089
Opened 3 years ago
Closed 3 years ago
Improve error information when loading an ESM fails
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: jonco, Assigned: arai)
References
Details
Attachments
(3 files)
Right now there's little to show what went wrong. This is not a good experience for developers.
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D151710
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D151711
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/365ffb7191e5
Part 1: Check the detail of the thrown error in system ESM import failure. r=jonco
https://hg.mozilla.org/integration/autoland/rev/47d34472b3bc
Part 2: Report error when mozJSModuleLoader::LoadSingleModuleScript fails. r=jonco
https://hg.mozilla.org/integration/autoland/rev/04321b7b8cfe
Part 3: Add more test for ChromeUtils.importESModule. r=jonco
Comment 5•3 years ago
|
||
Backed out for causing xpc failures in js/xpconnect/tests/unit/test_bogus_files.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/1423a2500d3f12c46cda0104475fd9813442e773
Flags: needinfo?(arai.unmht)
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/f9ca32e00a34
Part 1: Check the detail of the thrown error in system ESM import failure. r=jonco
https://hg.mozilla.org/integration/autoland/rev/40c499c59fc6
Part 2: Report error when mozJSModuleLoader::LoadSingleModuleScript fails. r=jonco
https://hg.mozilla.org/integration/autoland/rev/f5a257fc464f
Part 3: Add more test for ChromeUtils.importESModule. r=jonco
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(arai.unmht)
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f9ca32e00a34
https://hg.mozilla.org/mozilla-central/rev/40c499c59fc6
https://hg.mozilla.org/mozilla-central/rev/f5a257fc464f
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•