Jake Bailey
Jake Bailey
Sure, it's roughly this: ```sh $ git subrepo clean # Split out the changes still applied to the subrepo but not upstreamed. $ git subrepo branch $ pushd .git/tmp/subrepo/ #...
> No, I want that to stay out of everyone's way. Do you want me to convert that to `pnpm` just so it's not mixed package managers? > I don't...
I guess we didn't think about import elision, yeah. Under ID, the imports are never erased, but obviously there's no way to force it to stay otherwise besides `verbatimModuleSyntax`, writing...
The aforementioned #57681 means that no references are generated, nor preserved unless explicitly annotated to do so. I guess if you didn't test the beta/rc, you might see it as...
There's just no way to determine intent here without getting it wrong the opposite way around. You could have refactored your code the wrong way and that reference may not...
I mean to write: ```ts /// ``` https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/#simplified-reference-directive-declaration-emit This is guaranteed to be emitted in declaration files. If not, please do file a separate bug.
Ah, yeah, they have to go at the very top, and we don't exactly warn about that...
@typescript-bot test it
@typescript-bot test it
@typescript-bot test it