Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 246 Bytes

es2016.md

File metadata and controls

15 lines (13 loc) · 246 Bytes

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

BinaryOperator

extend enum BinaryOperator {
    "**"
}

AssignmentOperator

extend enum AssignmentOperator {
    "**="
}