MCPcopy
hub / github.com/ampproject/amphtml / CompilerNode

Interface CompilerNode

build-system/global.d.ts:2–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 interface CompilerNode {
3 type: string;
4 name: string;
5 arguments: [];
6 left: CompilerNode;
7 right: CompilerNode;
8 }
9
10 interface EslintContext {
11 report: Function;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected