solidjs-community / eslint-plugin-solid

Solid-specific linting rules for ESLint.
MIT License
209 stars 24 forks source link

Treat type casts and assertions as transparent in reactivity analysis. #67

Closed joshwilsonvu closed 1 year ago

joshwilsonvu commented 1 year ago

Closes #60. Handles passing through TS type casts and non-null assertions when figuring out which variables are reactive. There might still be an edge case or two but I'll keep this in mind as reactivity analysis is cleaned up.