Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 557 Bytes

es2021.md

File metadata and controls

18 lines (13 loc) · 557 Bytes

This document specifies the extensions to the core ESTree AST types to support the ES2021 grammar.

Expressions

AssignmentOperator

extend enum AssignmentOperator {
    "||=" | "&&=" | "??="
}