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: 9 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,118 |
estools/escodegen | Generates ECMAScript code from an Abstract Syntax Tree (AST) | 2,665 |
jquery/esprima | An ECMAScript parser for analyzing and interpreting JavaScript code | 7,066 |
es-shims/es5-shim | A JavaScript shim that enables compatibility with older JavaScript engines by providing implementations of missing EcmaScript 5 features. | 7,113 |
wessberg/cjstoesm | Converts CommonJS to ES Module syntax while preserving tree-shakability and idiomatic output | 397 |
toss/es-toolkit | A high-performance utility library for JavaScript with strong type annotations and a small bundle size. | 7,310 |
standard/eslint-config-standard | Provides a standardized ESLint configuration for JavaScript code style | 2,611 |
typestrong/ts-node | Tools and utilities for TypeScript on Node.js | 12,938 |
emscripten-core/emscripten | Compiles C and C++ to WebAssembly for deployment on the web and other platforms | 25,944 |
eslint/eslint | A tool for identifying and reporting on patterns in JavaScript code to improve its quality and consistency. | 25,239 |
import-js/eslint-plugin-import | A plugin that validates proper imports in JavaScript code. | 5,589 |
facebook/regenerator | Transforms ECMAScript 6 generator functions into efficient ES5 code | 3,834 |
nzakas/understandinges6 | A comprehensive guide to ECMAScript 6, covering its new features and capabilities | 5,441 |
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,788 |