Skip to content

CLI v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 07:04
· 3706 commits to main since this release

To test the linter on your codebase, try running

npx oxidation-compiler@latest lint path

where the path can be . , src, packages or any directory path.


The goal of this release is to showcase:

  • speed: most codebases should run less than a few seconds
  • small dependency: the binary is less than 3MB
  • meaningful and pretty diagnostic messages: the no-constant-binary-expression eslint rule is implemented to demo this