File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,19 @@ const DATA_SOURCES = [
62
62
scValues : getLatestUnicodeScriptValues ,
63
63
} ,
64
64
{
65
- url : "https://tc39.es/ecma262/multipage/text-processing.html" ,
65
+ url : "https://tc39.es/ecma262/2025/ multipage/text-processing.html" ,
66
66
version : 2025 ,
67
67
binProperties : "#table-binary-unicode-properties" ,
68
68
gcValues : getLatestUnicodeGeneralCategoryValues ,
69
69
scValues : getLatestUnicodeScriptValues ,
70
70
} ,
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
+ } ,
71
78
]
72
79
const FILE_PATH = path . resolve ( __dirname , "../lib/util/unicode-properties.js" )
73
80
const logger = console
You can’t perform that action at this time.
0 commit comments