@@ -707,12 +707,22 @@ disabled.
707707.It Ev NO_COLOR
708708Alias for NODE_DISABLE_COLORS
709709.
710+ .It Ev NODE_COMPILE_CACHE Ar dir
711+ Enable the
712+ .Sy module compile cache
713+ for the Node.js instance.
714+ .
710715.It Ev NODE_DEBUG Ar modules...
711716Comma-separated list of core modules that should print debug information.
712717.
713718.It Ev NODE_DEBUG_NATIVE Ar modules...
714719Comma-separated list of C++ core modules that should print debug information.
715720.
721+ .It Ev NODE_DISABLE_COMPILE_CACHE
722+ Disable the
723+ .Sy module compile cache
724+ for the Node.js instance.
725+ .
716726.It Ev NODE_DISABLE_COLORS
717727When set to
718728.Ar 1 ,
@@ -768,6 +778,9 @@ When set to
768778.Ar 1 ,
769779emit pending deprecation warnings.
770780.
781+ .It Ev NODE_PENDING_PIPE_INSTANCES
782+ Set the number of pending pipe instance handles when the pipe server is waiting for connections. This setting applies to Windows only.
783+ .
771784.It Ev NODE_PRESERVE_SYMLINKS
772785When set to
773786.Ar 1 ,
@@ -801,6 +814,12 @@ the check for a supported platform is skipped during Node.js startup.
801814Node.js might not execute correctly.
802815Any issues encountered on unsupported platforms will not be fixed.
803816.
817+ .It Ev NODE_TEST_CONTEXT
818+ When set to
819+ .Ar 'child'
820+ , test reporter options will be overridden and test output will be sent to stdout in the TAP format.
821+ If any other value is provided, Node.js makes no guarantees about the reporter format used or its stability.
822+ .
804823.It Ev NODE_TLS_REJECT_UNAUTHORIZED
805824When set to
806825.Ar 0 ,
0 commit comments