We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63eb74e commit 9998bbeCopy full SHA for 9998bbe
javascript/ql/lib/semmle/javascript/internal/paths/TSConfig.qll
@@ -113,7 +113,7 @@ private module ResolverConfig implements PathResolverSig {
113
)
114
}
115
116
- predicate allowGlobs() { any() }
+ predicate allowGlobs() { any() } // "include" can use globs
117
118
119
private module Resolver = PathResolver<ResolverConfig>;
0 commit comments