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 #12255: compileBooleanMatcher fails when prefix and suffix overlap #12256

Merged
merged 2 commits into from Dec 23, 2020

Commits on Dec 22, 2020

  1. fix webpack#12255

    When looking for common suffixes, strip the common prefix (if any) from
    the items, so that the method doesn't fail when they overlap.
    ivan-zaera committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    39adecf View commit details
    Browse the repository at this point in the history
  2. slice instead of substring

    sokra committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    8b68563 View commit details
    Browse the repository at this point in the history