Jake Bailey
Jake Bailey
Interestingly, VS Code does not request this, nor do we even test it.
Fixes #1080 (sorta??) The old compiler did "package deduplication" through source file redirection. This allowed two duplicate packages in different parts of `node_modules` (but with the same name / package.json...
This repo is particularly sensitive to PR merge races breaking things, since so much is generated and modified. This PR updates the CI job to also be able to run...
I am testing out using quickjs to fuzz typescript-go's JS number implementation more quickly than shelling out to Node.js (by way of https://gitlab.com/cznic/quickjs to avoid cgo, not important for this...