Skip to content

Commit 4b2a399

Browse files
committed
chore: why did i make it readonly lol
1 parent e8563bd commit 4b2a399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export class Parser extends DiagnosticEmitter {
122122
/** Current overridden module name. */
123123
currentModuleName: string | null = null;
124124
/** Temporary variable so I can disable parsing tuples if multi-variable is disabled */
125-
readonly options: Options | null = null;
125+
options: Options | null = null;
126126
/** Constructs a new parser. */
127127
constructor(
128128
diagnostics: DiagnosticMessage[] | null = null,

0 commit comments

Comments
 (0)