@rushstack/typings-generator
Advanced tools
Comparing version 0.10.36 to 0.10.37
@@ -33,3 +33,3 @@ "use strict"; | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const glob_1 = __importDefault(require("glob")); | ||
const fast_glob_1 = __importDefault(require("fast-glob")); | ||
const path = __importStar(require("path")); | ||
@@ -85,7 +85,6 @@ const os_1 = require("os"); | ||
checkFilePaths = false; // Don't check file paths if we generate them | ||
relativeFilePaths = await node_core_library_1.LegacyAdapters.convertCallbackToPromise(glob_1.default, this.inputFileGlob, { | ||
relativeFilePaths = await (0, fast_glob_1.default)(this.inputFileGlob, { | ||
cwd: this.sourceFolderPath, | ||
ignore: this.ignoredFileGlobs, | ||
nosort: true, | ||
nodir: true | ||
onlyFiles: true | ||
}); | ||
@@ -92,0 +91,0 @@ } |
{ | ||
"name": "@rushstack/typings-generator", | ||
"version": "0.10.36", | ||
"version": "0.10.37", | ||
"description": "This library provides functionality for automatically generating typings for non-TS files.", | ||
@@ -20,7 +20,6 @@ "keywords": [ | ||
"chokidar": "~3.4.0", | ||
"glob": "~7.0.5", | ||
"fast-glob": "~3.2.4", | ||
"@rushstack/node-core-library": "3.59.6" | ||
}, | ||
"devDependencies": { | ||
"@types/glob": "7.1.1", | ||
"@types/node": "14.18.36", | ||
@@ -27,0 +26,0 @@ "@rushstack/eslint-config": "3.3.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4
59882
586
+ Addedfast-glob@~3.2.4
+ Added@nodelib/fs.scandir@2.1.5(transitive)
+ Added@nodelib/fs.stat@2.0.5(transitive)
+ Added@nodelib/fs.walk@1.2.8(transitive)
+ Addedfast-glob@3.2.12(transitive)
+ Addedfastq@1.19.0(transitive)
+ Addedmerge2@1.4.1(transitive)
+ Addedmicromatch@4.0.8(transitive)
+ Addedqueue-microtask@1.2.3(transitive)
+ Addedreusify@1.0.4(transitive)
+ Addedrun-parallel@1.2.0(transitive)
- Removedglob@~7.0.5
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.0.6(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedwrappy@1.0.2(transitive)