David Greenspan
David Greenspan
I want to mention these things while they are still in my head from going through the tutorial (I'm on part 3). I think it could be helpful to edit...
I am authoring some Markdown that will be read via GitHub. MPE's TOC generation is super useful, but it doesn't strip out images... or seemingly anything, when it comes to...
Apologies if I'm doing something wrong, but I was expecting to be able to use this package via npm. It seems that the `lib` directory, referred to in `package.json`, is...
`export default function() {}` is currently an error, though it should be legal. `export function () {}` is correctly illegal. This bug comes out of my own PR #287, which...
Reproduction: ``` Vertices: 519.03515625, 186.87890625 630.1881839273268, 256.56830560649445 741.0859375, 326.09765625 639.8512791883232, 262.62675780285144 700, 200 ``` ``` Edges: 0, 1 2, 3 ```
### Lint Name no-unused-vars ### Code Snippet ```ts const foo = new MyClass(() => { foo.hello(); }); ``` ### Expected Result No lint errors ### Actual Result Error on `const...
**Bit ints** This code: ```ts export type Falsy = false | "" | 0 | 0n | null | undefined; ``` incorrectly prints as: ```ts type Falsy = false |...
For example, say I want to link to another overload of the same function. JSDoc descends from JavaDoc, which of course has always supported linking to overloads. Is it a...
Maybe I'm doing something bone-headed, but it seems you can't prefix a scoped package like `@foo/bar` with `*`. Is that right? Edit: But as a workaround, you can append the...
## Search terms Symbol property, computed property name, string ## Expected Behavior Render computed properties in some way that looks like TypeScript syntax. ## Actual Behavior Renders computed properties as...