Skip to content

Commit

Permalink
Set IntlLegacyConstructedSymbol to non-deprecated (#25749)
Browse files Browse the repository at this point in the history
These features are specified as a "Normative Optional" but not "Normative
Optional, Legacy" behavior.

Given the distinction that the spec makes between legacy and non-legacy
parts of the language, these features should not be marked as deprecated.

Spec: https://tc39.es/ecma402/#sec-chaindatetimeformat
Spec: https://tc39.es/ecma262/#sec-conformance
Spec: https://tc39.es/ecma402/#sec-chainnumberformat
  • Loading branch information
ddbeck authored Jan 24, 2025
1 parent 40847b3 commit 817aceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/builtins/Intl/DateTimeFormat.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
"deprecated": false
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion javascript/builtins/Intl/NumberFormat.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"status": {
"experimental": false,
"standard_track": true,
"deprecated": true
"deprecated": false
}
}
},
Expand Down

0 comments on commit 817aceb

Please sign in to comment.