You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Intl.NumberFormat proposal may be at stage 3 but it only exists as a README
for now (and README claims it is at stage 2...). Our code cannot set the
`sourcePath` as a result and it seems premature to add the spec as a result.
Also, the `tc39-` prefix was missing from the Intl.DisplayNames shortname and
the series shortname didn't look too good. Code could probably be fixed to
support `-vXX` URL suffixes, but then there is only one occurrence of such a
URL for the time being, so handling it directly in specs.json.
Close#388.
The Intl.NumberFormat proposal may be at stage 3 but it only exists as a README
for now (and README claims it is at stage 2...). Our code cannot set the
`sourcePath` as a result and it seems premature to add the spec as a result.
Also, the `tc39-` prefix was missing from the Intl.DisplayNames shortname and
the series shortname didn't look too good. Code could probably be fixed to
support `-vXX` URL suffixes, but then there is only one occurrence of such a
URL for the time being, so handling it directly in specs.json.
Close#388.
Code currently generates:
intl-displaynames-v
for https://tc39.es/intl-displaynames-v2/tc39-intl-numberformat-v
for https://tc39.es/proposal-intl-numberformat-v3/The
-v
should be dropped.The text was updated successfully, but these errors were encountered: