From 8f06773a8cd73aef37ddc8f68d2c8202f1a8c45a Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Fri, 20 Sep 2019 11:43:02 -0700 Subject: process: initial SourceMap support via NODE_V8_COVERAGE PR-URL: https://github.com/nodejs/node/pull/28960 Reviewed-By: Anna Henningsen Reviewed-By: Benjamin Gruenbaum Reviewed-By: Matteo Collina Reviewed-By: David Carlier --- node.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'node.gyp') diff --git a/node.gyp b/node.gyp index 661ed82890..dcd8904151 100644 --- a/node.gyp +++ b/node.gyp @@ -175,6 +175,7 @@ 'lib/internal/repl/history.js', 'lib/internal/repl/utils.js', 'lib/internal/socket_list.js', + 'lib/internal/source_map.js', 'lib/internal/test/binding.js', 'lib/internal/timers.js', 'lib/internal/tls.js', -- cgit v1.2.3