diff options
author | ExE Boss <3889017+ExE-Boss@users.noreply.github.com> | 2020-06-21 15:10:00 +0200 |
---|---|---|
committer | James M Snell <jasnell@gmail.com> | 2020-06-25 08:37:48 -0700 |
commit | 50228cf6ffca3936717f5797025f3c49c2278fee (patch) | |
tree | 41f1b84a6d5d4ecf8efe2c40906411f4743ad232 /node.gyp | |
parent | 88fb5a5c7933022de750745e51e5dc0996a1e2c4 (diff) | |
download | node-new-50228cf6ffca3936717f5797025f3c49c2278fee.tar.gz |
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.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |