Skip to content

v3.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 14:38
· 10 commits to main since this release
a4de629

Patch Changes

  • 02c683a: Allow call expressions in macro identifier validation

    Previously, the code had duplicated checks for allowing macro within import specifiers.
    This was always meant to be a check for import specifiers and a check for a call expression.