Skip to content

Commit a1a0661

Browse files
authored
chore: update update-unicode-properties script (#210)
1 parent c4852c9 commit a1a0661

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scripts/update-unicode-properties.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,21 @@ const DATA_SOURCES = [
5757
binPropertiesOfStrings: "#table-binary-unicode-properties-of-strings",
5858
},
5959
{
60-
url: "https://tc39.es/ecma262/multipage/text-processing.html",
60+
url: "https://tc39.es/ecma262/2025/multipage/text-processing.html",
6161
version: 2025,
6262
binProperties: "#table-binary-unicode-properties",
6363
gcValues: getLatestUnicodeGeneralCategoryValues,
6464
scValues: getLatestUnicodeScriptValues,
6565
binPropertiesOfStrings: "#table-binary-unicode-properties-of-strings",
6666
},
67+
{
68+
url: "https://tc39.es/ecma262/multipage/text-processing.html",
69+
version: 2026,
70+
binProperties: "#table-binary-unicode-properties",
71+
gcValues: getLatestUnicodeGeneralCategoryValues,
72+
scValues: getLatestUnicodeScriptValues,
73+
binPropertiesOfStrings: "#table-binary-unicode-properties-of-strings",
74+
},
6775
]
6876
const FILE_PATH = "src/unicode/properties.ts"
6977
const logger = console

0 commit comments

Comments
 (0)