We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d2b79 commit 1bb68f6Copy full SHA for 1bb68f6
package.json
@@ -63,7 +63,7 @@
63
"@types/node": "^18.11.0",
64
"@types/semver": "^7.3.9",
65
"@typescript-eslint/eslint-plugin": "^5.4.0",
66
- "@typescript-eslint/parser": "~5.44.0",
+ "@typescript-eslint/parser": "~5.45.0",
67
"benchmark": "^2.1.4",
68
"chai": "^4.3.4",
69
"code-red": "^0.2.3",
src/context/index.ts
@@ -130,7 +130,7 @@ export class Context {
130
131
public readonly letDirCollections = new LetDirectiveCollections();
132
133
- private state: { isTypeScript?: boolean } = {};
+ private readonly state: { isTypeScript?: boolean } = {};
134
135
private readonly blocks: Block[] = [];
136
0 commit comments