David Sherret

Results 448 issues of David Sherret

JSDocs should be formatted. * [ ] Configuration to force single line JS docs when able (default).

enhancement

https://raw.githubusercontent.com/github/copilot.vim/release/copilot/dist/agent.js For https://github.com/denoland/deno/issues/14561

bug

In https://github.com/dprint/dprint-intellij, JetBrains somehow has a way to do automatic tagging when the version changes when merging to main. There must be a similar solution for crates.io

See here https://github.com/dprint/dprint-plugin-typescript/issues/19#issuecomment-767702524 Edit... Copy and pasted over for better tracking: - [x] [tests/jsx/comments/eslint-disable.js](https://dprint.dev/playground/#code/MYewdgzgLgBATgUzAEwXGBeGBLKCC2EmAfDABQBQMMAPMtgG7EDeMA9AFQwIQA22YKAFp6EAIYAjXghgc2VajACQOPIQB0+MQAcyuAiRhgArr14BKBYvZce-QUKSTpsttYC+NNvSYVLQA/language/typescript) - [ ] [tests/jsx/comments/in-end-tag.js](https://dprint.dev/playground/#code/PQKgBAvF0xYEYFMBmB7ATosBnANgQ2wAtJZYwRgAoAHnwD4bhgxcBLAO0SuAYG5aDJuHi5UAYwDWFar3oDajZq07dg8xcIRipMnhp7gy5fMgAuidDgLFSxqHrpKwy9lyr9Bz0NonTKHgY03ixu3BrBTC4iOv7UBj720GCmFlYc+AC2WEkOAU5M+C6hqlQRQrzRvroBBoZ29tXSuXD5FUU+on4yEd4x3ZQJRrlgmQCuuGZsAA64OSOOFSVcYACMPMtYAEw8ngWdsasyVV1SW3pyAvv9NSyupZdUmvcr6y-b+ldKN5JHlCexc4BdRfLSnOLFFTuEFAA/language/typescript) (very specific cases) - [x] [tests/jsx/spread/attribute.js](https://dprint.dev/playground/#code/PTAEHEHtIEwKADwwJYDdQG8B0OCGBfYAPgG45EV1scAKXUAHwc3wEp9RiyK1McsaAY0gA7GKAD8oAGbRQALlAAjXACd2nUuRCgAwpAC2BgKYiALqAORUx+El7Us9YACpQwo6YsvghLTypXd0MTc1AffgIucnsqSM5gD1CzOD9uWL48OFAEpK9U6IDMbNyQ-JzIgv8MjBA88xL4nXqUtLggA/language/typescript) - [x] [tests/jsx/significant-space/test.js](https://dprint.dev/playground/#code/IYMwLgpgTgBAvAKBjAPAZwA7AHYD4nKEgD2xqmOuARsFCgPQV4ENP4JUQlQTwtsFk6LHhp1GI3DBLEWEyggT16MALIBLNGnXYA5jAoBjCBy7EeAfSo9gAawCMfIQMLkRMMZ9peoPv94DfQP8g0JCYeikZOQFTbggrG1sAJic3BVdhHA9g3LC8kMKC4vzYSOlSGMlFUEgoRIg7NKzmVxl07BzSou6Snv7aCPwheWYEAHd1MAALHWaXIlIOqTFUUeG12OtG2wtDYgBbDGJsCGwwNGaAE3UANw2hADElyMFUACFaB8IUDFwZFrUQarMSsSQMP4oab2XCAlAQA64ACeEAwDARsPWDGh3wYnyguOmyVw2GIGAg2OJchu90UyjUmm0egMWGMCFugwAHvBUDTvtMIAAbQVkdBgKAnXS4WascWSqQoGS4NBXWwgQUqkAAK1sDCVSAYfIA3IpTmgwBYMIKAF7XO64vlvFB8w32p30R0jR0IHi6HhadQnCyki3inBobgHCBXCyORDOSSoACS+066lTcAARMAc7m8-mC4Wi8WC5mhmDKCafRA-RAA0GQxYw9gI+YozHUvHligUycYOmTlmS8OR6P82XyhW8FXtAd1ILaLH5ome6n+xns2Ot9uSxPMWwZ+o5wv6p3+ODe2mNzub7ec3vNpJD8fFwBmZeUVd9gfYId3scPl+V6Dpme5TrgVaNtYxC2GcFhnFcdq0q4IrMpAnJgDAqH6OhmHYTAuFYZKBEQBhRFoaReHEYR+E0dRlGoIKOi2LgACuUCCgwTHYCx5E4QxtGUdSboIFBEqwdgVg1nMXbOm6mTWEMfEkWRgmqfR6kUZp-HaSpVFafpOlgCg3EsexnH0KZUhqYZenCbSQA/language/typescript) - [ ]...

bug

**Describe the bug** Deno version: 1.15.1 **Input Code** ```ts function Test() { return ( { e.stopPropagation(); setOpenMenu((s) => !s); }} />; ); } ``` **Expected Output** ```ts function Test() {...

bug

There should be a way to line wrap text in jsdocs based on the line width. If we do this though then we'll need a way to disable it on...

enhancement
configuration

As title.

enhancement
configuration

Would be good to revist some of the defaults. For example, I don't like the switching between `'` and `"`" for quotes (`preferDouble`)... I think it should be `alwaysDouble`. Also,...

configuration

See https://github.com/dprint/dprint-plugin-typescript/pull/92/files#r563306432 Should just be some test in the spec folder where the test fails if this isn't working.

internal