github rollup/rollup v1.24.0

latest releases: v4.17.2, v4.17.1, v4.17.0...
4 years ago

2019-10-15

Features

  • Respect break, continue, return and throw when tree-shaking to detect dead code (#3153)
  • Do treat treat hoisted function declarations as "unknown" when checking for call side-effects (#3153)

Bug Fixes

  • Make sure that unknown import.meta properties produce valid code in SystemJS (#3152)
  • Make sure treeshake.annotations: false is respected for class instantiation (#3153)
  • Check property access side-effects for class instantiation (#3153)
  • Do not suppress break statements inside labeled statements (#3153)

Pull Requests

  • #3152: Allow import.meta.* for systemjs format (@dmail)
  • #3153: Get rid of immutable.js and implement tree-shaking for broken control flow (@lukastaegert)

Don't miss a new rollup release

NewReleases is sending notifications on new releases.