MCPcopy Index your code
hub / github.com/nodejs/node / isExtglobAST

Function isExtglobAST

deps/minimatch/index.js:401–401  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

399 var types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
400 var isExtglobType = (c) => types.has(c);
401 var isExtglobAST = (c) => isExtglobType(c.type);
402 var adoptionMap = /* @__PURE__ */ new Map([
403 ["!", ["@"]],
404 ["?", ["?", "@"]],

Callers 2

toRegExpSourceMethod · 0.85
#flattenMethod · 0.85

Calls 1

isExtglobTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…