mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
node: bump to v18.17.0
Notable Changes:
*Ada 2.0
Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url.
*Web Crypto API
Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations. This further improves interoperability with other implementations of Web Crypto API.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit 2282d2e664)
This commit is contained in:
committed by
Tianling Shen
parent
55665dda24
commit
d6936fabd9
@@ -16,7 +16,7 @@
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'msvs_precompiled_header': '<(V8_ROOT)/../../tools/msvs/pch/v8_pch.h',
|
||||
@@ -1431,6 +1433,7 @@
|
||||
@@ -1435,6 +1437,7 @@
|
||||
'type': 'executable',
|
||||
'libraries!':[ '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ],
|
||||
'library_dirs':[ '../../../../staging_dir/hostpkg/share/icu/current/lib' ],
|
||||
|
||||
Reference in New Issue
Block a user