cspell 7.3.8 → 7.3.9
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.
- package/README.md +3 -3
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -451,9 +451,9 @@ By default the flags `gim` are added if no flags are given.
|
|
|
451
451
|
|
|
452
452
|
The spell checker works in the following way:
|
|
453
453
|
|
|
454
|
-
1.
|
|
455
|
-
1.
|
|
456
|
-
1.
|
|
454
|
+
1. Find all text matching `includeRegExp`
|
|
455
|
+
1. Remove any text matching `ignoreRegExp`
|
|
456
|
+
1. Check the remaining text.
|
|
457
457
|
|
|
458
458
|
#### Exclude Example
|
|
459
459
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cspell",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.9",
|
|
4
4
|
"description": "A Spelling Checker for Code!",
|
|
5
5
|
"funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",
|
|
6
6
|
"bin": {
|
|
@@ -80,18 +80,18 @@
|
|
|
80
80
|
},
|
|
81
81
|
"homepage": "https://streetsidesoftware.github.io/cspell/",
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@cspell/cspell-json-reporter": "7.3.
|
|
84
|
-
"@cspell/cspell-pipe": "7.3.
|
|
85
|
-
"@cspell/cspell-types": "7.3.
|
|
86
|
-
"@cspell/dynamic-import": "7.3.
|
|
83
|
+
"@cspell/cspell-json-reporter": "7.3.9",
|
|
84
|
+
"@cspell/cspell-pipe": "7.3.9",
|
|
85
|
+
"@cspell/cspell-types": "7.3.9",
|
|
86
|
+
"@cspell/dynamic-import": "7.3.9",
|
|
87
87
|
"chalk": "^5.3.0",
|
|
88
88
|
"chalk-template": "^1.1.0",
|
|
89
89
|
"commander": "^11.1.0",
|
|
90
|
-
"cspell-gitignore": "7.3.
|
|
91
|
-
"cspell-glob": "7.3.
|
|
92
|
-
"cspell-io": "7.3.
|
|
93
|
-
"cspell-lib": "7.3.
|
|
94
|
-
"fast-glob": "^3.3.
|
|
90
|
+
"cspell-gitignore": "7.3.9",
|
|
91
|
+
"cspell-glob": "7.3.9",
|
|
92
|
+
"cspell-io": "7.3.9",
|
|
93
|
+
"cspell-lib": "7.3.9",
|
|
94
|
+
"fast-glob": "^3.3.2",
|
|
95
95
|
"fast-json-stable-stringify": "^2.1.0",
|
|
96
96
|
"file-entry-cache": "^7.0.1",
|
|
97
97
|
"get-stdin": "^9.0.0",
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"node": ">=16"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
|
-
"@types/file-entry-cache": "^5.0.
|
|
106
|
+
"@types/file-entry-cache": "^5.0.4",
|
|
107
107
|
"@types/glob": "^8.1.0",
|
|
108
|
-
"@types/micromatch": "^4.0.
|
|
109
|
-
"@types/semver": "^7.5.
|
|
108
|
+
"@types/micromatch": "^4.0.4",
|
|
109
|
+
"@types/semver": "^7.5.4",
|
|
110
110
|
"micromatch": "^4.0.5",
|
|
111
111
|
"minimatch": "^9.0.3"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "77c7fb3ffd80a626ec07d704cefcaa21d62fd460"
|
|
114
114
|
}
|