Skip to content

Commit

Permalink
Set _children on NodeObject
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Apr 4, 2024
1 parent 3640fa1 commit 60e7976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ class NodeObject<TKind extends SyntaxKind> implements Node {
this.parent = undefined!;
this.original = undefined;
this.emitNode = undefined;
this._children = undefined;
}

private assertHasRealPosition(message?: string) {
Expand Down

0 comments on commit 60e7976

Please sign in to comment.