Jake Bailey

Results 1405 comments of Jake Bailey

Emit is marked as "in progress".

A repro would be helpful.

We bundle only one version with TypeScript, and are unlikely to publish copies for anything but latest. This tool isn't really intended to be used by hand otherwise, so I'm...

(in the age of evergreen browsers, I don't really know who needs to target older ones who aren't in some condition where they really need other testing too...)

I found the code to do this in Strada. https://github.com/microsoft/TypeScript/blob/e6a50a78619632bba7af4f23b2e7e4940b9cf788/src/compiler/program.ts#L3671-3690 ```ts if (packageId) { const packageIdKey = packageIdToString(packageId); const fileFromPackageId = packageIdToSourceFile.get(packageIdKey); if (fileFromPackageId) { // Some other SourceFile already...

At best, we could defer all of this work to a second pass, but that would change the file ordering from Strada too. Perhaps that's an acceptable tradeoff, but means...

I don't have anything yet, though a self contained repro would be useful.