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.
resolvedDirs
1 parent 1f8da38 commit bef4788Copy full SHA for bef4788
src/core/options.ts
@@ -34,6 +34,7 @@ export function resolveOptions(options: Options, root: string): ResolvedOptions
34
35
if (resolved.globs) {
36
resolved.globs = toArray(resolved.globs).map((glob: string) => slash(resolve(root, glob)))
37
+ resolved.resolvedDirs = []
38
}
39
else {
40
const extsGlob = resolved.extensions.length === 1
0 commit comments