Skip to content
New issue

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

Set of extra ignored diagnostics for REPL mode #1120

Closed
cspotcode opened this issue Aug 26, 2020 · 0 comments · Fixed by #1396
Closed

Set of extra ignored diagnostics for REPL mode #1120

cspotcode opened this issue Aug 26, 2020 · 0 comments · Fixed by #1396
Milestone

Comments

@cspotcode
Copy link
Collaborator

cspotcode commented Aug 26, 2020

In various tickets, users point out TS diagnostics that are annoying in the REPL. I wonder if we should have a set of diagnostics to be ignored only in the REPL, only in the eval.ts file. It could be enabled with a --loose-repl flag, or we could add it as an --experimental-loose-repl flag and make it default in a future major version.

The idea is to put links to those tickets here as I find them, sorta like an Epic for improving the REPL diagnostics experience.

Tickets:
#729 (though a proper solution to this is somehow removing the old function declarations which is probably way too complex)
#850
#469

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant