Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jorendorff/js-loaders
- Owner: jorendorff
- Archived: true
- Created: 2013-04-16T16:41:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T21:51:01.000Z (over 10 years ago)
- Last Synced: 2024-05-03T12:46:43.673Z (6 months ago)
- Language: JavaScript
- Size: 5.89 MB
- Stars: 54
- Watchers: 17
- Forks: 7
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- es6-tools - js-loaders - Mozilla's spec-compliant loader prototype (Module Loaders / Brunch Plugins)
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/.