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

Stream JSON output (--json) #4630

Closed
wants to merge 2 commits into from

Commits on Apr 3, 2017

  1. Stream JSON output (--json)

    This fixes webpack#4629
    
    JSON.stringify can fail with `RangeError: Invalid string length`
    when it runs out of memory. See nodejs/node-v0.x-archivei#14170.
    With this fix, I was able to write out the profile JSON without
    errors.
    simonflk committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    4869904 View commit details
    Browse the repository at this point in the history
  2. use double-quotes

    simonflk committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    bd8bc98 View commit details
    Browse the repository at this point in the history