esm
ES module loader
An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+
Tomorrow's ECMAScript modules today!
Archived
5k stars
57 watching
147 forks
Language: JavaScript
last commit: 7 months ago es6es6-modulesesmesmodulesnodejs
Related projects:
Repository | Description | Stars |
---|---|---|
paulmillr/es6-shim | Provides compatibility shims for legacy JavaScript engines to mimic ECMAScript 6 behavior | 3,116 |
estools/escodegen | Generates ECMAScript code from an Abstract Syntax Tree (AST) | 2,658 |
jquery/esprima | An ECMAScript parser for analyzing and interpreting JavaScript code | 7,059 |
es-shims/es5-shim | A JavaScript shim that enables compatibility with older JavaScript engines by providing implementations of missing EcmaScript 5 features. | 7,117 |
wessberg/cjstoesm | Converts CommonJS to ES Module syntax while preserving tree-shakability and idiomatic output | 393 |
toss/es-toolkit | A high-performance utility library for JavaScript with strong type annotations and a small bundle size. | 7,029 |
standard/eslint-config-standard | Provides a standardized ESLint configuration for JavaScript code style | 2,610 |
typestrong/ts-node | Tools and utilities for TypeScript on Node.js | 12,918 |
emscripten-core/emscripten | Compiles C and C++ to WebAssembly for deployment on the web and other platforms | 25,828 |
eslint/eslint | A tool for identifying and reporting on patterns in JavaScript code to improve its quality and consistency. | 25,110 |
import-js/eslint-plugin-import | A tool that helps catch errors and enforce best practices in JavaScript import statements. | 5,558 |
facebook/regenerator | Transforms ECMAScript 6 generator functions into efficient ES5 code | 3,832 |
nzakas/understandinges6 | A comprehensive guide to ECMAScript 6, covering its new features and capabilities | 5,447 |
ai/dual-publish | Automates conversion of JavaScript projects to dual ES module and CommonJS packages for publication on npm. | 187 |
jspm/jspm-cli | Manages dependencies and resolves module imports in a Node.js-based application | 3,779 |