Published under: Release Notes
2 min read
Bug Fixes
- 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: Node.js scoping in block-scoped-var (fixes #1969) (Nicholas C. Zakas)
- Fix: remove typo that caused a crash (fixes #1963) (Fabricio C Zuardi)
Enhancements
- Update: Enable ES6 scoping for more options (Nicholas C. Zakas)
Documentation
- Docs: Added missing “are” (Sean Wilkinson)