Skip to content

Instantly share code, notes, and snippets.

@gpsarkar
Created March 5, 2021 18:13
Show Gist options
  • Save gpsarkar/9b7cba5286ae35cc82f1f9269da36d64 to your computer and use it in GitHub Desktop.
Save gpsarkar/9b7cba5286ae35cc82f1f9269da36d64 to your computer and use it in GitHub Desktop.
the arch list
Javascript
-----------------
https://github.com/systemjs/systemjs
SystemJS is a hookable, standards-based module loader. It provides a workflow where code written for production workflows of native ES modules in browsers (like Rollup code-splitting builds), can be transpiled to the System.register module format to work in older browsers that don't support native modules, running almost-native module speeds while supporting top-level await, dynamic import, circular references and live bindings, import.meta.url, module types, import maps, integrity and Content Security Policy with compatibility in older browsers back to IE11.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment