Skip to content

Commit d59dd7b

Browse files
committed
fix
1 parent 41293b7 commit d59dd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class Context {
130130

131131
public readonly letDirCollections = new LetDirectiveCollections();
132132

133-
private state: { isTypeScript?: boolean } = {};
133+
private readonly state: { isTypeScript?: boolean } = {};
134134

135135
private readonly blocks: Block[] = [];
136136

0 commit comments

Comments
 (0)