Enable text modules by default
Categories
(Core :: JavaScript Engine, enhancement, P2)
Tracking
()
People
(Reporter: eemeli, Assigned: eemeli)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Once the 152 merge day has passed (18 May), let's enable text module imports by default.
Updated•1 month ago
|
| Assignee | ||
Updated•1 month ago
|
Updated•1 month ago
|
Comment 1•1 month ago
|
||
The bug is marked as tracked for firefox153 (nightly). However, the bug still isn't assigned.
:sdetar, could you please find an assignee for this tracked bug? If you disagree with the tracking decision, please talk with the release managers.
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 2•1 month ago
|
||
| Assignee | ||
Comment 3•1 month ago
|
||
Comment 5•1 month ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/96df47365664
https://hg.mozilla.org/mozilla-central/rev/95a8f0a0e2bd
Comment 6•1 month ago
|
||
Eemili, should we have a release note for that?
https://wiki.mozilla.org/Release_Management/Release_Notes_Nomination
| Assignee | ||
Comment 7•1 month ago
|
||
Maybe? I've not kept track of what JS language features we end up release noting.
Dan, do you think we ought to have a release note for text module imports?
Comment 8•1 month ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Adds support for importing text using the JavaScript module system.
[Affects Firefox for Android]: Yes
[Suggested wording]: Developers can now use the text import attribute to import text files using the module system.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import/with
Comment 9•1 month ago
|
||
Note added to our 153 nightly release notes in the Web Platform section with this wording:
Developers can now use the
textimport attribute to import text files using the module system.
I am keeping the relnote-firefox? flag set until we include this note in our final 153 release notes, thanks.
| Assignee | ||
Comment 10•1 month ago
|
||
Might be better to link directly to the relevant section on that page:
Comment 11•1 month ago
|
||
(In reply to Eemeli Aro [:eemeli] from comment #10)
Might be better to link directly to the relevant section on that page:
Done
Updated•1 month ago
|
Comment 12•1 month ago
|
||
I am keeping the
relnote-firefox?flag set until we include this note in our final 153 release notes, thanks.
(Change of internal process)
Comment 13•17 days ago
|
||
FF153 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/44457 (in review).
Description
•