Skip to content

Commit 90ffbf1

Browse files
authored
chore: update update-unicode-properties script (#273)
1 parent 105d565 commit 90ffbf1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scripts/update-unicode-properties.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,19 @@ const DATA_SOURCES = [
6262
scValues: getLatestUnicodeScriptValues,
6363
},
6464
{
65-
url: "https://tc39.es/ecma262/multipage/text-processing.html",
65+
url: "https://tc39.es/ecma262/2025/multipage/text-processing.html",
6666
version: 2025,
6767
binProperties: "#table-binary-unicode-properties",
6868
gcValues: getLatestUnicodeGeneralCategoryValues,
6969
scValues: getLatestUnicodeScriptValues,
7070
},
71+
{
72+
url: "https://tc39.es/ecma262/multipage/text-processing.html",
73+
version: 2026,
74+
binProperties: "#table-binary-unicode-properties",
75+
gcValues: getLatestUnicodeGeneralCategoryValues,
76+
scValues: getLatestUnicodeScriptValues,
77+
},
7178
]
7279
const FILE_PATH = path.resolve(__dirname, "../lib/util/unicode-properties.js")
7380
const logger = console

0 commit comments

Comments
 (0)