We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that we currently don't bubble up ts errors. The user can check with tsc --noEmit or in editor, but might be good, to report these.
The text was updated successfully, but these errors were encountered:
This is the dream. Once we do this, we could start thinking about making ts2gd a full fledged LSP with IDE support... 🤩
Then again, how would we pass-through all the other stuff in TS, like the auto-complete suggestions, auto-imports, etc? That seems complicated...
Sorry, something went wrong.
No branches or pull requests
It seems that we currently don't bubble up ts errors. The user can check with tsc --noEmit or in editor, but might be good, to report these.
The text was updated successfully, but these errors were encountered: