mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
deps: update ada to v3.0.1
Co-authored-by: Daniel Lemire <daniel@lemire.me> PR-URL: https://github.com/nodejs/node/pull/56452 Reviewed-By: Daniel Lemire <daniel@lemire.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
This commit is contained in:
parent
44d26482a1
commit
063e67c2ff
4 changed files with 7635 additions and 2918 deletions
5138
deps/ada/ada.cpp
vendored
5138
deps/ada/ada.cpp
vendored
File diff suppressed because it is too large
Load diff
1
deps/ada/ada.gyp
vendored
1
deps/ada/ada.gyp
vendored
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
'variables': {
|
||||
'v8_enable_i18n_support%': 1,
|
||||
'ada_sources': [ 'ada.cpp' ],
|
||||
},
|
||||
'targets': [
|
||||
|
|
5403
deps/ada/ada.h
vendored
5403
deps/ada/ada.h
vendored
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
"idlharness-shadowrealm.window.js": {
|
||||
"skip": "ShadowRealm support is not enabled"
|
||||
},
|
||||
"percent-encoding.window.js": {
|
||||
"skip": "TODO: port from .window.js"
|
||||
},
|
||||
|
@ -19,13 +16,7 @@
|
|||
"expected": [
|
||||
"\uD87E\uDC68.com (using URL)",
|
||||
"\uD87E\uDC68.com (using URL.host)",
|
||||
"\uD87E\uDC68.com (using URL.hostname)",
|
||||
"\u1E9E.com (using URL)",
|
||||
"\u1E9E.com (using URL.host)",
|
||||
"\u1E9E.com (using URL.hostname)",
|
||||
"\u1E9E.foo.com (using URL)",
|
||||
"\u1E9E.foo.com (using URL.host)",
|
||||
"\u1E9E.foo.com (using URL.hostname)"
|
||||
"\uD87E\uDC68.com (using URL.hostname)"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue