Ron Spickenagel
Ron Spickenagel
Hi all. Could anyone tell me exactly what does not work with the getTypeAtLocation version? I've written a working ObjectLiteral parser and have AsExpression in the works, but as I...
Thank you both for your responses! @domoritz Is it safe to say, if we can get passes on everything in valid-types, it should work?
If it helps, `ts-patch` supports diagnostics manipulation.
@cspotcode ts-patch supports altering diagnostics. Not sure about your use case, but I believe it should work
The main two reasons for ts-patch doing a filesystem patch are 1) reducing drag during compile time and 2) making configuration for tooling easier. Tooling is set by default to...
Not sure what's happening here, but here's my 2 cents from my own experience and reports from others. Generally these types of errors come from modifying nodes incorrectly. In other...
@Val-istar-Guo Haha. Yep, that'd do it then. We're using a workaround which directly replaces a node due to a TS compiler issue. Really hoping TS fixes the upstream issue so...
@Val-istar-Guo I had some time to dig into the new compiler API, and I believe the issue should be resolved. If you have a chance to try v2.0.3, I'd appreciate...
@Val-istar-Guo thanks for following up. There may not be anything that we can do until TS fixes the upstream. Would you mind filing an issue with the problem and repro...
Instead of just a name change, what do you think about a mutual rewrite, effectively replacing this and ts-patch? I've been thinking about this for awhile now. Here's my proposal...