diff options
author | bcoe <bencoe@google.com> | 2019-10-06 11:37:42 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2019-10-13 18:58:21 -0700 |
commit | 4ca61f40fed31d590e4d624551044fe7cc7efd42 (patch) | |
tree | 8bb59868ac3566ae37e0146578535ad042978790 /node.gyp | |
parent | f8f6a21580544146d5a8527333e1130b336dc094 (diff) | |
download | node-new-4ca61f40fed31d590e4d624551044fe7cc7efd42.tar.gz |
process: add lineLength to source-map-cache
Without the line lengths of in-memory transpiled source, it's not
possible to convert from byte ofsets to line/column offsets.
PR-URL: https://github.com/nodejs/node/pull/29863
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -176,6 +176,7 @@ 'lib/internal/repl/history.js', 'lib/internal/repl/utils.js', 'lib/internal/socket_list.js', + 'lib/internal/source_map/prepare_stack_trace.js', 'lib/internal/source_map/source_map.js', 'lib/internal/source_map/source_map_cache.js', 'lib/internal/test/binding.js', |