MCPcopy Create free account
hub / github.com/ShaderFrog/glsl-parser / parse.test.ts

File parse.test.ts

src/parser/parse.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { FunctionCallNode, visit } from '../ast/index.js';
2import { GlslSyntaxError } from '../error.js';
3import { buildParser } from './test-helpers.js';
4

Callers

nothing calls this directly

Calls 2

buildParserFunction · 0.85
visitFunction · 0.50

Tested by

no test coverage detected