Alex Eagle
Alex Eagle
Due to bugs like this one, we are moving away from supporting the Persistent Worker in the next major 2.0 release of rules_ts, and likely will never fix this, sorry!
Due to bugs like this one, we are moving away from supporting the Persistent Worker in the next major 2.0 release of rules_ts, and likely will never fix this, sorry!
Also, validation actions give us a way to type-check `.d.ts` inputs even if no output files are produced. Maybe useful for a "ts_declaration" rule ?
Fixed by @dzbarsky on 2.x branch - thanks!
Due to bugs like this one, we are moving away from supporting the Persistent Worker in the next major 2.0 release of rules_ts, and likely will never fix this, sorry!
According to https://github.com/aspect-build/rules_ts/issues/85 we can't do this until most users can be on Bazel 6
I think we can do this now - it's time to branch 1.x from 2.x and start landing things for 2.0
Cool, could you target the 2.x branch with this, since it's a breaking change to drop Bazel 5 support?
Nice, having your help here inspires me to get to a beta of 2.0 soon!
I think https://github.com/microsoft/TypeScript/issues/22208 is the actual issue here, there's no way for us to properly invoke `tsc`. It's labelled `committed` so maybe we could fix it?