@cspell/dict-ar 1.0.0 → 1.0.1
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/ar.trie.gz +0 -0
- package/cspell-ext.json +15 -1
- package/package.json +3 -3
package/ar.trie.gz
CHANGED
|
Binary file
|
package/cspell-ext.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
|
2
3
|
"id": "ar",
|
|
3
4
|
"version": "0.2",
|
|
4
5
|
"name": "Arabic",
|
|
@@ -8,7 +9,20 @@
|
|
|
8
9
|
{
|
|
9
10
|
"name": "ar",
|
|
10
11
|
"path": "./ar.trie.gz",
|
|
11
|
-
"description": "Arabic dictionary for CSpell."
|
|
12
|
+
"description": "Arabic dictionary for CSpell.",
|
|
13
|
+
"dictionaryInformation": {
|
|
14
|
+
"alphabet": "\u0600-\u06ff",
|
|
15
|
+
"locale": "ar",
|
|
16
|
+
"suggestionEditCosts": [
|
|
17
|
+
{
|
|
18
|
+
"map": "\u0626\u0627\u0640\u0648\u0649\u064b\u064c\u064d\u064e\u064f\u0650\u0651\u0651\u0670\u06c6\u06c7\u06c8\u06d0\u06d5",
|
|
19
|
+
"insDel": 1,
|
|
20
|
+
"replace": 1,
|
|
21
|
+
"swap": 1
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"ignore": "\u0640\u064b\u064c\u064d\u064e\u064f\u0650\u0651\u0651\u0670"
|
|
25
|
+
}
|
|
12
26
|
}
|
|
13
27
|
],
|
|
14
28
|
"dictionaries": [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/dict-ar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Arabic dictionary for CSpell.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"./cspell-ext.json": "./cspell-ext.json"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"build": "cat source-files.txt | xargs cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli compile --trie3 -x compound -o . -M ar -m
|
|
14
|
+
"build": "cat source-files.txt | xargs cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli compile --trie3 -x compound -o . -M ar -m 5 && yarn run gen-checksum",
|
|
15
15
|
"checksum": "shasum -c checksum.txt",
|
|
16
16
|
"conditional-build": "yarn run --silent checksum || yarn run build",
|
|
17
17
|
"lint": "yarn prettier -w \"**/*.{md,json}\"",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"*.js",
|
|
52
52
|
"*.d.ts"
|
|
53
53
|
],
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "039ce95d067f8f510540c6f52b3293a60015d0cf"
|
|
55
55
|
}
|