swc-project / swc-node

Faster ts-node without typecheck
MIT License
1.69k stars 69 forks source link

Make sourcemaps work with both error stack & debugger #707

Closed ranjan-purbey closed 1 year ago

ranjan-purbey commented 1 year ago

Fixes #681 When sourceMap is set to true, the generated map is injected into the code as base-64 inline map, similar to what ts-node/register does

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.