Skip to content

Commit 256940a

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 <targos@protonmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
1 parent cc1df6d commit 256940a

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)