-
Updated
Dec 27, 2021 - JavaScript
{{ message }}
ECMAScript is the standardization of the family of scripting languages that includes JavaScript. New versions of the standard are released every year.
Find and fix problems in your JavaScript code.
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
Tracking ECMAScript Proposals
React specific linting rules for ESLint
ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines
ECMAScript parsing infrastructure for multipurpose analysis
從零開始學 ReactJS(ReactJS 101)是一本希望讓初學者一看就懂的 React 中文入門教學書,由淺入深學習 ReactJS 生態系 (Flux, Redux, React Router, ImmutableJS, React Native, Relay/GraphQL etc.)。
ESLint Config for JavaScript Standard Style
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
I will create a new project for this epic and several tickets related to it.
Please add comments or upvote the tickets of interest for you!
Binary AST proposal for ECMAScript
ECMAScript JS AST traversal functions
Additional ESLint's rules for Node.js
A 100% compliant, self-hosted javascript parser - https://meriyah.github.io/meriyah
Code examples that accompany the MDN JavaScript/ECMAScript documentation
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
An 100% spec compliant ES2021 JavaScript parser written in JS
Checks the version of ES in JavaScript files with simple shell commands
A blazing fast 100% spec compliant, self-hosted javascript parser written in Typescript
Коллекция вопросов и ответов на собеседовании по веб-разработке (https://tinyurl.com/wxysrpsy)
ESLint Shareable Config for React/JSX support in JavaScript Standard Style
Reference implementation for the JavaScript Binary AST format
Created by Brendan Eich, Ecma International
In strict mode
argumentsandevalare mostly treated as keywords. For example they cannot be assigned to. But they should be allowed as return values from a strict function.The following code examples currently fail, but should work: