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
Describe the bug
eslint exits with the following error
Oops! Something went wrong! :(
ESLint: 8.57.0
Error: Unknown node type TSAsExpression.
Occurred while linting /home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/src/index.tsx:4
Rule: "solid/reactivity"
at Controller.traverse (/home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/node_modules/estraverse/estraverse.js:469:31)
at traverse (/home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/node_modules/estraverse/estraverse.js:670:27)
at permissivelyTrackNode (/home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/node_modules/eslint-plugin-solid/dist/rules/reactivity.js:532:43)
at checkForTrackedScopes (/home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/node_modules/eslint-plugin-solid/dist/rules/reactivity.js:687:29)
at CallExpression (/home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/node_modules/eslint-plugin-solid/dist/rules/reactivity.js:760:17)
at ruleErrorHandler (/home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/node_modules/eslint/lib/linter/linter.js:1076:28)
at /home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/node_modules/eslint/lib/linter/safe-emitter.js:45:58
at Array.forEach (<anonymous>)
at Object.emit (/home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/node_modules/eslint/lib/linter/safe-emitter.js:45:38)
at NodeEventGenerator.applySelector (/home/runner/work/eslint-solid-crash-repro/eslint-solid-crash-repro/node_modules/eslint/lib/linter/node-event-generator.js:297:26)
error: "eslint" exited with code 2
Describe the bug
eslint exits with the following error
To Reproduce
repo
Expected behavior
no error
Environment (please complete the following information):
node --version
):v18.18.2
eslint-plugin-solid
version (npm list eslint-plugin-solid
/yarn why eslint-plugin-solid
):0.13.2
eslint
version (npm list eslint
/yarn why eslint
):8.57.0
Additional context
The text was updated successfully, but these errors were encountered: