Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(did-you-mean): switch levenshtein libraries #3640

Merged
merged 1 commit into from Aug 17, 2021

Commits on Aug 17, 2021

  1. fix(did-you-mean): switch levenshtein libraries

    `leven` dropped support for node10 and we still currently have to support
    it.  Moved to https://github.com/ka-weihe/fastest-levenshtein
    
    Originally discussed in #2403, but the
    did-you-mean lib moved quite a bit since then and there were conflicts
    so I made a new PR
    
    PR-URL: #3640
    Credit: @wraithgar
    Close: #3640
    Reviewed-by: @nlf
    wraithgar committed Aug 17, 2021
    Copy the full SHA
    32e88c9 View commit details
    Browse the repository at this point in the history