This document specifies the extensions to the core ESTree AST types to support the ES2016 grammar. BinaryOperator extend enum BinaryOperator { "**" } AssignmentOperator extend enum AssignmentOperator { "**=" }