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 bfa2383 commit af51a95Copy full SHA for af51a95
src/parser/common/entityCollector.ts
@@ -369,7 +369,10 @@ export abstract class EntityCollector {
369
*/
370
private _caretStmtScopeDepth: number;
371
372
- /** The nearest statement containing the caret */
+ /**
373
+ * The nearest statement containing the caret,
374
+ * Not used for now.
375
+ */
376
private _caretStmt: StmtContext | null;
377
378
/**
0 commit comments