You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of, thanks for the package. I've not had a change to try it but it's on my short list.
I was going over the code when I noticed engine.ts and bktree.ts import each other.
Would you accept a PR extracting damerauLevenshteinDistance and DistanceCache to a separate file? At first glance, I think that would break (fix) the cycle.
The text was updated successfully, but these errors were encountered:
First of, thanks for the package. I've not had a change to try it but it's on my short list.
I was going over the code when I noticed
engine.ts
andbktree.ts
import each other.Would you accept a PR extracting
damerauLevenshteinDistance
andDistanceCache
to a separate file? At first glance, I think that would break (fix) the cycle.The text was updated successfully, but these errors were encountered: