File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/powerquery-parser/parser/parser Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -332,9 +332,9 @@ async function tryParseSectionDocument(
332
332
}
333
333
}
334
334
335
- // Adds `tokensConsumed` to the TriedParse type .
336
- // This is used to determine which parse attempt should be returned
337
- // when both an expression and section document are attempted .
335
+ // Internal type: Used specifically for comparing parse attempts when both an expression and section document are attempted .
336
+ // Not a general extension of TriedParse; do not use outside this context.
337
+ // Adds `tokensConsumed` to the TriedParse type to help determine which parse attempt should be returned .
338
338
type InternalTriedParse = Result < ParseOk , InternalTriedParseError > ;
339
339
340
340
interface InternalTriedParseError {
You can’t perform that action at this time.
0 commit comments