@tyndall/oxc
v0.0.15
Published
Shared OXC lint/format execution utilities for Hyper tooling.
Readme
@tyndall/oxc
Overview
Shared OXC lint/format execution utilities for Hyper tooling.
Responsibilities
- Provide
runLint/runFormatprogrammatic APIs that invokeoxlintandoxfmt. - Translate typed options into deterministic CLI arguments.
- Fall back to
bunx --bun oxlint/bunx --bun oxfmtwhen binaries are missing.
Public API Highlights
- runLint
- runFormat
commandArgssupport for custom command prefixes (for example,bunx --bun oxlint).
Development
- Build: bun run --filter @tyndall/oxc build
- Test (from workspace root): bun test
Documentation
- Package specification: spec.md
- Package architecture: architecture.md
- Package changes: CHANGELOG.md
Maintenance Rules
- Keep this document aligned with implemented package behavior.
- Update spec.md and architecture.md whenever package contracts or design boundaries change.
- Record user-visible package changes in CHANGELOG.md.
