Skip to content

Commit c6b317d

Browse files
committed
Fix and run lunr-fixture-gen
1 parent 4288952 commit c6b317d

File tree

13 files changed

+440
-803
lines changed

13 files changed

+440
-803
lines changed

.vscode/launch.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch lunr-fixture-gen",
11+
"skipFiles": [
12+
"<node_internals>/**"
13+
],
14+
"program": "index.js",
15+
"cwd": "${workspaceFolder}/tests/lunr-fixture-gen",
16+
}
17+
]
18+
}

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name = "bench"
2323
harness = false
2424

2525
[dev-dependencies]
26-
criterion = "0.4.0"
26+
criterion = "0.5.0"
2727
maplit = "1"
2828

2929
[dependencies]
@@ -37,8 +37,7 @@ lindera = { version = "0.14", optional = true, features = ["ipadic"] }
3737
lindera-core = { version = "0.13.5", optional = true }
3838

3939
[features]
40-
languages = ["ar", "da", "de", "du", "es", "fi", "fr", "hu", "it", "ja", "ko", "no", "pt", "ro", "ru", "sv", "tr", "zh"]
41-
ar = []
40+
languages = ["da", "de", "du", "es", "fi", "fr", "hu", "it", "ja", "ko", "no", "pt", "ro", "ru", "sv", "tr", "zh"]
4241
da = ["rust-stemmers"]
4342
de = ["rust-stemmers"]
4443
du = ["rust-stemmers"]

js/lunr.ar.js

Lines changed: 0 additions & 95 deletions
This file was deleted.

src/lang/ar.rs

Lines changed: 0 additions & 66 deletions
This file was deleted.

tests/data/ar.in.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/data/ar.out.txt

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)