issues
search
barelyhuman
/
babel-plugin-mutable-react-state
(WIP) transform mutable variables to react-state
https://barelyhuman.github.io/babel-plugin-mutable-react-state/
MIT License
7
stars
0
forks
source link
Test Cases for Base
#3
Open
barelyhuman
opened
2 years ago
barelyhuman
commented
2 years ago
Adds more test cases for the base release
[x] simple assignment
[x] simple reading
[x] simple arithmetic
[x] react scope check (after
https://github.com/barelyhuman/babel-transform-mutable-react-state/issues/1
)
[ ] complex assignment and computed values
[ ] complex reading
[ ] based on async data
[x] check replacements in hooks (useEffect,etc)
Adds more test cases for the base release