Eemeli Aro
Eemeli Aro
I'm considering releasing a new major release of the library once an even-numbered version of Node.js becomes available with [`require(esm)`](https://nodejs.org/api/modules.html#loading-ecmascript-modules-using-require) support, probably at latest sometime around April or May when...
This is the HTML counterpart for the newly-introduced [TC39 Import Text](https://github.com/tc39/proposal-import-text) Stage 2 proposal; this has been previously discussed here in #9444, and is closely related (but not blocking on)...
Filing initially as a draft, as these tests are for the [Import Text proposal](https://github.com/eemeli/proposal-import-text), which is currently at Stage 0.
Proposal repo: https://github.com/tc39/proposal-intl-keep-trailing-zeros The currently proposed spec text won't satisfy all of these tests; I'll be filing a PR incorporating the required changes. I've created a patched fork of the...
~Depends on #3848 and mozilla/moz-l10n#116; tests will fail until the latter is merged and a new moz.l10n version included here~. The preview code is generalised here for use in all...
As (belated) follow-up to #2760, we should complete the test migration and get rid of `enzyme`, which has not been updated sinze 2019, and which is blocking our overall update...
While working on #3766 I was struck again by the clunkiness of Jest, and the difficulties of getting it to work with ES modules. We would probably be better off...
It's currently possible to end up looking at an obsolete entity in Pontoon when using its entity identifier directly as a `string` query parameter. When this happens, we should highlight...
This builds on top of #3801, and will need a rebase.
In [bug 1977144](https://bugzilla.mozilla.org/show_bug.cgi?id=1977144), a Fluent source message changed from ``` custom-avatar-alt = .alt = Custom avatar ``` to ``` custom-avatar-alt = Custom ``` without an id change or data migration....