typescript-go
typescript-go copied to clipboard
Staging repo for development of native port of TypeScript
I seem to get this all the time: last time I checked the logs I couldn't find anything around the time I checked, but this time I see this panic...
https://github.com/microsoft/typescript-go/pull/1588#pullrequestreview-3125218673 I am not sure if this is 100% desirable; but while the number of diffs increase, the diffs are IMO kinda good.
Currently the `@typescript/ast` package provided via source file binary format cannot properly access simple ast. like ```js function foo() { console.log("hello", "world") } ``` This failed for two reasons: *...
See #515; this may not behave properly. Noting this to get it out of my inbox.
Right now, the checker pool just has some 4 checkers it can use; but the editor can ask for doc highlight, then semantic tokens, then inlay hints, all at once,...
Apply this patch to disable the code that merges errors for multiple checkers in a single file, and unskips the tests that fail with it. Then, run `hereby test --concurrentTestPrograms`...
This looks similar to #1677, but the exact panic is different ## Stack trace ``` ======== Cache Statistics ======== [09:28:47.585] Open file count: 1 [09:28:47.585] Cached disk files: 48375 [09:28:47.585]...
Follow up to #1767. In that PR, we computed `documentPositionMapper`s based on declaration map files and cached them at the language service level. This can be rather inefficient because a...
Various things I noticed while looking at #1963
**The merge target of this PR is `jabaile/regexp-errors`, not `main`.** It is intended as a supplement of #2026. Feel free to fast-forward/cherry-pick/rebase some of the commits here.