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
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-21 02:26:34 +0300
commitc2ceb15fd5524871b6d1b02ec67aebb415b934b9 (patch)
tree8e6a13f4688be5c0627e43990e7830176b7d74a8 /node.gyp
parent6b6bbfe7d043e9170895c8dfdb61fec28b2a368c (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 6362f954813..cf214280bb4 100644
--- a/node.gyp
+++ b/node.gyp
@@ -99,6 +99,7 @@
'lib/tty.js',
'lib/url.js',
'lib/util.js',
+ 'lib/util/types.js',
'lib/v8.js',
'lib/vm.js',
'lib/wasi.js',