ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

To shorten stack traces, refactor esm.ts

Open cspotcode opened this issue 3 years ago • 0 comments

Get rid of some of the function wrappers that add noise to stack traces.

Useful for more than just TSError, since node resolution errors also pass through here.

Might be good for perf, too? Fewer functions and calls?

cspotcode avatar Jun 01 '22 21:06 cspotcode