Add typing and HTML element test improvements for JavaScript.
Review Request #14403 — Created April 24, 2025 and submitted
This updates our JavaScript codebase to fix some typing issues and to
make it easier to compare HTML elements in testing.We now set a global reference to the
babel-plugin-django-gettext
types, which provides a merged Underscore.js + Gettext type for_.
This allows us to use_.funcs()as normal while also properly
localizing strings using the_prefix.Modules may also now use
declareto declare types . This is useful for
classes that want to type a definition on the prototype that will be set
elsewhere (such as via the@spinadecorator).Unit tests that compare elements will now see the HTML of both values in
any error messages. This is done by registering a custom object
formatter that works withHTMLElementand subclasses. This just uses
theouterHTMLof each value.
Unit tests pass.
Made use of all of this in in-progress changes.
| Summary | ID |
|---|---|
| 6293938a1dc5f429f2f1bf525861f5227e670ea3 |