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 a97c523 commit 9cd4cb2Copy full SHA for 9cd4cb2
1 file changed
src/parser.ts
@@ -121,8 +121,8 @@ export class Parser extends DiagnosticEmitter {
121
sources: Source[];
122
/** Current overridden module name. */
123
currentModuleName: string | null = null;
124
-// TODO: Remove when multi-value feture will enable by default.
125
-/** Compiler options. */
+ // TODO: Remove when multi-value feature will enable by default.
+ /** Compiler options. */
126
options: Options | null = null;
127
/** Constructs a new parser. */
128
constructor(
0 commit comments