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 ofgetConfig
(3341825, #1344) - Ensure AMD define doesn't clear module name value matching (b12938b)