Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ static SC_PROPERTY_VALUES: Set<&'static str> = phf_set! {
"Bass", "Bassa_Vah",
"Batk", "Batak",
"Beng", "Bengali",
"Berf", "Beria_Erfe",
"Bhks", "Bhaiksuki",
"Bopo", "Bopomofo",
"Brah", "Brahmi",
Expand Down Expand Up @@ -198,6 +199,7 @@ static SC_PROPERTY_VALUES: Set<&'static str> = phf_set! {
"Shaw", "Shavian",
"Shrd", "Sharada",
"Sidd", "Siddham",
"Sidt", "Sidetic",
"Sind", "Khudawadi",
"Sinh", "Sinhala",
"Sogd", "Sogdian",
Expand All @@ -215,6 +217,7 @@ static SC_PROPERTY_VALUES: Set<&'static str> = phf_set! {
"Taml", "Tamil",
"Tang", "Tangut",
"Tavt", "Tai_Viet",
"Tayo", "Tai_Yo",
"Telu", "Telugu",
"Tfng", "Tifinagh",
"Tglg", "Tagalog",
Expand All @@ -224,6 +227,7 @@ static SC_PROPERTY_VALUES: Set<&'static str> = phf_set! {
"Tirh", "Tirhuta",
"Tnsa", "Tangsa",
"Todr", "Todhri",
"Tols", "Tolong_Siki",
"Toto",
"Tutg", "Tulu_Tigalari",
"Ugar", "Ugaritic",
Expand Down
4 changes: 1 addition & 3 deletions tasks/coverage/snapshots/minifier_node_compat.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ commit: 499beb6f

minifier_node_compat Summary:
AST Parsed : 938/938 (100.00%)
Positive Passed: 930/938 (99.15%)
Positive Passed: 931/938 (99.25%)
execution_result: tasks/coverage/ES2015/built-ins›Proxy›"getOwnPropertyDescriptor" handler invariants

execution_result: tasks/coverage/ES2015/misc›Proxy, internal 'get' calls›HasBinding
Expand All @@ -13,8 +13,6 @@ execution_result: tasks/coverage/ES2015/misc›Proxy, internal 'get' calls›Str

execution_result: tasks/coverage/ES2015/misc›Proxy, internal 'ownKeys' calls›TestIntegrityLevel

Expect to Parse: tasks/coverage/ES2018/features›RegExp Unicode Property Escapes›Unicode 17.0
Failed to minify code
execution_result: tasks/coverage/ES2018/misc›Proxy "ownKeys" handler, duplicate keys for non-extensible targets

execution_result: tasks/coverage/ES2022/features›Object.hasOwn›ToObject called before ToPropertyKey
Expand Down
Loading
Loading