MCPcopy
hub / github.com/BuilderIO/mitosis / NodeWithParent

Interface NodeWithParent

packages/eslint-plugin/src/types.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as ESTree from 'estree';
2
3interface NodeWithParent extends ESTree.BaseNode {
4 parent: NodeWithParent;
5 type: NodeType;
6}
7
8interface JSXExpressionContainer extends NodeWithParent {
9 type: 'JSXExpressionContainer';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected