Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExE Boss <3889017+ExE-Boss@users.noreply.github.com>2020-06-21 16:10:00 +0300
committerJames M Snell <jasnell@gmail.com>2020-06-25 18:37:48 +0300
commit50228cf6ffca3936717f5797025f3c49c2278fee (patch)
tree41f1b84a6d5d4ecf8efe2c40906411f4743ad232 /node.gyp
parent88fb5a5c7933022de750745e51e5dc0996a1e2c4 (diff)
assert: add `assert/strict` alias module
Refs: https://github.com/nodejs/node/pull/31553 Refs: https://github.com/nodejs/node/pull/32953 PR-URL: https://github.com/nodejs/node/pull/34001 Refs: https://github.com/nodejs/node/pull/34002 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 7331f127f22..47ce95de755 100644
--- a/node.gyp
+++ b/node.gyp
@@ -43,6 +43,7 @@
'lib/internal/per_context/messageport.js',
'lib/async_hooks.js',
'lib/assert.js',
+ 'lib/assert/strict.js',
'lib/buffer.js',
'lib/child_process.js',
'lib/console.js',