We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd4617 commit 1cc5bcdCopy full SHA for 1cc5bcd
packages/svelte/src/compiler/phases/1-parse/utils/fuzzymatch.js
@@ -12,8 +12,8 @@ export default function fuzzymatch(name, names) {
12
return matches && matches[0][0] > 0.7 ? matches[0][1] : null;
13
}
14
15
-// adapted from https://github.com/Glench/fuzzyset.js/blob/master/lib/fuzzyset.js
16
-// BSD Licensed
+// adapted from https://github.com/Glench/fuzzyset.js/blob/master/lib/fuzzyset.js in 2016
+// BSD Licensed (see https://github.com/Glench/fuzzyset.js/issues/10)
17
18
const GRAM_SIZE_LOWER = 2;
19
const GRAM_SIZE_UPPER = 3;
0 commit comments