Commit f600250 1 parent b0d7330 commit f600250 Copy full SHA for f600250
File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- import type FastGlob from 'fast-glob' ; // eslint-disable-line import/no-duplicates
2
- import { type Options as FastGlobOptions , type Entry } from 'fast-glob' ; // eslint-disable-line import/no-duplicates
1
+ import type FastGlob from 'fast-glob' ;
3
2
4
- export type GlobEntry = Entry ;
3
+ export type GlobEntry = FastGlob . Entry ;
5
4
6
5
export type GlobTask = {
7
6
readonly patterns : string [ ] ;
@@ -13,7 +12,7 @@ export type ExpandDirectoriesOption =
13
12
| readonly string [ ]
14
13
| { files ?: readonly string [ ] ; extensions ?: readonly string [ ] } ;
15
14
16
- type FastGlobOptionsWithoutCwd = Omit < FastGlobOptions , 'cwd' > ;
15
+ type FastGlobOptionsWithoutCwd = Omit < FastGlob . Options , 'cwd' > ;
17
16
18
17
export type Options = {
19
18
/**
You can’t perform that action at this time.
0 commit comments