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:
authorBradley Farias <bradley.meck@gmail.com>2020-07-17 20:39:02 +0300
committerBradley Farias <bradley.meck@gmail.com>2020-08-13 21:17:40 +0300
commite155d9601429057a34adbcdcb790a1c12bd2a163 (patch)
tree330623d1c4116c229e3b47c05c627522a4c1f27e /node.gyp
parentf8976a76bbb49d678056d6d2ddd57064cf9e63c2 (diff)
policy: support conditions for redirects
PR-URL: https://github.com/nodejs/node/pull/34414 Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Guy Bedford <guybedford@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 72e06754210..f198bc6cf52 100644
--- a/node.gyp
+++ b/node.gyp
@@ -214,6 +214,7 @@
'lib/internal/url.js',
'lib/internal/util.js',
'lib/internal/util/comparisons.js',
+ 'lib/internal/util/compositekey.js',
'lib/internal/util/debuglog.js',
'lib/internal/util/inspect.js',
'lib/internal/util/inspector.js',