Skip to content

v3.0.0-beta.20

Pre-release
Pre-release

Choose a tag to compare

@jedwards1211 jedwards1211 released this 30 Mar 02:23
· 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 doastx.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.