Skip to content

Commit 461236e

Browse files
committed
fix: skip _caretStmt ts check
1 parent fe9042d commit 461236e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/common/entityCollector.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ export abstract class EntityCollector {
373373
* The nearest statement containing the caret,
374374
* Not used for now.
375375
*/
376+
// @ts-ignore
376377
private _caretStmt: StmtContext | null;
377378

378379
/**

0 commit comments

Comments
 (0)