Skip to content

Commit

Permalink
Tie in full to parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
znorman-harris committed Jul 18, 2023
1 parent 6f3f6d1 commit 710b791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/parsing/parser/src/lib/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function Parser(
};

// extract tokens
ParserTokenize(code, tokenized);
ParserTokenize(code, tokenized, options.full);

// build the syntax tree and detect syntax problems
ParserBuildTree(tokenized, options.full);
Expand Down

0 comments on commit 710b791

Please sign in to comment.