Skip to content
This repository was archived by the owner on Aug 24, 2026. It is now read-only.

chore: make oxfmt check reproducible - #29

Merged
VdustR merged 1 commit into
mainfrom
codex/fix-oxfmt-check
Aug 24, 2026
Merged

chore: make oxfmt check reproducible#29
VdustR merged 1 commit into
mainfrom
codex/fix-oxfmt-check

Conversation

@VdustR

@VdustR VdustR commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Result

Make the existing pnpm lint:oxfmt script reproducible and enforce it in CI.

Closes #28.

Changes

  • Add pinned oxfmt@0.64.0 as a dev dependency, following the official local-install recommendation.
  • Apply Oxfmt once to establish the repository baseline.
  • Add pnpm lint:oxfmt to the CI job after ESLint.

Risk

The large diff is formatter-only baseline output. No feature or specification meaning changed. Tests and the production bundle verify behavior after formatting.

Verification

  • pnpm install --frozen-lockfile
  • pnpm lint:oxfmt
  • pnpm lint:es
  • 98 tests passed
  • pnpm build
  • git diff --check

@VdustR VdustR added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 24, 2026
@VdustR
VdustR merged commit b5718da into main Aug 24, 2026
1 check passed
@VdustR
VdustR deleted the codex/fix-oxfmt-check branch August 24, 2026 01:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make the declared oxfmt check runnable

1 participant