Skip to content

Commit

Permalink
Revert const enum change in cslang (#1578)
Browse files Browse the repository at this point in the history
* Revert const enum change
  • Loading branch information
benmurphyy authored Mar 11, 2024
1 parent 7fb5eed commit 8a33e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface Comment {

export type ExecutionMethod = 'native' | 'interpreter' | 'auto' | 'cse-machine'

export const enum Chapter {
export enum Chapter {
SOURCE_1 = 1,
SOURCE_2 = 2,
SOURCE_3 = 3,
Expand Down

0 comments on commit 8a33e26

Please sign in to comment.