Skip to content

v2.3.1

Compare
Choose a tag to compare
@trotzig trotzig released this 04 Jun 19:59
· 255 commits to main since this release
  • Fix incorrectly removing local names for named imports (import { a as b } from 'c'; became import { b } from 'c';)