typescript-go
typescript-go copied to clipboard
Staging repo for development of native port of TypeScript
In the following example, I get the error "implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer"...
Declaring multiple function signatures that receive a generic type parameter T allows for some of the signatures not to use T but still declare it in current typescript. In the...
#### Reproduction Steps 1. Follow the setup instructions from this blog post to enable `tsgo` in VSCode(if you haven't already): https://devblogs.microsoft.com/typescript/announcing-typescript-native-previews/ 2. Create a `.ts` file and add the following...
Bumps the github-actions group with 1 update in the /.github/actions/setup-go directory: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5.4.0 to 5.5.0 Release notes Sourced from actions/setup-go's releases. v5.5.0 What's Changed Bug fixes: Update...
seems like a pretty basic thing for an LSP no?
These were useful back when we were just porting stuff to verify that we weren't crashing, but now it's 20k extra tests that are largely already tested by the now-working...
Fixes #944.
Fixes #941 
Hi! Thanks for working on the typescript go project. I'm having an issue with the LSP. When i start it together with Neovim it causes Neovim to freeze and rapidly...
I use typically insiders (which opts people in to prereleases by default), so I never noticed that attempting to install our extension pops up an error in regular VS Code:...