node: update to v12.16.1

Add some new APIs
V8 was updated to 7.8.279.23. This includes performance improvements to object
destructuring, RegExp match failures and WebAssembly startup time.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
Hirokazu MORIKAWA
2020-02-14 11:59:48 +09:00
parent 203230c62f
commit e95c498f3a
7 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
--- a/lib/internal/modules/cjs/loader.js
+++ b/lib/internal/modules/cjs/loader.js
@@ -1095,7 +1095,8 @@
@@ -1260,7 +1260,8 @@
path.resolve(process.execPath, '..') :
path.resolve(process.execPath, '..', '..');