Skip to content

Commit a97c523

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/parser.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ export class Parser extends DiagnosticEmitter {
121121
sources: Source[];
122122
/** Current overridden module name. */
123123
currentModuleName: string | null = null;
124-
/** Compiler options. (temporary. remove after multi-value/tuple support is finished) */
124+
// TODO: Remove when multi-value feture will enable by default.
125+
/** Compiler options. */
125126
options: Options | null = null;
126127
/** Constructs a new parser. */
127128
constructor(

0 commit comments

Comments
 (0)