feat(AST): WGSL #253
Annotations
4 errors
tests/generator.test.ts > generator > can handle GLSL:
src/parser.ts#L147
SyntaxError: Expected "=" got "isTest"
❯ consume src/parser.ts:147:11
❯ parseWGSLIndeterminate src/parser.ts:846:7
❯ parseStatements src/parser.ts:909:50
❯ Module.parse src/parser.ts:947:35
❯ tests/generator.test.ts:253:21
|
tests/parser.test.ts > parser > parses variable declarations:
src/parser.ts#L147
SyntaxError: Expected "=" got "foo"
❯ consume src/parser.ts:147:11
❯ parseWGSLIndeterminate src/parser.ts:846:7
❯ parseStatements src/parser.ts:909:50
❯ Module.parse src/parser.ts:947:35
❯ tests/parser.test.ts:328:12
|
tests/parser.test.ts > parser > parses struct declarations:
src/parser.ts#L147
SyntaxError: Expected "=" got "bar"
❯ consume src/parser.ts:147:11
❯ parseWGSLIndeterminate src/parser.ts:846:7
❯ parseStatements src/parser.ts:909:50
❯ parseStruct src/parser.ts:591:24
❯ parseStatements src/parser.ts:898:52
❯ Module.parse src/parser.ts:947:35
❯ tests/parser.test.ts:512:12
|
build-lint-test
Process completed with exit code 1.
|