Skip to content

Commit 3bf34f2

Browse files
devsnekTimothyGu
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 70277d6 commit 3bf34f2

File tree

3 files changed

+516
-435
lines changed

3 files changed

+516
-435
lines changed

node.gyp

+1
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@
351351
'src/node.h',
352352
'src/node_buffer.h',
353353
'src/node_constants.h',
354+
'src/node_contextify.h',
354355
'src/node_debug_options.h',
355356
'src/node_file.h',
356357
'src/node_http2.h',

0 commit comments

Comments
 (0)