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 8b8d174 commit bba31c0Copy full SHA for bba31c0
extensions/ql-vscode/src/view/compare-performance/RAPrettyPrinter.tsx
@@ -67,6 +67,7 @@ function parseName(text: string): QualifiedName {
67
}
68
69
function parseQName(): QualifiedName {
70
+ // Note that the tokens stream is parsed in reverse order. This is simpler, but may look confusing initially.
71
let args: QualifiedName[] | undefined;
72
if (skipToken(">")) {
73
args = [];
0 commit comments