How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
ECMAScript 6 compatibility shims for legacy JS engines
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
The main features of kaisellgren/es-transpiler are: Transpilers and Polyfills.
Projects with overlapping indexed features include: addyosmani/require-hm. moduleloader/es6-module-loader. paulmillr/es6-shim — ECMAScript 6 compatibility shims for legacy JS engines. systemjs/systemjs — SystemJS is a dynamic dependency manager and universal module loader that resolves and executes JavaScript modules… webreflection/es6-collections. xcambar/shepherd-js.