Newer versions of node.js have built-in support for processing source-maps. We should test against some stack traces produced by --enable-source-maps.
Edit: I've been experimenting with --enable-source-maps and everything seems to work correctly though I think I'm likely only hitting nominal conditions.
Newer versions of node.js have built-in support for processing source-maps. We should test against some stack traces produced by
--enable-source-maps.Edit: I've been experimenting with
--enable-source-mapsand everything seems to work correctly though I think I'm likely only hitting nominal conditions.