v3.0.0-beta.20
Pre-release
Pre-release
·
22 commits
to beta
since this release
3.0.0-beta.20 (2024-03-30)
Bug Fixes
-
findImports: support string capture in import source (0e61bde)
-
feat!: execute tagged template literals immediately (7dea20c)
BREAKING CHANGES
- whereas before you had to do
astx.find`$a + $b`(),
now you can omit the parentheses:astx.find`$a + $b`.
The same goes for.replace,.closest,.destruct,.findImports,
.addImports,.removeImports, and.replaceImport.