From 41e500535cade1552d65e040e723c0353059f481 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Tue, 28 Nov 2023 08:04:13 +0900 Subject: node: upgrade to v20.10.0 Notable Changes * --experimental-default-type flag to flip module defaults * Detect ESM syntax in ambiguous JavaScript * New flush option in file system functions * Experimental WebSocket client * vm: fix V8 compilation cache support for vm.Script Signed-off-by: Hirokazu MORIKAWA --- lang/node/patches/003-path.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/node/patches/003-path.patch') diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 011b02489..06201179b 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -1,6 +1,6 @@ --- a/lib/internal/modules/cjs/loader.js +++ b/lib/internal/modules/cjs/loader.js -@@ -1378,7 +1378,8 @@ Module._initPaths = function() { +@@ -1537,7 +1537,8 @@ Module._initPaths = function() { path.resolve(process.execPath, '..') : path.resolve(process.execPath, '..', '..'); -- cgit v1.2.3