Skip to content

Commit

Permalink
Bug 1738422 - Part 6: Update numbering systems. r=tcampbell
Browse files Browse the repository at this point in the history
Add the new numbering system "tnsa" and then update numbering systems by
by running `./make_intl_data.py numbering`.

Adding "tnsa" to ECMA-402 is tracked at <tc39/ecma402#614>.
ECMA-402 allows to support additional numbering systems, so even before that PR,
it's okay to support "tnsa". (<https://tc39.es/ecma402/#annex-implementation-dependent-behaviour>)

Depends on D129927

Differential Revision: https://phabricator.services.mozilla.com/D129928
  • Loading branch information
anba committed Nov 16, 2021
1 parent 1c1c5bd commit 0d3f454
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/src/builtin/intl/NumberingSystems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
- thai
- tibt
- tirh
- tnsa
- vaii
- wara
- wcho
1 change: 1 addition & 0 deletions js/src/builtin/intl/NumberingSystemsGenerated.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"thai", \
"tibt", \
"tirh", \
"tnsa", \
"vaii", \
"wara", \
"wcho"
Expand Down
6 changes: 5 additions & 1 deletion js/src/tests/non262/Intl/shell.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d3f454

Please sign in to comment.