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

Please use this ticket to provide feedback on our native ESM support. Your involvement is greatly appreciated to ensure the feature works on real-world projects. ## Experimental warning [Node's loader...

enhancement
research

Today, `cwd` affects resolution of the entrypoint so when you `ts-node --cwd foo bar.ts` then you run `foo/bar.ts` Seems nice enough from a user perspective, but from a maintenance and...

Right now, if you `fork()` a ts-node process, the child gets the `ts-node` bin entrypoint and the same flags passed to ts-node: `--project`, etc. Yet if you've launched with `--esm`,...

research

### Desired Behavior Throw an error if `tsconfig.compilerOptions.module` is other than "commonjs". ### Is this request related to a problem? I have a command-line application that loads ts-node if it's...

enhancement
you can do this

Warning about Node.js team plans

Implements and closes #1742 Just starting to jot down ideas.

Hi there, thanks for ts-node, it's super useful! Quick PR to communicate that it's possible to use ESM as a module format in source files Ref: https://github.com/facebook/jest/issues/11453#issuecomment-877655080

Motivated by #1769, #1797 and #1790 Automated testing will help ensure I understand if/when/how these use-cases are affected by changes to ts-node. Automated testing of a debugger, in particular, will...

The swc transpiler can support paths, but they have to be converted to absolute paths using the baseUrl first.