Jake Bailey

Results 144 issues of Jake Bailey

Anything more is just waste. May be useless in the future if we start treating checkers as an external resource to a Program (and thus the limitation would be put...

Fixes #1894 ![semantic-tokens-2](https://github.com/user-attachments/assets/609a9c9c-317d-4843-bf1a-f55a4058df01) I am a little scared of this one. VS Code seems to ask for doc highlights, semantic tokens, diags, all in quick succession. All three of those...

Now that the main extension handles this gracefully, I think we should stop force disabling it in our launch options, instead allowing things to proceed but warning if `tsgo` is...

This PR implements regexp literal syntax checking. The main difference is that it is no longer a scanning step, as that would make it a parser error, which would mean...

This has two negative effects: - All of our current logging appears as "error" output because it went over stderr. - All LSP logging is hidden by default, which is...

These files are not meant to be edited by hand. Placing this special string at the top tells all Go-knowing tooling that these are generated and should be ignored, hides...

https://github.com/microsoft/typescript-go/actions/runs/19548755476/job/55974335183?pr=2135 ``` --- FAIL: TestSubmodule (6.21s) --- FAIL: TestSubmodule/nodeModulesExportsSourceTs.ts_module=nodenext (0.09s) --- FAIL: TestSubmodule/nodeModulesExportsSourceTs.ts_module=nodenext/output (0.03s) baseline.go:206: the baseline file /mnt/vss/_work/typescript-go/typescript-go/testdata/baselines/reference/submodule/conformance/nodeModulesExportsSourceTs(module=nodenext).js has changed. (Run `hereby baseline-accept` if the new baseline is correct.)...

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.

See #515; this may not behave properly. Noting this to get it out of my inbox.