evanw / node-source-map-support

Adds source map support to node.js (for stack traces)
MIT License
2.16k stars 223 forks source link

Ship typescript definitions #285

Open SnarkBoojum opened 3 years ago

SnarkBoojum commented 3 years ago

I have noticed that DefinitelyTyped has definitions for source-map-support ; as far as I know their goal is to have them directly in the upstream package, but I haven't found where they asked for inclusion.

I have seen the need for those while trying to package ts-node for Debian.

LinusU commented 3 years ago

I'd be open for a PR for this 🚀

cspotcode commented 3 years ago

@SnarkBoojum ts-node recently switched to @cspotcode/source-map-support, so this problem might be solved.