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
committerXadillaX <i@2333.moe>2021-06-17 06:08:32 +0300
commit38a15d832a65b1377a3d9c194c2c028e1300bd1e (patch)
tree7ef0e8fd631a4aac9fdc0f37775cfa2657745eda /node.gyp
parente4eadb2bf1fc135e24cad789c57431220e25bf3b (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',