Skip to content

v2.0.0-beta.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@hzoo hzoo released this 21 May 01:20
· 2575 commits to main since this release

Bug Fix

Also an optimization. Ran into this issue on babel because some deps are circular.

Ex: babel-traverse depends on babel-types, and vice versa which caused a max call stack error.

  • Add cache for checking updated dependencies (#129)