@graphql-tools/graphql-file-loader
Advanced tools
Comparing version 8.0.12-alpha-20250116122450-7e52267bb240c285f4942b856fa84aa701f76417 to 8.0.12-alpha-20250116122707-cdc19e3b5e32ad8539719b1f927c2b923b3d9395
@@ -83,3 +83,6 @@ "use strict"; | ||
const ignores = (0, utils_1.asArray)(options.ignore || []); | ||
const globs = [unixifyWithDriverLetter(glob), ...ignores.map(v => buildIgnoreGlob(unixifyWithDriverLetter(v)))]; | ||
const globs = [ | ||
unixifyWithDriverLetter(glob), | ||
...ignores.map(v => buildIgnoreGlob(unixifyWithDriverLetter(v))), | ||
]; | ||
return globs; | ||
@@ -86,0 +89,0 @@ } |
@@ -79,3 +79,6 @@ import { existsSync, promises as fsPromises, readFileSync } from 'fs'; | ||
const ignores = asArray(options.ignore || []); | ||
const globs = [unixifyWithDriverLetter(glob), ...ignores.map(v => buildIgnoreGlob(unixifyWithDriverLetter(v)))]; | ||
const globs = [ | ||
unixifyWithDriverLetter(glob), | ||
...ignores.map(v => buildIgnoreGlob(unixifyWithDriverLetter(v))), | ||
]; | ||
return globs; | ||
@@ -82,0 +85,0 @@ } |
{ | ||
"name": "@graphql-tools/graphql-file-loader", | ||
"version": "8.0.12-alpha-20250116122450-7e52267bb240c285f4942b856fa84aa701f76417", | ||
"version": "8.0.12-alpha-20250116122707-cdc19e3b5e32ad8539719b1f927c2b923b3d9395", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
18225
397