(ast: any)
| 21 | }; |
| 22 | |
| 23 | const debugAst = (ast: any) => { |
| 24 | console.log(util.inspect(ast, false, null, true)); |
| 25 | }; |
| 26 | |
| 27 | const expectParsedProgram = (sourceGlsl: string) => { |
| 28 | const ast = parse(sourceGlsl); |
no outgoing calls
no test coverage detected