Skip to content

SystemJS 0.7.0

Compare
Choose a tag to compare
@guybedford guybedford released this 06 Aug 01:35
· 1717 commits to main since this release
  • Updates ES6 module syntax to the spec change:
  module P from 'q';
  // ->
  import * as P from 'q';
  • Also includes a RequireJS compatibility fix (f98d0db)