chore: bump node to v12.8.0 (master) (#19521)
* chore: bump node in DEPS to v12.7.0 * chore: update node patches v12.6 to v12.7 Removed patches that are no longer necessary because we've upstreamed few changes already, and 3 way merge others * fix: update build gn patch * chore: bump node in DEPS to v12.8.0 * chore: update node patches v12.7 to v12.8 Removed patches that are no longer necessary because we've upstreamed few changes already, and 3 way merge others * fix: Add patch to revert crypto createhash changes The original node commit contains changes/calls to functions that are not supported in boringssl. * disable node tests * Remove outdated patch, already merged upstream
This commit is contained in:
parent
f654da9f56
commit
9713fa09e7
35 changed files with 365 additions and 205 deletions
|
@ -10,10 +10,10 @@ internalModuleStat` in the very beginning of the file holds a reference
|
|||
to a native Node.js implementation of the function.
|
||||
|
||||
diff --git a/lib/internal/modules/cjs/loader.js b/lib/internal/modules/cjs/loader.js
|
||||
index b6bef5f0fdb6f60e4baf5fbd647f191a0e290355..2f5385cea51d3456dffb43a852bd2b3cdce9998b 100644
|
||||
index 70da676a40feeaa82d3a0ccd1c17882ab5d6edf3..ffc7fb6fd5857b807198d4d26b7b899e63cde4a1 100644
|
||||
--- a/lib/internal/modules/cjs/loader.js
|
||||
+++ b/lib/internal/modules/cjs/loader.js
|
||||
@@ -85,6 +85,8 @@ const relativeResolveCache = Object.create(null);
|
||||
@@ -93,6 +93,8 @@ const relativeResolveCache = Object.create(null);
|
||||
let requireDepth = 0;
|
||||
let statCache = null;
|
||||
function stat(filename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue