File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,21 @@ const DATA_SOURCES = [
57
57
binPropertiesOfStrings : "#table-binary-unicode-properties-of-strings" ,
58
58
} ,
59
59
{
60
- url : "https://tc39.es/ecma262/multipage/text-processing.html" ,
60
+ url : "https://tc39.es/ecma262/2025/ multipage/text-processing.html" ,
61
61
version : 2025 ,
62
62
binProperties : "#table-binary-unicode-properties" ,
63
63
gcValues : getLatestUnicodeGeneralCategoryValues ,
64
64
scValues : getLatestUnicodeScriptValues ,
65
65
binPropertiesOfStrings : "#table-binary-unicode-properties-of-strings" ,
66
66
} ,
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
+ } ,
67
75
]
68
76
const FILE_PATH = "src/unicode/properties.ts"
69
77
const logger = console
You can’t perform that action at this time.
0 commit comments