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

Consider a dedicated page explaining file extensions: - how importing emitted extension will map to source extension - how TS typechecker requires this - mention necessary config flags

*Note: if you're here following a link from our docs about `experimentalResolver`, you know that our docs for this feature are currently quite limited. Feel free to experiment and ask...

research

Related: https://github.com/tsconfig/bases/issues/76 Augment @tsconfig/bases logic. Detect TS >= 4.5. If TS>=4.5, use @tsconfig/node12-esm, node14-esm, or node16-esm. * Add 3x deps * Add logic to detect TS version * Add tests...

Take a pass over all the bundled nodejs sources. Pull down a recent v18 revision and see about updating them all to that version. Our test coverage is pretty good...

### Search Terms `ReferenceError: __values is not defined` `tslib` `noEmitHelpers` `importHelpers` ### Expected Behavior An error message which helps me solve the problem. Could be something along the lines of...

Trying to spruce up the --help output. I will probably combine this with some unification between --help, JSDoc, and the website. * [ ] consider `ansi-colors` alternative to `chalk`

Extracted from #1753 - [ ] Auto-enable `experimentalResolver` in a few situations: - when using ESM - when using nodenext / node16 - in next major, enable by default always?...

*Maintainer edit: If you would like to submit a pull request implementing this feature, I have described a straightforward implementation here: https://github.com/TypeStrong/ts-node/issues/409#issuecomment-1068172200* If I require 'ts-node/register' twice, it does not...

enhancement
you can do this

Currently ts-node is not possible to use in combination with the node vm module. You are not able to use any typescript code in a vm. A simple way to...

enhancement
you can do this

Remove all ts-node hooks from the env, not just disable it. This is not high-priority, but I'm creating this ticket as a place to note gotchas: * Must call both...