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
This particular plugin causes eslint to crash with type errors for some rules if the syntax is not exactly right. Even if the document/file is parsable.
prefer-t-regex is the biggest complainer afaict.
Cannot read properties of undefined (reading 'type')
This is super noticeable when using the vscode xo extension as we alert on an eslint crash like that, so we alert on every key stroke until the plugin can lint correctly again.
Something like t.anyAssertion() causes the error.
The text was updated successfully, but these errors were encountered:
This particular plugin causes eslint to crash with type errors for some rules if the syntax is not exactly right. Even if the document/file is parsable.
prefer-t-regex
is the biggest complainer afaict.Cannot read properties of undefined (reading 'type')
This is super noticeable when using the vscode xo extension as we alert on an eslint crash like that, so we alert on every key stroke until the plugin can lint correctly again.
Something like
t.anyAssertion()
causes the error.The text was updated successfully, but these errors were encountered: