Jake Bailey
Jake Bailey
I guess a "good thing" is that whatever we do cannot be worse than the current situation, given we already load all files without deduplication and people are happy with...
https://github.com/microsoft/TypeScript/pull/62684 shows that not doing this only breaks one codebase out of the top 800 TS repos, which is a lot better than I expected. To implement this, I can...
For those with this issue, can you try building https://github.com/microsoft/typescript-go/pull/2361 from source to see if it fixes your issues? I am not happy with this PR, but I want to...
Yeah, I guess that is the sort of problem that cannot be resolved by my attempt, because the symbols themselves are not deduped, I've just hacked the checker to avoid...
@Benjamin-Dobell Can you try #2361 again? With the latest version, your example appears to work for me.
The only other thing is to remove `!!! emitDecoratorMetadata` from `program.go` where we would have emitted an error on this option.
What is your tsconfig? Do you have a repo to test?
Yes, we just don't have any user prefs implemented yet.
That is unrelated; please file a new issue with a repro.
Priority? We want to fix them; I would have expected this to start working as of #1793. If not, we need a repro.