@types/picomatch 4.0.1 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- picomatch/README.md +1 -1
- picomatch/lib/picomatch.d.ts +2 -6
- picomatch/package.json +2 -2
picomatch/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for picomatch (https://github.com/microma
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 28 Jul 2025 21:34:49 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
picomatch/lib/picomatch.d.ts
CHANGED
|
@@ -115,10 +115,6 @@ declare namespace picomatch {
|
|
|
115
115
|
* When `true`, brackets in the glob pattern will be escaped so that only literal brackets will be matched.
|
|
116
116
|
*/
|
|
117
117
|
literalBrackets?: boolean | undefined;
|
|
118
|
-
/**
|
|
119
|
-
* Support regex positive and negative lookbehinds. Note that you must be using Node 8.1.10 or higher to enable regex lookbehinds.
|
|
120
|
-
*/
|
|
121
|
-
lookbehinds?: boolean | undefined;
|
|
122
118
|
/**
|
|
123
119
|
* Alias for `basename`
|
|
124
120
|
*/
|
|
@@ -132,7 +128,7 @@ declare namespace picomatch {
|
|
|
132
128
|
*/
|
|
133
129
|
nobrace?: boolean | undefined;
|
|
134
130
|
/**
|
|
135
|
-
* Disable
|
|
131
|
+
* Disable matching with regex brackets.
|
|
136
132
|
*/
|
|
137
133
|
nobracket?: boolean | undefined;
|
|
138
134
|
/**
|
|
@@ -182,7 +178,7 @@ declare namespace picomatch {
|
|
|
182
178
|
*/
|
|
183
179
|
posix?: boolean | undefined;
|
|
184
180
|
/**
|
|
185
|
-
* Convert all slashes in file paths to forward slashes. This does not convert slashes in the glob pattern itself
|
|
181
|
+
* Convert all slashes in file paths to forward slashes. This does not convert slashes in the glob pattern itself.
|
|
186
182
|
*/
|
|
187
183
|
posixSlashes?: boolean | undefined;
|
|
188
184
|
/**
|
picomatch/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/picomatch",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "TypeScript definitions for picomatch",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
"scripts": {},
|
|
32
32
|
"dependencies": {},
|
|
33
33
|
"peerDependencies": {},
|
|
34
|
-
"typesPublisherContentHash": "
|
|
34
|
+
"typesPublisherContentHash": "9283f27b467f1609607d1f981c52ffc9b428364db691abc2b7045b0dcabb4688",
|
|
35
35
|
"typeScriptVersion": "5.1"
|
|
36
36
|
}
|