Closed
Bug 1835541
Opened 2 years ago
Closed 2 years ago
Drop unnecessary EXPORTED_SYMBOLS from vendored files in toolkit/components/normandy/vendor
Categories
(Firefox :: Normandy Client, task)
Firefox
Normandy Client
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [esmification-timeline])
Attachments
(1 file)
The files in toolkit/components/normandy/vendor
currently have this.EXPORTED_SYMBOLS = [ ... ];
on the end, as if they were jsm files. However, these are never used as modules they are only loaded as normal script files.
Therefore, I think we can remove the EXPORTED_SYMBOLS
definitions from these files. This will also avoid the areweesmifiedyet scripts from detecting these files as modules.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bf29886dbbd5
Drop unnecessary EXPORTED_SYMBOLS from vendored files in toolkit/components/normandy/vendor. r=barret
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•