-[ ] issue
-
add unit tests with jest
-
migrate lint to oxlint
-
upgrade to node.v22
- --disable-warning=ExperimentalWarnings
-
eslint里一些特殊的规则需要在更新/patch代码后设为error,但lint完大部分后设为warn
- prefer-const, 有时会修改源码结构,所以保留一部分lint error不处理
-
performant icon import
-[ ] debounce
-[ ] debounce