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 #576 #587

Merged
merged 6 commits into from Jun 19, 2017
Merged

Fix #576 #587

merged 6 commits into from Jun 19, 2017

Commits on Jun 16, 2017

  1. Should fix babel#576

    People were calling `"foo".toString() or ["foo", "bar"].toString()`, which returned the real JS string `"[object Object]"`, the stringified version of the replacements object.
    j-f1 committed Jun 16, 2017
    Copy the full SHA
    d8c30c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Copy the full SHA
    742e3b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. Testing testing 123

    j-f1 committed Jun 18, 2017
    Copy the full SHA
    5b4f9a0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d09122e View commit details
    Browse the repository at this point in the history
  3. Semicolons!

    j-f1 committed Jun 18, 2017
    Copy the full SHA
    c2b3922 View commit details
    Browse the repository at this point in the history
  4. npm run format

    j-f1 committed Jun 18, 2017
    Copy the full SHA
    5c7ff9b View commit details
    Browse the repository at this point in the history