mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
src: add config file support
PR-URL: https://github.com/nodejs/node/pull/57016 Refs: https://github.com/nodejs/node/issues/53787 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
This commit is contained in:
parent
5ab7c4c5b0
commit
f0e653d2af
33 changed files with 1438 additions and 1 deletions
2
node.gyp
2
node.gyp
|
@ -105,6 +105,7 @@
|
|||
'src/node_buffer.cc',
|
||||
'src/node_builtins.cc',
|
||||
'src/node_config.cc',
|
||||
'src/node_config_file.cc',
|
||||
'src/node_constants.cc',
|
||||
'src/node_contextify.cc',
|
||||
'src/node_credentials.cc',
|
||||
|
@ -230,6 +231,7 @@
|
|||
'src/node_blob.h',
|
||||
'src/node_buffer.h',
|
||||
'src/node_builtins.h',
|
||||
'src/node_config_file.h',
|
||||
'src/node_constants.h',
|
||||
'src/node_context_data.h',
|
||||
'src/node_contextify.h',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue