swc-node
swc-node copied to clipboard
`installSourceMapSupport` in `@swc-node/sourcemap-support` doesn't account for inline source maps
https://www.npmjs.com/package/source-map-support#options
With inline source maps, the hookRequire
parameter is required like:
require('source-map-support').install({
hookRequire: true
});