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:
authorXadillaX <i@2333.moe>2021-06-10 10:58:41 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-06-21 18:08:08 +0300
commit5d92c09bbf48018025bd45050f018a973411abc7 (patch)
tree769b607170228aa80e7c86d08f8fc09f95c716dd /node.gyp
parent284d9c62285a3bcf78de007ef93970a6d30cc9c4 (diff)
src,url: separate some tables out of node_url.cc
The purpose of separating is for readability and maintainability. PR-URL: https://github.com/nodejs/node/pull/38988 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@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 8fc93843789..3f674c978d2 100644
--- a/node.gyp
+++ b/node.gyp
@@ -657,6 +657,7 @@
'src/node_trace_events.cc',
'src/node_types.cc',
'src/node_url.cc',
+ 'src/node_url_tables.cc',
'src/node_util.cc',
'src/node_v8.cc',
'src/node_wasi.cc',