Skip to content

Commit af51a95

Browse files
committed
fix: update _caretStmt docs
1 parent bfa2383 commit af51a95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/parser/common/entityCollector.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,10 @@ export abstract class EntityCollector {
369369
*/
370370
private _caretStmtScopeDepth: number;
371371

372-
/** The nearest statement containing the caret */
372+
/**
373+
* The nearest statement containing the caret,
374+
* Not used for now.
375+
*/
373376
private _caretStmt: StmtContext | null;
374377

375378
/**

0 commit comments

Comments
 (0)