@types/picomatch
Advanced tools
@@ -72,6 +72,2 @@ import constantsImport = require("./constants"); | ||
| /** | ||
| * Current working directory. Used by `picomatch.split()` | ||
| */ | ||
| cwd?: string | undefined; | ||
| /** | ||
| * Debug regular expressions when an error is thrown. | ||
@@ -92,6 +88,2 @@ */ | ||
| /** | ||
| * Throws an error if no matches are found. Based on the bash option of the same name. | ||
| */ | ||
| failglob?: boolean | undefined; | ||
| /** | ||
| * To speed up processing, full parsing is skipped for a handful common glob patterns. Disable this behavior by setting this option to `false`. | ||
@@ -141,8 +133,2 @@ */ | ||
| /** | ||
| * @deprecated use `nounique` instead. | ||
| * This option will be removed in a future major release. By default duplicates are removed. | ||
| * Disable uniquification by setting this option to false. | ||
| */ | ||
| nodupes?: boolean | undefined; | ||
| /** | ||
| * Alias for `noextglob` | ||
@@ -164,6 +150,2 @@ */ | ||
| /** | ||
| * Disable support for regex quantifiers (like `a{1,2}`) and treat them as brace patterns to be expanded. | ||
| */ | ||
| noquantifiers?: boolean | undefined; | ||
| /** | ||
| * Function to be called on ignored items. | ||
@@ -185,6 +167,2 @@ */ | ||
| /** | ||
| * Convert all slashes in file paths to forward slashes. This does not convert slashes in the glob pattern itself. | ||
| */ | ||
| posixSlashes?: boolean | undefined; | ||
| /** | ||
| * String to prepend to the generated regex used for matching. | ||
@@ -191,0 +169,0 @@ */ |
| { | ||
| "name": "@types/picomatch", | ||
| "version": "4.0.2", | ||
| "version": "4.0.3", | ||
| "description": "TypeScript definitions for picomatch", | ||
@@ -34,4 +34,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "9283f27b467f1609607d1f981c52ffc9b428364db691abc2b7045b0dcabb4688", | ||
| "typeScriptVersion": "5.1" | ||
| "typesPublisherContentHash": "58567fcb794e877a996a73273469fa040f9043272b0e9adfbdb7517babf9532e", | ||
| "typeScriptVersion": "5.3" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Mon, 28 Jul 2025 21:34:49 GMT | ||
| * Last updated: Fri, 03 Apr 2026 00:13:39 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ |
17046
-5.2%410
-5.09%