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

Quote and unquote number keys #8508

Merged
merged 19 commits into from Jun 18, 2020

Commits on Jun 6, 2020

  1. Quote and unquote number keys

    lydell committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    eb0e28b View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    lydell committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8219665 View commit details
    Browse the repository at this point in the history
  3. Add tests for escapes

    lydell committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    3818eb6 View commit details
    Browse the repository at this point in the history
  4. Fix idempotency

    lydell committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    9be56ce View commit details
    Browse the repository at this point in the history
  5. Only run flow-repo/ tests with flow

    271 jsfmt.spec.js in flow-repo use only the flow parser.
    18 use flow and babel.
    Now, all of them use only flow.
    lydell committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7c404b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e08c69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2ac93e View commit details
    Browse the repository at this point in the history
  8. Quote BigInt

    lydell committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    cfe706d View commit details
    Browse the repository at this point in the history
  9. Fix AST check

    lydell committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    cd55145 View commit details
    Browse the repository at this point in the history
  10. Fix condition

    lydell committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    9544cfa View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Fix BigInt to string

    lydell committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    63c7dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ced300 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    faa644c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83bbfd3 View commit details
    Browse the repository at this point in the history
  3. Add tests for 1. and .1

    lydell committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    b47caec View commit details
    Browse the repository at this point in the history
  4. Fix 1. and .1

    lydell committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    d8a6db9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    1bdb7e3 View commit details
    Browse the repository at this point in the history
  2. Only unquote numbers for babel

    lydell committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    d08df7d View commit details
    Browse the repository at this point in the history
  3. Update changelog

    lydell committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    3105f47 View commit details
    Browse the repository at this point in the history