Andrew Bradley
Andrew Bradley
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...
Use case: write a `.ts` script on github; run it without precompilation using `npx` / `npm x` ``` $ npm x -- mygithubusername/my-cool-cli-tool --help ``` In cases like these, the...
Add debug logging for new features in v10: implicit config, transpiler, etc. Log the generated swc config? Is debug logger exposed to transpilers so they can do additional logging? If...
Blocked by #1445 Building off of #1202, we know the maximum "target" you can use for the given node version, so we can log a helpful warning when your target...
Follow-up to #1202 If running the globally-installed ts-node, and tsconfig "extends" points to a "ts-node/node*/tsconfig.json", and local resolution fails: Fallback resolve to the globally-installed ts-node Although, in these situations, tsc...