Skip to content

Commit ea835fe

Browse files
aminyaUziTech
andauthored
fix: use native fuzzaldrin-plus-fast (#98)
Co-authored-by: Tony Brix <[email protected]>
1 parent 69238e7 commit ea835fe

File tree

3 files changed

+62
-13
lines changed

3 files changed

+62
-13
lines changed

lib/adapters/autocomplete-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Convert from '../convert';
22
import * as Utils from '../utils';
33
import { CancellationTokenSource } from 'vscode-jsonrpc';
44
import { ActiveServer } from '../server-manager';
5-
import { filter } from 'fuzzaldrin-plus';
5+
import { filter } from 'fuzzaldrin-plus-fast';
66
import {
77
CompletionContext,
88
CompletionItem,

package-lock.json

Lines changed: 60 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"atomTestRunner": "./test/runner",
1818
"dependencies": {
19-
"fuzzaldrin-plus": "^0.6.0",
19+
"fuzzaldrin-plus-fast": "^1.2.2",
2020
"rimraf": "^3.0.2",
2121
"vscode-jsonrpc": "5.0.1",
2222
"vscode-languageserver-protocol": "3.15.3",
@@ -26,7 +26,6 @@
2626
"@atom/mocha-test-runner": "^1.6.0",
2727
"@types/atom": "^1.40.5",
2828
"@types/chai": "^4.2.14",
29-
"@types/fuzzaldrin-plus": "0.6.1",
3029
"@types/mocha": "^8.0.4",
3130
"@types/node": "14.14.10",
3231
"@types/sinon": "^9.0.9",

0 commit comments

Comments
 (0)