We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301a564 commit a97c523Copy full SHA for a97c523
1 file changed
src/parser.ts
@@ -121,7 +121,8 @@ export class Parser extends DiagnosticEmitter {
121
sources: Source[];
122
/** Current overridden module name. */
123
currentModuleName: string | null = null;
124
- /** Compiler options. (temporary. remove after multi-value/tuple support is finished) */
+// TODO: Remove when multi-value feture will enable by default.
125
+/** Compiler options. */
126
options: Options | null = null;
127
/** Constructs a new parser. */
128
constructor(
0 commit comments