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

File scope.test.ts

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

Source from the content-addressed store, hash-verified

1import generate from './generator.js';
2import { renameBindings, renameFunctions, renameTypes } from './utils.js';
3import { UNKNOWN_TYPE } from './grammar.js';
4import { buildParser, nextWarn } from './test-helpers.js';

Callers

nothing calls this directly

Calls 5

buildParserFunction · 0.85
renameFunctionsFunction · 0.85
renameBindingsFunction · 0.85
renameTypesFunction · 0.85
nextWarnFunction · 0.85

Tested by

no test coverage detected