Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jorendorff/js-loaders

Pseudoimplementation of the proposed ES6 module loaders.
https://github.com/jorendorff/js-loaders

Last synced: 3 months ago
JSON representation

Pseudoimplementation of the proposed ES6 module loaders.

Awesome Lists containing this project

README

        

# js-loaders

Pseudoimplementation of the proposed ES6 module loaders.

The goal is to evolve this into a usable self-hosted implementation of
the proposed Loader API. It's a long-term goal.

[Read the source code in your
browser](https://people.mozilla.com/~jorendorff/js-loaders/Loader.html).
(This is done using a custom-hacked version of
[Docco](http://jashkenas.github.io/docco/).)

## License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.