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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Passing the string "){" as a function argument breaks subsequent tokens. What appears to be happening is that the grammar ends the function call early at the closing bracket, not recognizing the first " as the start of a string, but rather the second one. Which leads to the rest of the file being understood as a string.
Passing the string
"){"
as a function argument breaks subsequent tokens. What appears to be happening is that the grammar ends the function call early at the closing bracket, not recognizing the first"
as the start of a string, but rather the second one. Which leads to the rest of the file being understood as a string./ref TypeStrong/atom-typescript#481
The text was updated successfully, but these errors were encountered: