Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 16:42
· 16 commits to main since this release
be67f72

Minor Changes

  • 67233cb:

    Features

    • Refined logger and added some websocket messages to extend debugging/benchmarking abilities
    • Added an experimental debugger application
    • Added an example generator CLI for easier repros
    • Added support for wilcard imports analysis (fixes #34)
    • Added support for target's default export (this limitation was not known/documented and found with
      updated tests)
    • Added glob patterns support for "targets" option (thanks
      moushicheng)

    Chore

    • Created some kind of logo, please don't hate I'm not a designer
    • Revamped examples with a simple webapp that one can use to test and debug this plugin against
      use-cases
    • Reworked tests to get even more coverage and confidence
    • Made names more consistent with options and docs (especially entry -> target)
    • Updated dependencies

    Fixes

    • Fixed an issue when re-exporting aliased entity (fixes #28, thanks
      fdc-viktor-luft for reporting & investigating)
    • Fixed an issue with multiline imports/exports (fixes #35, thanks
      mx-bernhard for reporting & contributing)
    • Fixed an issue where if a target was default exporting something, importing that default export
      would probably result in error.