1 repository
Systems that extend the standard browser script-loading behavior to support custom module formats and plugins.
Distinct from Module Loading Systems: Distinct from general module loading systems as it focuses specifically on extending the browser's native fetch and execution pipeline.
Explore 1 awesome GitHub repository matching web development · Custom Module Loaders. Refine with filters or upvote what's useful.
SeaJS is a client-side JavaScript module loader and dependency manager. It provides a system for resolving and loading isolated JavaScript files as modules, ensuring that internal and external code requirements are met before execution. The project distinguishes itself as a pluggable asset loader, utilizing a plugin system to load and integrate non-JavaScript assets, such as stylesheets and text files, directly into the module workflow. The system handles frontend dependency resolution through dependency-graph tracking and dynamic path resolution. It manages code organization via isolated mo
Extends the way web browsers fetch and execute code by adding third-party plugin capabilities for module loading.