Daniel Perez
Daniel Perez
@asnaeb feel free to take a look at this issue and send a PR.
@blimmer can you provide a reproduction test case? https://stackblitz.com/github/leddgroup/typescript-transform-paths/tree/master/examples/basic
Narrowed it down to: ```ts export function MaySkipHooks() { class SkippableOnce { get skipHooks() { return undefined; } } return SkippableOnce; } ``` Not sure why but this seems to...
Is there a way to change the parser for specific files? say `package.json`? Is there a workaround to this issue?
After some more research I was able to figure it out, I'll leave my workaround here in case someone finds it useful ```elsip (add-hook 'json-ts-mode-hook 'my/set-package-json-apheleia-formatter) (defun my/set-package-json-apheleia-formatter () "Set...