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 5e089b0 commit 9179428Copy full SHA for 9179428
packages/cursorless-engine/src/core/hatStats.test.ts
@@ -205,6 +205,7 @@ suite("hatStats", () => {
205
(hat) => hat.token.range.isEqual(token.token.range),
206
) as TokenHat;
207
if (hat === undefined) {
208
+ // TODO: visually call out tokens without hats?
209
return;
210
}
211
const hatRange = hat.hatRange;
0 commit comments