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-27 16:40:00 +0300
committerShelley Vohr <shelley.vohr@gmail.com>2020-11-22 21:19:02 +0300
commitbaa87c1a7db97c1398a0cc3849b1632f6d131f7e (patch)
tree44950d45b473048eec2f872feb6983d2c6479638 /node.gyp
parent85c85d368a6cdac67d2da1b0f241501accafe05d (diff)
util: add `util/types` alias module
Refs: https://github.com/nodejs/node/pull/31553 Refs: https://github.com/nodejs/node/pull/32953 Refs: https://github.com/nodejs/node/pull/33950 Refs: https://github.com/nodejs/node/pull/34001 Refs: https://github.com/nodejs/node/pull/34002 PR-URL: https://github.com/nodejs/node/pull/34055 Refs: https://github.com/nodejs/node/pull/34962 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@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 38cf71309f8..643c8a43c6f 100644
--- a/node.gyp
+++ b/node.gyp
@@ -100,6 +100,7 @@
'lib/tty.js',
'lib/url.js',
'lib/util.js',
+ 'lib/util/types.js',
'lib/v8.js',
'lib/vm.js',
'lib/wasi.js',