Skip to content

oxlint v0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 10:17
d971c9c

What's Changed

  • fix(parser): fix lexer error while parsing parenthesized arrow expressions by @Boshen in #3400

The previous version refactored some parsing code around arrow expressions, which failed to parse the following snippet correctly

(/\./.exec())

Full Changelog: oxlint_v0.4.0...oxlint_v0.4.1