Home
last modified time | relevance | path

Searched refs:ExtglobType (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/minimatch/src/dist/cjs/
Dast.d.ts2 export type ExtglobType = '!' | '?' | '+' | '*' | '@'; alias
5 type: ExtglobType | null;
6 constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions);
Dast.js.map1ExtglobType = '!' | '?' | '+' | '*' | '@'\nconst types = new Set<ExtglobType>(['!', '?', '+', '*',…
Dindex.js.map1ExtglobType } from './ast.js'\nimport { escape } from './escape.js'\nimport { unescape } from './u…
/third_party/node/deps/minimatch/src/dist/mjs/
Dast.d.ts2 export type ExtglobType = '!' | '?' | '+' | '*' | '@'; alias
5 type: ExtglobType | null;
6 constructor(type: ExtglobType | null, parent?: AST, options?: MinimatchOptions);
Dast.js.map1ExtglobType = '!' | '?' | '+' | '*' | '@'\nconst types = new Set<ExtglobType>(['!', '?', '+', '*',…
Dindex.js.map1ExtglobType } from './ast.js'\nimport { escape } from './escape.js'\nimport { unescape } from './u…