Closed
Bug 1559554
Opened 5 years ago
Closed 2 years ago
browser_all_files_referenced.js should include files that are loaded via JS module import syntax
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox103 fixed)
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: jaws, Assigned: standard8)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
aboutLoginsUtils.js is loaded via JS import syntax, but browser_all_files_referenced.js doesn't notice that the file is referenced.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/01562958d528
Add support for detecting imported files and for handling mjs files to browser_all_files_referenced.js. r=Gijs
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•