MCPcopy Create free account
hub / github.com/antvis/Infographic / createArrayNode

Function createArrayNode

src/syntax/parser.ts:165–167  ·  view source on GitHub ↗
(line: number)

Source from the content-addressed store, hash-verified

163}
164
165function createArrayNode(line: number): ArrayNode {
166 return { kind: 'array', line, items: [] };
167}
168
169export function parseSyntaxToAst(input: string): ParseResult {
170 const errors: SyntaxError[] = [];

Callers 1

parseSyntaxToAstFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…