Closed
Bug 2029976
Opened 3 months ago
Closed 3 months ago
Stop preprocessing Enterprise's schema.sys.mjs by using import attributes
Categories
(Firefox :: Enterprise Policies, task)
Firefox
Enterprise Policies
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
Now that bug 1989109 has landed, we can use import attributes to import JSON files. This means that we can stop preprocessing schema.sys.mjs and have it import the JSON directly.
Additionally, this also means that we can remove the custom type generation for TypeScript that we have for that file.
| Assignee | ||
Comment 1•3 months ago
|
||
Pushed by mbanner@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/df24141cd4d8
https://hg.mozilla.org/integration/autoland/rev/0ce5e72704da
Remove the need to preprocess Enterprise's schema.sys.mjs by using import attributes. r=mkaply,frontend-codestyle-reviewers,mossop
Comment 3•3 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c152/b151]
You need to log in
before you can comment on or make changes to this bug.
Description
•