github systemjs/systemjs 0.19.30
SystemJS 0.19.30

latest releases: 6.15.1, 6.15.0, 6.14.3...
7 years ago

Features

  • All exceptions now include the text (SystemJS) for easy identification as some stacks lack any reference to SystemJS itself (#1309)
  • Support for recursive package map via simple recursion detection. This allows the recursive map map: { './lib': './lib/index.js' } in a package to enable full support for CommonJS directory require use cases (#1164)
  • Simple naive support for module.paths and module.require for better CommonJS compatibility (36ab9d4)
  • Various refactorings with some minor performance improvements (82c9760, 6e82edc)

Bug Fixes

  • Fixes nwjs execution support in shared context (#1290)
  • import '@node/x' will now properly scope the Node require (6443c88)
  • IE8 fixes (c461dfc)
  • Fix support for scriptLoad: true meta to work against builder.compile single file output (e085343, 428b16e)

Don't miss a new systemjs release

NewReleases is sending notifications on new releases.