ecma402 icon indicating copy to clipboard operation
ecma402 copied to clipboard

Status, process, and documents for ECMA 402

Results 239 ecma402 issues
Sort by recently updated
recently updated
newest added

This has come up a few times during [proposal-symbols-as-weakmap-keys](https://github.com/tc39/proposal-symbols-as-weakmap-keys). Creating an issue here as the 402 repo feels like a more central point to discuss this. Related discussions in original...

needs tests
s: help wanted
c: meta

[DefaultNumberOption](https://tc39.es/ecma402/#sec-defaultnumberoption) (used by [GetNumberOption](https://tc39.es/ecma402/#sec-getnumberoption) and [SetNumberFormatDigitOptions](https://tc39.es/ecma402/#sec-setnfdigitoptions) for processing options like "fractionalSecondDigits", "minimumIntegerDigits", and "{minimum,maximum}{Fraction,Significant}Digits") converts its primary argument to a Number value, validates the result against the range bounds, and...

bug
s: help wanted
behavior

For [Intl.DurationFormat](https://github.com/tc39/proposal-intl-duration-format) we need to include the CLDR data for `"microsecond"` and `"nanosecond"` anyway, so we should consider adding both units to the set of sanctioned unit identifiers.

s: help wanted
Small

Placeholder issue to organize Polyfills creation/contributions. #### Get Started - Consult existing Polyfills in the [project wiki](https://github.com/tc39/ecma402/wiki/Proposal-and-PR-Progress-Tracking#stage-3), those with :x: means that are missing or not started ![image](https://user-images.githubusercontent.com/1572026/176629463-34c2b56d-8459-4d33-9fc5-0ff41df105f9.png) - Choose...

Consider the following string of text: > Please P.T.O 123 times. 123.3242432 at 12:43 PM on 21/03/2013. or [email protected]. www.google.com and she's there and well-played. What segments should we produce?...

c: text
s: blocked

Currently, there is a section in ECMA402 about Array.prototype.toLocaleString https://ecma-international.org/ecma-402/#sup-array.prototype.tolocalestring With the newly Stage 3 Intl.ListFormat moving to Stage 4, we should consider to rewrite that section to delegate the...

c: text
s: comment
Proposal

Currently, we have (or will soon have) three functions that take a range input: 1. Intl.DateTimeFormat.prototype.formatRange 2. Intl.NumberFormat.prototype.formatRange 3. Intl.PluralRules.prototype.selectRange All of these functions currently throw a `RangeError` if the...

s: discuss
c: meta

Hello! I'm part of the development team of [boa](https://github.com/boa-dev/boa), where we are developing an ECMAScript engine with `Intl` support, and we have a bit of a problem with how the...

s: help wanted
Small
c: locale

Follow-up from https://github.com/tc39/ecma402/projects/2#card-68491050 We discussed in the 2022-01-13 meeting whether we should accept underscores in DisplayNames, in response to https://github.com/tc39/test262/pull/3173/files. We decided that we should reject the underscores, and @FrankYFTang...

s: in progress
c: meta

(prompted by https://github.com/tc39/ecma402/pull/610#discussion_r705794932 ) ECMA-402 makes many references to itself, but does so inconsistently: ```sh $ grep --no-filename -roiE 'this specification|(current )?(version [^[:punct:]]*)?ECMA[^[:punct:]]*Specification' spec/ | \ sed 's/\(Internationalization API Specification\).*/\1/'...

editorial
c: spec
s: help wanted