Skip to content

v0.16.1

Compare
Choose a tag to compare
@nzakas nzakas released this 11 Mar 00:46
· 7503 commits to main since this release
  • Fix: Node.js scoping in block-scoped-var (fixes #1969) (Nicholas C. Zakas)
  • Update: Enable ES6 scoping for more options (Nicholas C. Zakas)
  • Fix: Ensure all export nodes are traversable (fixes #1965) (Nicholas C. Zakas)
  • Fix: Ensure class names are marked as used (fixes #1967) (Nicholas C. Zakas)
  • Fix: remove typo that caused a crash (fixes #1963) (Fabricio C Zuardi)
  • Docs: Added missing "are" (Sean Wilkinson)