bb-plane-fork/packages/ui
Aaron 83fdebf64d
[WEB-5459] feat(codemods): add function declaration transformer with tests (#8137)
- Add jscodeshift-based codemod to convert arrow function components to function declarations
- Support React.FC, observer-wrapped, and forwardRef components
- Include comprehensive test suite covering edge cases
- Add npm script to run transformer across codebase
- Target only .tsx files in source directories, excluding node_modules and declaration files

* [WEB-5459] chore: updates after running codemod

---------

Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
2025-11-20 17:39:40 +05:30
..
.storybook feat: migrate to pnpm from yarn (#7593) 2025-08-19 20:06:42 +05:30
src [WEB-5459] feat(codemods): add function declaration transformer with tests (#8137) 2025-11-20 17:39:40 +05:30
styles [WEB-4488] feat: brand revamp (#7544) 2025-08-06 22:24:47 +05:30
.eslintignore [WEB-4790] fix: moved typescript parser to the base eslint config (#7658) 2025-08-27 21:03:20 +05:30
.eslintrc.cjs [WEB-5048] chore: implements esm exports for all packages (#7816) 2025-10-06 21:01:32 +05:30
.prettierignore fix: CI to include lint and format along with build (#7482) 2025-08-18 21:27:16 +05:30
.prettierrc chore: use oxc tooling to speed up prettier (#8117) 2025-11-20 17:30:27 +05:30
package.json chore: use oxc tooling to speed up prettier (#8117) 2025-11-20 17:30:27 +05:30
postcss.config.js fix: update tailwind config package 2025-01-14 17:09:40 +05:30
README.md fix: ui package readme added (#2334) 2023-10-02 13:40:28 +05:30
tailwind.config.js fix: update tailwind config package 2025-01-14 17:09:40 +05:30
tsconfig.json [WEB-5048] chore: implements esm exports for all packages (#7816) 2025-10-06 21:01:32 +05:30
tsdown.config.ts [WEB-5048] chore: implements esm exports for all packages (#7816) 2025-10-06 21:01:32 +05:30

UI Package