How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
SystemJS is a dynamic dependency manager and universal module loader that resolves and executes JavaScript modules across different browser and server environments. It functions as an import map polyfill, mapping bare module specifiers to absolute URLs to manage dependencies without requiring a build step. The project provides a system for integrating diverse formats, including AMD and global scripts, into a modern ES module workflow. It enables browser module polyfilling for environments that lack native support for ES modules and import maps, and it allows for dynamic runtime hot-reloading
Asyncronous JavaScript loader and dependency manager
curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
The main features of moduleloader/es6-module-loader are: Module Loaders, Transpilers and Polyfills.
Open-source alternatives to moduleloader/es6-module-loader include: systemjs/systemjs — SystemJS is a dynamic dependency manager and universal module loader that resolves and executes JavaScript modules… ded/script.js — Asyncronous JavaScript loader and dependency manager. ecomfe/esl — enterprise standard loader. headjs/headjs — Headjs is an asynchronous asset loader designed to load JavaScript and CSS files in parallel and execute them in a… jorendorff/js-loaders. cujojs/curl — curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy…