Krystan HuffMenne

Results 46 comments of Krystan HuffMenne

Are you using prettier-plugin-jsdoc ? I am running into a similar issue here: https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/49 I suspect that prettier-plugin-jsdoc considers your documentation block invalid due to the lines starting without `*`,...

Weirdly, if I move your code into a `.ts` file, I do _not_ experience the issue, so possibly it _is_ related to this plugin, but I think the underlying issue...

Thanks for the report, @Techn1x. I was able to reproduce consistently. Looking into this now. It seems to be specific to format-on-save.

Thanks for the report @hmajoros. Can you move this to a top-level issue? It seems like a big deal. I might not be able to debug for a few weeks,...

Update: Released `templateSingleQuote` in `v0.0.3` but having lots of trouble with `templatePrintWidth`. It might not be possible (without hacks) due to Prettier's architecture for embedding one format within another. It...

@vstefanovic97 Can you try a rebase? I think the failing test should pass now due to https://github.com/DefinitelyTyped/DefinitelyTyped/pull/69838

When writing this plugin, I tried to keep the handling of `` in line with the [guiding philosophy of "What would a function do?"](https://github.com/ember-tooling/prettier-plugin-ember-template-tag#opinions) after many lengthy discussions with @wycats....

Thanks for the contribution! ❤️ Just had a few small comments.

Discussion here: https://discord.com/channels/480462759797063690/717767358743183412/1296905708763090975