https://github.com/swc-project/register/blob/377bad1f81cc590b95cb207c0524e95718b4e065/src/node.ts#L64 `source-map-support` doesn't seem to work with `inline` maps (needs a require hook - https://github.com/evanw/node-source-map-support#options). To get accurate maps, it needs to be `true` in swc.
register/src/node.ts
Line 64 in 377bad1
source-map-supportdoesn't seem to work withinlinemaps (needs a require hook - https://github.com/evanw/node-source-map-support#options). To get accurate maps, it needs to betruein swc.