ts-patch
ts-patch copied to clipboard
Augment the TypeScript compiler to support extended functionality
I don't know if this is an issue. I can get all the `extras.diagnostics` after changes `composite` to false. In addition, I noticed when work with `ts-loader`, `extras.diagnostics` becomes empty...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Apologies if I've missed documentation for this, I did look but didn't find anything, and there are vanishingly few examples of language servers combined with ts-patch. This is what I...
I recently noticed that ts-patch was uninstalled often, after upgrading to Yarn 4. I'm often switching branches with different dependencies and therefore invoking `yarn install` often. It seems that every...
It sometimes happens with `yarn` that the `postinstall` script is not executed, and I silently end up with an unpatched typescript. It would be good if that could be checked...