v3.0.0
Added 1
- Added support for modern JavaScript/TypeScript syntax including import with syntax
Changed 1
- Upgraded underlying SWC libraries, resulting in different scores due to improvements in how operands and operators are counted
From FTA
Breaking changes
- Upgraded the underlying SWC libraries that FTA depends on. This results in different scores, since various changes were made to improve the accuracy of how operands and operators are counted. It is also expected that this adds support for many cases of modern JavaScript/TypeScript syntax. For example, the
import withsyntax is now supported.