Skip to content

Commit 2033b64

Browse files
comment
1 parent 97adc6b commit 2033b64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import type { ScopeIteratorRequirements } from "../scopeHandler.types";
22

3+
/**
4+
* Returns true if the hints belong to the every scope modifier.
5+
*/
36
export function isHintsEveryScope(hints: ScopeIteratorRequirements): boolean {
47
return hints.containment == null && hints.skipAncestorScopes;
58
}

0 commit comments

Comments
 (0)