TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

Fixed some string literal argument completions depending on resolved signature

Open Andarist opened this issue 2 years ago • 3 comments

fixes https://github.com/microsoft/TypeScript/issues/53997

Andarist avatar Apr 24 '23 16:04 Andarist

@typescript-bot pack this

jakebailey avatar May 03 '23 23:05 jakebailey

Heya @jakebailey, I've started to run the tarball bundle task on this PR at 322f6cd32bf230df7f66dc4bb322865d2f70fa1e. You can monitor the build here.

typescript-bot avatar May 03 '23 23:05 typescript-bot

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]".;

typescript-bot avatar May 03 '23 23:05 typescript-bot