Skip to content

oxlint v0.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 09:29
a803e04

What's Changed

  • feat(linter): implement no-unsafe-declaration-merging (#748)
  • fix(linter): show the escaped span for no-useless-escape (#790)
  • refactor(linter): move the label message to help for no_constant_binary_expression
  • fix(cli): correct ignore-pattern behavior; add more cli tests (#796)

Performance

  • perf(lexer): reduce checks on ident -> keyword (#783)
  • perf(lexer): jump table (#779)

These two commits reduced total CPU instructions count by about 1%.

Full Changelog: oxlint_v0.0.10...oxlint_v0.0.11