Conversation
- use `oxc-parser` for AST parsing - remove previous AST related packages - remove unused packages - update some packages
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
* bump `bun` version * migrate `tsup` to `tsdown` * up storybook * up storybook vite * up packages * run format * Shrink bundle size (#1653) * shrink bundle size: - use `oxc-parser` for AST parsing - remove previous AST related packages - remove unused packages - update some packages * add tests for `compound-components` transformer * use oxc-parser types * infer types * move `removeReactImport` to it's own file, add tests * dedupe tests * enhance `addToConfig` to inline/multiline detection and indentation * infer types * classnames -> twMerge * remove redundant type cast * fix typecheck * up packages * fix(plugin~modernjs): use new plugin API * fix build * add changesets * Enhance compound-components transformer to support import alias preservation and improved import handling - add tests for new functionality including import sorting and alias retention
Changes
oxc-parserbefore
after