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

report: represent numbers as numbers #25651

Closed
wants to merge 2 commits into from

Commits on Jan 22, 2019

  1. report: refactor JSON writer

    - Support non-string entry types
    - Prefer single-character writes over string writes
    - Rename the state constants and adjust style to match more
      common Node.js style
    addaleax committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    37c4f05 View commit details
    Browse the repository at this point in the history
  2. report: represent numbers as numbers

    Do not stringify numbers and boolean values when writing JSON.
    addaleax committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    ee1b9ce View commit details
    Browse the repository at this point in the history