Diego Sogari

Results 6 issues of Diego Sogari

For example, `{@link type}` gives this error: tsdoc-reference-unquoted-identifier: The identifier "type" must be quoted because it is a TSDoc system selector name tsdoc/syntax _Originally posted by @diegosogari in https://github.com/microsoft/tsdoc/issues/148#issuecomment-1867669304_

### Describe the bug The `toThrow` method on the `JestAssertion` interface does not match the empty string when using a regular expression matcher (e.g., `/^$/`). Instead, it gives the following...

upstream
p2-edge-case

I know that the spec is agnostic regarding serialization formats, but I felt the need to share this idea with future readers, since it relates to the JSON format. Sometimes...

### What is the problem this feature would solve? I want to list the dependencies of a workspace in a monorepo with `bun pm ls`. ### What is the feature...

enhancement
npm

## Search terms link, default ## Expected Behavior It should generate the docs. ## Actual Behavior It outputs: ```ansi [warning] Failed to resolve link to "Test.default" in comment for Test.__type.other....

bug

I have the following grammar: ```jison // test.jison %lex %% \s+ // skip whitespace \w+ return 'IDENTIFIER'; \: return 'BEGIN_BLOCK'; $ { console.log('EOF'); return 'EOF'; } . return 'INVALID'; /lex...