Andrew Bradley
Andrew Bradley
*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...
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...
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?...
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...
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...
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...
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...