Skip to content

Commit

Permalink
src,url: separate some tables out of node_url.cc
Browse files Browse the repository at this point in the history
The purpose of separating is for readability and maintainability.

PR-URL: nodejs#38988
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
  • Loading branch information
XadillaX authored and foxxyz committed Oct 18, 2021
1 parent eb4d7f5 commit 3762ab9
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 442 deletions.
1 change: 1 addition & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,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',
Expand Down

0 comments on commit 3762ab9

Please sign in to comment.