{"ast":null,"code":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\nexports.createDirentFromStats = void 0;\nclass DirentFromStats {\n  constructor(name, stats) {\n    this.name = name;\n    this.isBlockDevice = stats.isBlockDevice.bind(stats);\n    this.isCharacterDevice = stats.isCharacterDevice.bind(stats);\n    this.isDirectory = stats.isDirectory.bind(stats);\n    this.isFIFO = stats.isFIFO.bind(stats);\n    this.isFile = stats.isFile.bind(stats);\n    this.isSocket = stats.isSocket.bind(stats);\n    this.isSymbolicLink = stats.isSymbolicLink.bind(stats);\n  }\n}\nfunction createDirentFromStats(name, stats) {\n  return new DirentFromStats(name, stats);\n}\nexports.createDirentFromStats = createDirentFromStats;","map":{"version":3,"names":["Object","defineProperty","exports","value","createDirentFromStats","DirentFromStats","constructor","name","stats","isBlockDevice","bind","isCharacterDevice","isDirectory","isFIFO","isFile","isSocket","isSymbolicLink"],"sources":["C:/Users/user/Desktop/000newport/node_modules/fast-glob/out/utils/fs.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.createDirentFromStats = void 0;\nclass DirentFromStats {\n    constructor(name, stats) {\n        this.name = name;\n        this.isBlockDevice = stats.isBlockDevice.bind(stats);\n        this.isCharacterDevice = stats.isCharacterDevice.bind(stats);\n        this.isDirectory = stats.isDirectory.bind(stats);\n        this.isFIFO = stats.isFIFO.bind(stats);\n        this.isFile = stats.isFile.bind(stats);\n        this.isSocket = stats.isSocket.bind(stats);\n        this.isSymbolicLink = stats.isSymbolicLink.bind(stats);\n    }\n}\nfunction createDirentFromStats(name, stats) {\n    return new DirentFromStats(name, stats);\n}\nexports.createDirentFromStats = createDirentFromStats;\n"],"mappings":"AAAA,YAAY;;AACZA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,qBAAqB,GAAG,KAAK,CAAC;AACtC,MAAMC,eAAe,CAAC;EAClBC,WAAWA,CAACC,IAAI,EAAEC,KAAK,EAAE;IACrB,IAAI,CAACD,IAAI,GAAGA,IAAI;IAChB,IAAI,CAACE,aAAa,GAAGD,KAAK,CAACC,aAAa,CAACC,IAAI,CAACF,KAAK,CAAC;IACpD,IAAI,CAACG,iBAAiB,GAAGH,KAAK,CAACG,iBAAiB,CAACD,IAAI,CAACF,KAAK,CAAC;IAC5D,IAAI,CAACI,WAAW,GAAGJ,KAAK,CAACI,WAAW,CAACF,IAAI,CAACF,KAAK,CAAC;IAChD,IAAI,CAACK,MAAM,GAAGL,KAAK,CAACK,MAAM,CAACH,IAAI,CAACF,KAAK,CAAC;IACtC,IAAI,CAACM,MAAM,GAAGN,KAAK,CAACM,MAAM,CAACJ,IAAI,CAACF,KAAK,CAAC;IACtC,IAAI,CAACO,QAAQ,GAAGP,KAAK,CAACO,QAAQ,CAACL,IAAI,CAACF,KAAK,CAAC;IAC1C,IAAI,CAACQ,cAAc,GAAGR,KAAK,CAACQ,cAAc,CAACN,IAAI,CAACF,KAAK,CAAC;EAC1D;AACJ;AACA,SAASJ,qBAAqBA,CAACG,IAAI,EAAEC,KAAK,EAAE;EACxC,OAAO,IAAIH,eAAe,CAACE,IAAI,EAAEC,KAAK,CAAC;AAC3C;AACAN,OAAO,CAACE,qBAAqB,GAAGA,qBAAqB"},"metadata":{},"sourceType":"script","externalDependencies":[]}