Skip to content

SystemJS 0.19.7

Compare
Choose a tag to compare
@guybedford guybedford released this 15 Dec 11:34
· 921 commits to main since this release

Features

  • Support for __moduleName argument in System.register (7202794)
  • Don't run ES module format detection or transpiler runtime loading when transpiler is set to false (f5eb441)
  • Support leading #! in CommonJS sources for NodeJS support (b4fd674)
  • Support for format: 'detect' metadata
  • cjsRequireDetection: false option for CommonJS meta configuration flexibility (52a7ab4)

Bug Fixes

  • Fixes a bug in normalizeSync when used with plugins (#965)
  • More flexible Node environment detection (98bb018)
  • Global meta config to provide opt-out of default extension adding in packages (41d08ad)
  • CommonJS require extraction and CommonJS detection fixes (colmbrady@dbf53dc, 8c5e170, df2c4d0)
  • CommonJS require extraction to ignore trailing slashes in requires and expressions (715b275)
  • Global loading support in the CSP build (2863a79)