Skip to content

oxlint v1.38.0 & oxfmt v0.23.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jan 10:25
f3767ea

Table of Contents

Oxlint v1.38.0

Oxfmt v0.23.0

🚀 Features

  • a19cc93 oxfmt: Add debug logging to oxfmt LSP to troubleshoot resolved options at runtime (#17695) (Nicholas Rayburn)

🐛 Bug Fixes

  • 3b4aced formatter: Should not treat multi-type arguments of TSTypeReference as a complex type (#17708) (Dunqing)
  • dcfdd41 formatter: Should not set up tailwindcss callback when no tailwindcss configuration is set (#17696) (Dunqing)
  • 6f65901 formatter: Return original classes when there are no tailwindcss classes sort callback (#17689) (Dunqing)

⚡ Performance

  • c6a99fd formatter: Don't call sort_tailwind_classes if no classes need to be sorted (#17698) (Dunqing)