Skip to content

Commit

Permalink
refactor(pointfree-lang): switch to non-const enums
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 4, 2020
1 parent 99fb1e6 commit 7a8a3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pointfree-lang/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface VisitorState {
word: boolean;
}

export const enum NodeType {
export enum NodeType {
SYM = 1,
WORD,

Expand Down

0 comments on commit 7a8a3b1

Please sign in to comment.