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 = [
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]
6876const FILE_PATH = "src/unicode/properties.ts"
6977const logger = console
You can’t perform that action at this time.
0 commit comments