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

### Desired Behaviour When starting an interactive repl, check for the presence of something like `.ts-node-repl.ts` in the working directory. If present, run the script at startup. The behaviour should...

### Desired Behavior A native test runner was added in Node 18: https://nodejs.org/dist/latest-v18.x/docs/api/test.html It can be started by `node --test testfile1.js testfile2.js` or `node --test testdirectory/`. Trying to use it...

research

I'm using `lerna` with typescript project references for a node application containing two packages. Package `lib` and package `app` (which depends on `lib`). I've configured typescript project references so that...

enhancement
you can do this

### Desired Behavior When use ts-node, you should use default swcrc that ts-node create, but if is present a .swcrc file, you should use that file. ### Is this request...

More things to improve developer experience working on ts-node - [ ] testability improvements? - allow configuration tests to skip executing code - `service.getInternalConfiguration()` - function call to test `bin.ts`...

Note to self: consider closing #1177 when this is merged, if it does indeed apply to worker threads -- @cspotcode --- Fixes ESM child process forking. Info on the solution...

This issue tracks the work necessary on the ts-node side to offer first-class support for a sucrase transpiler. Related to: https://github.com/alangpierce/sucrase/issues/726 https://github.com/alangpierce/sucrase/pull/729 User should be able to `ts-node --sucrase` or...

research

I'm using it for [`hastscript`](https://github.com/syntax-tree/hastscript/blob/2f8c133920fa57405815de3f3cdc21d1bc892444/readme.md#jsx). Tested locally.

Breaking changes we should include in the next major, v11 ## Implemented in #1760 Minimum node version: v14 Minimum TS version: 4.0 (from https://github.com/DefinitelyTyped/DefinitelyTyped#support-window) * [x] Remove `ts.createIncrementalProgram` fallback to...

breaking-change