Emily Marigold Klassen
Emily Marigold Klassen
@bauerbach There's always the option to roll up your sleeves, learn a11y practices and implement it! Personally, I'd look at using [ariakit](https://ariakit.org/), as it provides low level unstyled components that...
With the current capabilities of the vscode extension api, I think the best way to solve this would be with a custom folding range provider that wraps existing folding range...
Yeah, I ran into the same issue, and I was hoping to be able to at least use a writer function to properly quote the value, but `PropertyNamedNodeStructure` is only...
Hmm, I found the following for `enum`s - should this be applied to all properties? or allow explicit writers? or both? https://github.com/dsherret/ts-morph/blob/cea07aa7759ecf5a1e9f90b628334b8bd617c624/packages/ts-morph/src/structurePrinters/enum/EnumMemberStructurePrinter.ts#L29-L34 as, with both this would change to ```ts...
"disableESTransforms" will preserve the decorator
My current workaround which works for ~80% of the instances in the target codebase is ```js const rules = { ... 'import/order': [ 'warn', { groups: ['builtin', 'external', 'internal', 'parent',...
Sure: the use case is that in the frontend code at $job, data/core modules start with a lower case, and the Components start with UpperCase, and so, when i'm sorting...
right now, you have to register a ts-node or other transpilation require hook in your thread/child process worker entry point to work around this. I would love for ts-jest to...
@MiniSuperDev For some context, I have previously ran into a related issue with mocks in jest, and i left the following comment: https://github.com/jestjs/jest/issues/9467#issuecomment-1590411367 . So, just like how I register...
I don't know if a change has been made, but it's respecting my theme (see screenshots for #20)