Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

SystemJS Builder 0.15.14

Choose a tag to compare

@guybedford guybedford released this 30 Mar 12:11
· 339 commits to master since this release

Features

  • Bundle arithmetic now supports parentheses thanks to @arackaf (#535)
  • The global require is now cleared for module execution, as in SystemJS 0.19.25 (b7084cc)
  • Provide a bundleName canonical on the bundle output (4be5792)

Bug Fixes

  • Builder cache invalidation is now based on decanonicalize to ensure well-defined behaviour (bb312f7)
  • Fixes static bundles when using wildcards (e7b4ca5)
  • Fixes a tracing bug to ensure that conditional package dependencies are properly included in the build (f8abda4)
  • Entry point canonicalization to use full normalization to support conditionals (db663f0)
  • NormalizePath edge case fixes (72cb94a)
  • Traceur upgrade fixes duplicate variable error (#512)