Andrew Bradley
Andrew Bradley
The linked markdown file showing examples of the various code styles seems to be a bit mixed up. For example, the "semicolons" and "no semicolons" examples both lack semicolons. Additionally,...
## Summary Implements #12485. I talked about the potential motivation there. Submitting this pull request makes it possible for a maintainer to run the full test matrix, if they want...
There's not really a fix for this other than to avoid gradients. On light terminal themes, the gradient should fade from black to white, not white to black. It ends...
```typescript import {File} from 'cmd-ts/batteries/fs'; ``` Can be imported when using tsconfig `"module": "CommonJS"`, but in `"NodeNext"` it breaks with the error: `Cannot find module 'cmd-ts/batteries/fs' or its corresponding type...
I would like to abort a CLI handler by `throw`ing something, but control the exit code, and *not* see a stack trace. I can think of two ways this might...
v11 beta
v11 beta has been published to npm. https://www.npmjs.com/package/ts-node/v/11.0.0-beta.1 `npm install ts-node` will *not* give you the beta by default. You must do `npm install ts-node@beta` to install the beta tag....
In the past, node's built-in `--enable-source-maps` had bugs / missing features and performance issues. But things may have changed. In #2009 @isaacs found that `@cspotcode/source-map-support` is not working in node...
Pending https://discord.com/channels/508357248330760243/933130253692436560/1105333478138060862 Even if I don't keep this behavior, should at least merge the improved test-ability. Related to bullet point on https://github.com/TypeStrong/ts-node/issues/1505
After doing a bit of work in python, I'm a fan of isort.