Skip to content

feat: Implement Chapter 10 (Functions) #82

feat: Implement Chapter 10 (Functions)

feat: Implement Chapter 10 (Functions) #82

Triggered via pull request January 20, 2024 14:41
Status Failure
Total duration 23s
Artifacts

tsc.yml

on: pull_request
type_check
12s
type_check
Fit to window
Zoom out
Zoom in

Annotations

2 errors
type_check: src/ast-printer.ts#L9
Type '{ assign: (stmt: Assign) => string; binary: (expr: Binary) => string; block: (block: Block) => string; call: (expr: Call) => string; expr: (stmt: Expression) => string; ... 9 more ...; while: (stmt: While) => string; }' is not assignable to type 'ExpressionVisitor<string> & StmtVisitor<string>'.
type_check
Process completed with exit code 1.