We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c22642 commit 34daf4aCopy full SHA for 34daf4a
src/powerquery-parser/parser/parser/parserUtils.ts
@@ -332,7 +332,8 @@ async function tryParseSectionDocument(
332
}
333
334
335
-// Internal type: Used specifically for comparing parse attempts when both an expression and section document are attempted.
+// Note: Internal type:
336
+// Used specifically for comparing parse attempts when both an expression and section document are attempted.
337
// Not a general extension of TriedParse; do not use outside this context.
338
// Adds `tokensConsumed` to the TriedParse type to help determine which parse attempt should be returned.
339
type InternalTriedParse = Result<ParseOk, InternalTriedParseError>;
0 commit comments