Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.89 KB

ECMASCRIPT.md

File metadata and controls

61 lines (35 loc) · 1.89 KB

ECMAScript and Node requirements

The goal of the document is to list features we rely on for the runtime and the generated code. Features are grouped by ECMAScript version.

ECMAScript 2015

Rest parameters

Spread syntax (in function call)

Object.assign

Arrow function expressions

TypedArray

ECMAScript 2016

async function

await

ECMAScript 2020

globalThis

ECMAScript 2021

WeakRef

Node.js

Built-in modules with node: prefix