Skip to content

Commit

Permalink
Use RootCstNode for root node property (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored Jun 23, 2023
1 parent 0cd59e7 commit aa337af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/langium/src/syntax-tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export interface CstNode extends DocumentSegment {
/** The actual text */
readonly text: string;
/** The root CST node */
readonly root: CompositeCstNode;
readonly root: RootCstNode;
/** The grammar element from which this node was parsed */
readonly feature: AbstractElement;
/** The AST node created from this CST node */
Expand Down

0 comments on commit aa337af

Please sign in to comment.