Skip to content

SystemJS 0.19.32

Compare
Choose a tag to compare
@guybedford guybedford released this 25 Jul 12:11
· 674 commits to main since this release

Features

  • Provides source maps encodings in Node (e03812c)
  • For easier singleton wrapper modules, the output of declare in System.register([], function declare() {})is now optional, defaulting to the value{ setters: [], execute: function() {} }` (7d9c070)

Bug Fixes

  • Ensure original error message is properly combined (#1374, ModuleLoader/es-module-loader@629e3c8)
  • Fix SystemJS's own source maps (857c0ef, #1357)
  • Fix bug with the use of $__curScript detection for async and defer cases (adb5fda)
  • Properly ensure @node/x requires are scoped to the baseURL NodeJS require (2fbfed4)
  • Ensure transpiler is provided as an output of getConfig (3341825, #1344)
  • Ensure AMD define doesn't clear module name value matching (b12938b)