Skip to content

Commit f7a35c0

Browse files
committed
Editorial: Refactor time zone identifier spec text
This commit builds on the new ECMA-262 text for time zone identifiers that was introduced in tc39/ecma262#3035. This commit adds Temporal-specific AOs and makes a handful of edits to ECMA-262 AOs for changes that didn't apply to %Date% but that will be required after Temporal is merged into ECMA-262. This commit also revises the ASCII-case-insensitive section to address feedback from ECMA-262 editors before this text was removed from tc39/ecma262#3035: * Remove the "sequence of code points" info because only Strings seemed to use these definitions. * Minor wordsmithing, e.g. "string value" => "String"
1 parent 4b196cb commit f7a35c0

File tree

6 files changed

+354
-254
lines changed

6 files changed

+354
-254
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "polyfill/lib/index.mjs",
1010
"devDependencies": {
11-
"@tc39/ecma262-biblio": "=2.1.2576",
11+
"@tc39/ecma262-biblio": "=2.1.2577",
1212
"@typescript-eslint/eslint-plugin": "^5.59.9",
1313
"@typescript-eslint/parser": "^5.59.9",
1414
"ecmarkup": "^17.0.0",

0 commit comments

Comments
 (0)