diff --git a/libs/parsing/parser/src/lib/parser.ts b/libs/parsing/parser/src/lib/parser.ts index 5c76491e5..623b6c44c 100644 --- a/libs/parsing/parser/src/lib/parser.ts +++ b/libs/parsing/parser/src/lib/parser.ts @@ -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);