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

The REPL classifies certain TS diagnostic codes as recoverable, allowing multiline input in the REPL. Third-party transpilers can be granted the ability to classify their own errors as recoverable. Can...

Diff 4 was flagged in some sort of audit at work. For starters, this audit is wrong: the audit tool got confused and assumed that a devDependency of diff would...

### Desired Behavior ts-node currently supports output highlighting, but not input: ![image](https://user-images.githubusercontent.com/15230040/98655825-989d5f80-2348-11eb-9339-f8134ada7181.png) ### Additional context The next REPL of nodejs - [node-prototype-repl ](https://github.com/nodejs/repl) - already supports syntax highlighting for js....

enhancement
you can do this

Docs aren't fun, so I'm creating an epic to track all docs tasks in one place. Some of these items came from the TODO list on #1297. I'd spent too...

you can do this

Splitting out from #1682 - Bring in #1674 - where appropriate, update website categorization to match --help - consider unifying --help descriptions, website descriptions, and jsdoc descriptions - find a...

Building off #1670 Add json schema-powered shiki twoslash tooltips to docsite Will require a totally new kind of shiki twoslash tooltip provider, implemented as a separate open-source project. But the...

For example, src/bin.ts requires src/repl.ts which requires diff. diff is a bit beefy and we only use one of its features, and only in the REPL. Came from convo on...

Can we use our transpilation fallback to transform http imports? Could be cool: import straight from github or whatever. Node already handles the download. Things to consider: - initial support...

Fixed by #1585 Creating this issue to ensure this enhancement is mentioned in the appropriate release notes.

Extracted from #1248 Big idea: there are various places in ts-node where we can emit warnings and hints. We should have a generic mechanism to give them diagnostic codes and...