Skip to content

Commit

Permalink
server/ast: Update types enum to handle the new enum type
Browse files Browse the repository at this point in the history
  • Loading branch information
SludgeGirl committed Jun 1, 2023
1 parent ea1586d commit 04269a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/ast/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export enum ASTType
templateDef,
functionDef,
operatorDef,
enumDef,
visibility,
block
}
Expand Down

0 comments on commit 04269a4

Please sign in to comment.