ecmascript
There are 1509 repositories under ecmascript topic.
swc-project/swc
Rust-based platform for the Web
standard/standard
🌟 JavaScript Style Guide, with linter & automatic code fixer
eslint/eslint
Find and fix problems in your JavaScript code.
tc39/proposals
Tracking ECMAScript Proposals
tc39/ecma262
Status, process, and documents for ECMA-262
jsx-eslint/eslint-plugin-react
React-specific linting rules for ESLint
es-shims/es5-shim
ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines
jquery/esprima
ECMAScript parsing infrastructure for multipurpose analysis
boa-dev/boa
Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
mouredev/hello-javascript
Curso para aprender el lenguaje de programación JavaScript desde cero y para principiantes. 45 clases, +6 horas en vídeo y 130 ejercicios.
YauhenKavalchuk/interview-questions
Популярные HTML / CSS / JavaScript / ECMAScript / TypeScript / React / Vue / Angular / Node вопросы на интервью и ответы на них (https://tinyurl.com/wxysrpsy)
kdchang/reactjs101
從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。
daumann/ECMAScript-new-features-list
A comprehensive list of new ES features, including ES2015 (ES6), ES2016, ES2017, ES2018, ES2019
quickjs-zh/QuickJS
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
paulmillr/es6-shim
ECMAScript 6 compatibility shims for legacy JS engines
neomjs/neo
The application worker driven frontend framework
estools/escodegen
ECMAScript code generator
standard/eslint-config-standard
ESLint Config for JavaScript Standard Style
asciidwango/js-primer
:book: JavaScript Primer - 迷わないための入門書
BingKui/javascript-zh
Airbnb 出品,目前非常流行的 JavaScript 代码规范(中文版)。其内对各种 js 范式的写法进行了详细的规定与说明,按照此规范写出的代码将会更加合理。
mdn/js-examples
Code examples that accompany the MDN JavaScript/ECMAScript documentation
tsejx/javascript-guidebook
:books:JavaScript 前端知识图谱 A guidebook for the convenience of the front-end developers
meriyah/meriyah
A 100% compliant, self-hosted javascript parser - https://meriyah.github.io/meriyah
tc39/proposal-binary-ast
Binary AST proposal for ECMAScript
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
estools/estraverse
ECMAScript JS AST traversal functions
sudheerj/ECMAScript-features
ECMAScript features cheatsheet
estools/esquery
ECMAScript AST query library.
mathiasbynens/jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
polygonplanet/encoding.js
Convert and detect character encoding in JavaScript
estools/escope
Escope: ECMAScript scope analyzer
lydell/js-tokens
Tiny JavaScript tokenizer.
pvdz/tenko
An 100% spec compliant ES2021 JavaScript parser written in JS
KFlash/seafox
A blazing fast 100% spec compliant, self-hosted javascript parser written in Typescript
dollarshaveclub/es-check
Checks the version of ES in JavaScript files with simple shell commands 🏆
standard/eslint-config-standard-react
ESLint Shareable Config for React/JSX support in JavaScript Standard Style