Skip to content

0.53.3

Compare
Choose a tag to compare
@nicklockwood nicklockwood released this 02 Mar 11:27
· 46 commits to main since this release
  • The preferForLoop rule now correctly singularizes loop conditions that end with "cases"
  • Fixed bug where preferForLoop mangled throwing or async forEach expressions
  • Fixed extension body not being sorted if organizeDeclarations was enabled but excluded declaration type
  • Fixed conditionalAssignment bugs with @unknown default cases
  • Fixed some unsafe applications of the enumNamespaces rule
  • Add preliminary support for typed throws