You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that if there is a syntax error while typing, the error should just be ignored (or maybe shown as a red underline in the editor), rather than constantly bringing up a popup. Note that in this case the file was syntactically valid, and I was editing inside the string (so not changing its validity).
The text was updated successfully, but these errors were encountered:
Version: Deno 1.43.1
I semi-randomly get this popup while typing:
My full (JavaScript) file is:
It seems to only happen while I'm typing inside strings-- in this last case I was typing inside the string"defaul"
on line 34 (the long line).The output panel says
I think that if there is a syntax error while typing, the error should just be ignored (or maybe shown as a red underline in the editor), rather than constantly bringing up a popup. Note that in this case the file was syntactically valid, and I was editing inside the string (so not changing its validity).
The text was updated successfully, but these errors were encountered: