github oxc-project/oxc v0.0.2
Oxc v0.0.2

latest releases: crates_v0.16.2, oxlint_v0.5.1, crates_v0.16.1...
15 months ago

Try it out!

npx oxidation-compiler@latest lint path-to-directory

No configuration is required.

What's Changed

Initial Support for Isolated Declarations

npx oxidation-compiler@latest lint -A all -D isolated-declaration src

Complete Conformance on Test262

Test262 Summary:
AST Parsed     : 44000/44000 (100.00%)
Positive Passed: 44000/44000 (100.00%)
Negative Passed: 3915/3915 (100.00%)

News Lints

New Features

  • Added support for ESLint disable comments
  • Added support for Clippy style allow / deny rules, e.g. --allow all --deny no-debugger to enable a single rule

Misc

  • Changed some color displays diagnostic printing, the titles are now in bright red or yellow
  • Made the CI run faster by using pre-built binaries on cargo-udeps, criptcmp and cargo-testest.

New Contributors

Full Changelog: https://github.com/Boshen/oxc/compare/v0.0.1...

Don't miss a new oxc release

NewReleases is sending notifications on new releases.