Skip to content

Commit 9998bbe

Browse files
committed
Update TSConfig.qll
1 parent 63eb74e commit 9998bbe

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/lib/semmle/javascript/internal/paths

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/internal/paths/TSConfig.qll

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private module ResolverConfig implements PathResolverSig {
113113
)
114114
}
115115

116-
predicate allowGlobs() { any() }
116+
predicate allowGlobs() { any() } // "include" can use globs
117117
}
118118

119119
private module Resolver = PathResolver<ResolverConfig>;

0 commit comments

Comments
 (0)