Skip to content

v4.0.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 16:53
· 716 commits to main since this release

4.0.0 (2020-09-08)

Bug Fixes

  • module-resolution: enable esModuleInterop and allowSyntheticDefaultImports (2491800)

BREAKING CHANGES

  • module-resolution: Packages that use ES-style default imports such as import foo from "foo" will
    need to add a dependency on tslib.