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

SystemJS Builder 0.8.0

Compare
Choose a tag to compare
@guybedford guybedford released this 12 Feb 14:47
· 981 commits to master since this release

This release entirely thanks to @crisptrutski.

Breaking change: Treating builder as a class (6510359)

Features

  • Support memory output option when no outFile given (c2203de)
  • Automated tests

Bug Fixes

  • Fix compiled source maps for 6to5 (c2d972b)
  • Ensure source maps are always relative to output file (b60348c)
  • Lots of cleanups in the codebase (efcaea1, d07dcdf)