Jake Bailey
Jake Bailey
Oh come on, they weren't supposed to comment that (must be the unlucky first PR, sorry)
This flag is a lot newer than the commit we're porting. In https://github.com/microsoft/typescript-go/tree/main/_submodules you can get a link to the version to expect behavior to more closely model.
This should no longer be the case in the latest nightly.
Not the same issue, no. You're correct to file separately in #1478.
I don't think we want to do this; we currently have no unsafe code (avoiding a compliance problem). The benefit would have to be pretty significant to want to do...
Yes, they've been thinking about doing moving GC, so it's definitely a dangerous operation.
I think we're going to want to do the eager version of this. For the public API we're going to need for IDs to fit within JS's `Number.MAX_SAFE_INTEGER`, which means...
baseUrl is unsupported. #474 You should be able to do this same thing with paths, or switch to `package.json` import maps.
I have no idea what would provide those imports. Does this code compile when you run `tsc`?
The `baseUrl` thing is expected. The `[slug]` bug was fixed by #969.