Tristan P.

Results 4 comments of Tristan P.

We had this issue at work. We pin-pointed the issue with our pnpm mono-repo structure. By default, it uses parallelism. However, lint-staged do some git operations which cannot be ran...

@renke i have a repro where everything has the same version here : https://github.com/quadristan/ts-indirect-type-reference-bug

I have a repro + a workaround/solution here https://github.com/quadristan/ts-indirect-type-reference-bug tl-dr: ```typescript import type {} from "Y"; // or whatever Y really refers to ```

Hello, the issue still appears in big query. Can be reproduced this way ```ts it.only('should preserve bg quotes', () => { const parser = new Parser(); const query = 'SELECT...