Jake Bailey
Jake Bailey
Copilot must be broken, it said all of the above and then the PR is still touching `Text` 😄
Theoretically this is now unblocked, so long as it's only applied to TS 6.0.
Can you please file a new issue for your separate issue?
Sorry, did not notice that you were the original issue filer. Adding that kind of include is definitely not an intended fix. The problem here is that you have `"moduleResolution":...
See also: https://www.typescriptlang.org/docs/handbook/modules/guides/choosing-compiler-options.html
Coming soon; it requires find all references to be implemented (#882)
No, rename is not implemented; this issue is still open.
Rename was added in https://github.com/microsoft/typescript-go/pull/1635; anything else should be reported as further bugs.
> * It's very likely that tsgo will be consumed via native binding APIs (WASM), and so willalmost certainly be asynchronous FWIW we are working on a number of prototypes...
Given this is back on the table, does the PR contain tests from all of the breaks from last time to make sure that we aren't regressing anything a second...