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

refactor(lockfile): remove string concatenation from parsing code #4965

Merged
merged 2 commits into from Oct 11, 2018

Commits on Oct 11, 2018

  1. refactor(lockfile): remove string concatenation from parsing code

    Replace all instances of building strings incrementally using += with more efficient methods.
    rhendric authored and Gudahtt committed Oct 11, 2018
    Copy the full SHA
    800b266 View commit details
    Browse the repository at this point in the history
  2. fix(lockfile): prevent infinite loop

    Fix bug where yarn could get into an infinite loop when parsing a corrupted lockfile with an
    unterminated string.
    rhendric authored and Gudahtt committed Oct 11, 2018
    Copy the full SHA
    b7cd239 View commit details
    Browse the repository at this point in the history