Expand description
Transform utilities for syntax analysis.
Common functions used by ES5 transformations.
Functionsยง
- contains_
arguments_ reference - Check if a node contains a reference to
arguments. - contains_
this_ reference - Check if an AST node contains a reference to
thisorsuper. - is_
private_ identifier - Check if a node is a private identifier (#field)