Skip to content

chore(format): cover all supported source files#248

Merged
chhoumann merged 1 commit into
masterfrom
chore/format-supported-sources
Jul 9, 2026
Merged

chore(format): cover all supported source files#248
chhoumann merged 1 commit into
masterfrom
chore/format-supported-sources

Conversation

@chhoumann

Copy link
Copy Markdown
Owner

Apply Oxfmt consistently to every tracked TypeScript, JavaScript, JSON, JSONC, and YAML file in the repository, and make format:check enforce that complete supported surface going forward.

The previous scripts checked configuration, E2E tests, and scripts but omitted the application source, allowing formatting drift across 123 source files while CI stayed green. This isolates the resulting mechanical churn before any architectural modernization begins. YAML keeps the conventional two-space indentation through explicit EditorConfig and Oxfmt overrides.

Reviewer context:

  • No Svelte or Markdown files are changed. Oxfmt's Svelte support is currently disabled and will be enabled in a separate reviewed slice; user-facing prose will get its own docs lane.
  • Normalized TypeScript ASTs are identical before and after formatting for all 125 changed TypeScript files.
  • Parsed YAML values are structurally identical before and after formatting, including the release workflow's embedded script.
  • There is no runtime, persistence, migration, or release behavior change.

Verified with npm run lint, npm run format:check, npm run typecheck, npm run build, npm run test -- --run (876 tests), a complete MkDocs build through the pinned requirements, and git diff --check.

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying podnotes with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6a62c80
Status: ✅  Deploy successful!
Preview URL: https://04ea274c.podnotes.pages.dev
Branch Preview URL: https://chore-format-supported-sourc.podnotes.pages.dev

View logs

@chhoumann chhoumann marked this pull request as ready for review July 9, 2026 20:24
@chhoumann chhoumann merged commit 7e10278 into master Jul 9, 2026
6 checks passed
@chhoumann chhoumann deleted the chore/format-supported-sources branch July 9, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant