Skip to content

Commit 5ef3d89

Browse files
JairusSWMaxGraey
andauthored
Update src/parser.ts
Co-authored-by: Max Graey <maxgraey@gmail.com>
1 parent e5ab232 commit 5ef3d89

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
@@ -121,7 +121,7 @@ export class Parser extends DiagnosticEmitter {
121121
sources: Source[];
122122
/** Current overridden module name. */
123123
currentModuleName: string | null = null;
124-
/** Compiler options. (workaround) */
124+
/** Compiler options. */
125125
options!: Options;
126126
/** Constructs a new parser. */
127127
constructor(

0 commit comments

Comments
 (0)