TypeScript
TypeScript copied to clipboard
Fixed some string literal argument completions depending on resolved signature
fixes https://github.com/microsoft/TypeScript/issues/53997
@typescript-bot pack this
Heya @jakebailey, I've started to run the tarball bundle task on this PR at 322f6cd32bf230df7f66dc4bb322865d2f70fa1e. You can monitor the build here.
Hey @jakebailey, I've packed this into an installable tgz. You can install it for testing by referencing it in your package.json like so:
{
"devDependencies": {
"typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/153805/artifacts?artifactName=tgz&fileId=E3D26348E1B679191216EF370BA7D1DCABCE3C70282A566490FC335882A4992C02&fileName=/typescript-5.1.0-insiders.20230503.tgz"
}
}
and then running npm install.
There is also a playground for this build and an npm module you can use via "typescript": "npm:@typescript-deploys/[email protected]".;