Skip to content

CLI v0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 02:48
· 3502 commits to main since this release
c16f858

What's Changed

  • fix(parser): fix additional char being consumed in JSXText by @yesmeck in #259
  • fix(parser): fix crashing on empty ParenthesizedExpression with comments by @Boshen in #263
  • fix(parser): fix parse error on JSXText preceded by JSXFragment by @yesmeck in #262
  • fix(linter): fix panic when directive appears at the first line by @yesmeck in #264
  • fix(parser): fix [+in] context in CallArguments by @Boshen in #265
  • fix(paresr): parse [+In] in template by @Boshen in #266
  • fix(parser): fix [+In] Destructuring Binding Pattern Initializer by @Boshen in #267
  • feat(linter): no constant condition by @mysteryven in #271
  • feat(semantic): Add index mapping from span to reference id by @YangchenYe323 in #270
  • refactor(linter,semantic): move syntax check from linter to semantic by @Boshen in #272

New Contributors

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