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

TypeScript execution and REPL for node.js

Results 221 ts-node issues
Sort by recently updated
recently updated
newest added

I noticed that the swc transpiler plugin is generating tsx and ts variants of config, but is not creating a js variant. This is probably fine 99% of the time,...

Disk caching prototype. Created in the SWC integration, but should be generalized to support `transpileModule`, too. swc is so fast that caching doesn't really help at all, so this would...

While working on #1694, stumbled upon a possible REPL issue: if package.json type = module, and you fire up the REPL, how is the REPL being compiled? Should make sure...

Giving this a shot to see if it helps: Linking to past discussions for commonly-asked questions, to avoid duplicated effort. Links will be added over time. ## File extensions in...

An example pulled from the tests: D:\\a\\ts-node\\ts-node\\tests\\node_modules\\ts-node\\src\\index.ts:147 That line number does not make sense in either the source ts nor the emitted js. Is this a trace-mapping bug? ``` Error...

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...

Pinned issue linking to major areas of development. Github only lets us pin 3x issues. - #1317 - #1504 - #1514

Spinning off from conversation started here: https://github.com/TypeStrong/ts-node/issues/1007#issuecomment-1118576755 > I think what's missing in recipes is a general recipe for projects in general - you have examples for all these tools...

Or add to the "module cjs vs esm" page?