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

SystemJS Builder 0.14.12

Compare
Choose a tag to compare
@guybedford guybedford released this 15 Dec 11:54
· 522 commits to master since this release

Features

  • Allow the plugin bundle hook to have an undefined output and act purely as a lifecycle hook (54cb5c4)
  • Ensure CommonJS __dirname and __filename are exactly determined in the target environment correctly (43c0925)
  • Generic and automatic support for __moduleName System.register wrapping (#416)
  • Use Bluebird for promises pipeline

Bug Fixes

  • Always treat build: false modules as external in SFX (#407)
  • Fix sourceMapContents null outputs (#427)
  • Reverts build output ordering from tree reverse pre order to post order (#386)
  • Support builds of expressions in AMD define statements (666474d)
  • Fix builder.getDepCache(tree) (5e6ecc9)
  • Handle building leading #! in CommonJS sources for NodeJS support (13a9b8d)