An open API service indexing awesome lists of open source software.

https://github.com/unstubbable/universal-systemjs

Universal wrapper around SystemJS 0.21.x
https://github.com/unstubbable/universal-systemjs

Last synced: 3 months ago
JSON representation

Universal wrapper around SystemJS 0.21.x

Awesome Lists containing this project

README

        

# universal-systemjs

A Universal wrapper around
[SystemJS 0.21.x](https://github.com/systemjs/systemjs/tree/0.21)

Uses the
[production-only loader](https://github.com/systemjs/systemjs/tree/0.21#browser-production)
in browser environments, and the
[NodeJS loader](https://github.com/systemjs/systemjs/tree/0.21#nodejs)
otherwise. In NodeJS, a global `fetch` is defined (via `node-fetch`) so that
importing modules using absolute URLs is supported out of the box.