Skip to content

Commit a258f6b

Browse files
devsnekMylesBorins
authored andcommitted
src: flatten ContextifyContext
Flattens ContextifyContext allows the context interface to be used in other parts of the code base. PR-URL: #17560 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
1 parent 0a97e1d commit a258f6b

File tree

3 files changed

+546
-462
lines changed

3 files changed

+546
-462
lines changed

node.gyp

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@
344344
'src/node.h',
345345
'src/node_buffer.h',
346346
'src/node_constants.h',
347+
'src/node_contextify.h',
347348
'src/node_debug_options.h',
348349
'src/node_http2.h',
349350
'src/node_http2_state.h',

0 commit comments

Comments
 (0)