typescript-go
typescript-go copied to clipboard
Staging repo for development of native port of TypeScript
## Lsp log [lsp.log](https://github.com/user-attachments/files/19268991/lsp.log) ## Walkthrough https://youtu.be/QfcH8X-fvI0 ## Snap  ## Issue 2 : LSP crashes multiple times ``` Perf 76 [10:20:45.728] textDocument/diagnostic: 84.334µs unknown method $/setTrace ``` ... `$/cancel`...
## Log ``` Congratulations, your extension "C compiler" is now active! Congratulations, your extension "git tags" is now active! Server is on git-autoconfig: Failed to get repository root. (node:67256) [DEP0005]...
Running the prototype LSP inside vscode debugger throws the following error The configured build task fails before opening Ext host. It doesn't work unless one explicitly runs `npm run build`...
I've had this sitting on a branch for a while but I'm sending it just to get it off of my mind. The idea here is to stop storing a...
See tests/cases/conformance/jsdoc/jsdocDisallowedInTypescript.ts
I totally could be doing something wrong here myself. However, when I try to launch inside of the dev container (using the latest version of docker, engine, code, etc across...
Right now the docs does include hereby commands to build , lint etc. However instead of ```bash hereby build ... ``` would be great to have ```bash npx hereby build...
This should make clones of the TypeScript repo way quicker, since we really don't need full history available.
This happens when a dependency's package.json looks like this: ```json "exports": { ".": { "node": { "types": "./dist/index.d.ts", "module": "./dist/index.module.js", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "browser": { "types": "./dist/index.d.ts", "import":...
They are not implemented yet