Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AST: MakeResetStyles #1

Open
wants to merge 8 commits into
base: ast
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A static analysis tool that scans your project's style files to track and analyz
- `createCustomFocusIndicatorStyle` is a special function that is used throughout the library so we might be able to special case it
- if we have file imports we need to analyze those such as importing base styles
- we also need to ensure var analysis is done correctly after the refactor
- Manage makeResetStyles (likely same as makeStyles)
~~- Manage makeResetStyles (likely same as makeStyles)~~
- Button has some weird patterns in it where it uses makeResetStyles and then uses enums to pull in the styles, we might need to account for those as well.
- what if we have multiple `makeStyles` calls merged, are we handling that correctly or just nuking the conflicts in our output?
- make sure this works with shorthand spread
Expand Down
Loading
Loading