Skip to content

SystemJS 0.19.5

Compare
Choose a tag to compare
@guybedford guybedford released this 19 Oct 08:00
· 993 commits to main since this release

Features

  • Setting metadata.scriptLoad: false allows opt-out of script loading (#803, 0dd9946)
  • New System.config({ globalEvaluationScope: false }) to disable <script> injection execution and use plain eval (#814)

Bug Fixes

  • Ensure global module format globals are properly reverted after execution (5b8bfbf)
  • Allows multiple config calls to run that don't rely on baseURL, before baseURL is set, reverting a previous change (#837, a77fdb9)
  • Reverts a change to always use vm execution in Node even in browser environments (#841, c2a3ea9)
  • Fix to ensure error stacks display properly in Node (c2a865e)
  • When both exports and format metadata are set for a module, format will always apply first instead of assuming global format (#851, 688e433)
  • Fixes global.define leak in Node (#850, 0e43c76, 30df021)