Variable
Static Public Summary | ||
public |
childKeys: {"JSXElement": *, "JSXOpeningElement": *, "JSXAttribute": *} Cache for getChildren, holding the keys to traverse for a given Node type. |
Static Public
public childKeys: {"JSXElement": *, "JSXOpeningElement": *, "JSXAttribute": *} source
Cache for getChildren, holding the keys to traverse for a given Node type. Some JSX node types are hardcoded to ensure correct property traversal order. For example, this ensures that a JSXElement's children are traversed prior to the closing element.