You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: migrate tooling to oxc, pnpm, and bazel (#58)
## Summary
- replace ESLint and Prettier with Oxlint 1.75 and Oxfmt 0.60
- switch Yarn to pnpm 11.17 and add Lefthook 2.1
- build CJS, ESM, declarations, tests, and publish package with native
Bazel rules
- generate IDE `tsconfig.json` from a Starlark source of truth
- upgrade Bazel to 9.2, Node to 26.5, and TypeScript to 7.0
- remove Jest, SWC, scripts, tool wrappers, and legacy build configs
## Test
- `lefthook run pre-commit --all-files`
- `bazel test //...`
- `pnpm build`
- `pnpm lint`
- `pnpm test`
- CJS and ESM package smoke tests
0 commit comments