@cspell/cspell-tools 5.18.0 → 5.18.4
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.
|
@@ -28,8 +28,8 @@ const Trie = __importStar(require("cspell-trie-lib"));
|
|
|
28
28
|
const fileWriter_1 = require("./fileWriter");
|
|
29
29
|
const util_1 = require("hunspell-reader/dist/util");
|
|
30
30
|
const inlineSettings_1 = require("./inlineSettings");
|
|
31
|
-
const regNonWordOrSpace = /[^\p{L}' ]+/giu;
|
|
32
|
-
const regNonWordOrDigit = /[^\p{L}'\w-]+/giu;
|
|
31
|
+
const regNonWordOrSpace = /[^\p{L}\p{M}' ]+/giu;
|
|
32
|
+
const regNonWordOrDigit = /[^\p{L}\p{M}'\w-]+/giu;
|
|
33
33
|
const regExpSpaceOrDash = /[- ]+/g;
|
|
34
34
|
const regExpRepeatChars = /(.)\1{4,}/i;
|
|
35
35
|
// Indicate that a word list has already been processed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/cspell-tools",
|
|
3
|
-
"version": "5.18.
|
|
3
|
+
"version": "5.18.4",
|
|
4
4
|
"description": "Tools to assist with the development of cSpell",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"publishConfig": {
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"commander": "^
|
|
49
|
-
"cspell-io": "^5.18.
|
|
50
|
-
"cspell-trie-lib": "^5.18.
|
|
48
|
+
"commander": "^9.0.0",
|
|
49
|
+
"cspell-io": "^5.18.4",
|
|
50
|
+
"cspell-trie-lib": "^5.18.4",
|
|
51
51
|
"fs-extra": "^10.0.0",
|
|
52
52
|
"gensequence": "^3.1.1",
|
|
53
53
|
"glob": "^7.2.0",
|
|
54
|
-
"hunspell-reader": "^5.18.
|
|
54
|
+
"hunspell-reader": "^5.18.4"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=12.13.0"
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"@types/fs-extra": "^9.0.13",
|
|
61
61
|
"@types/glob": "^7.2.0",
|
|
62
62
|
"@types/jest": "^27.4.0",
|
|
63
|
-
"@types/node": "^17.0.
|
|
63
|
+
"@types/node": "^17.0.15",
|
|
64
64
|
"@types/rimraf": "^3.0.2",
|
|
65
65
|
"@types/shelljs": "^0.8.11",
|
|
66
|
-
"jest": "^27.
|
|
66
|
+
"jest": "^27.5.0",
|
|
67
67
|
"lorem-ipsum": "^2.0.4",
|
|
68
68
|
"rimraf": "^3.0.2",
|
|
69
69
|
"shelljs": "^0.8.5"
|
|
70
70
|
},
|
|
71
71
|
"main": "bin.js",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "26769ba64ce9eff227492524e5210709bec36416"
|
|
73
73
|
}
|