Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql/graphql-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d8b2977e4bc776ba1f9f76d6dbcf45255d50cd0
Choose a base ref
...
head repository: graphql/graphql-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a471980d04b5bc4d530b1b044a5232fcf3c8fe84
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 17, 2017

  1. visit return any instead of mixed. (#1159)

    Changing this from the (untyped) any to mixed is too severe a breaking change. Changing back to any ensures the visitor functions themselves remain checked but does not cause downstream usage to fail.
    leebyron authored Dec 17, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8bd9fda View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    026870c View commit details
  3. Copy the full SHA
    d11883e View commit details
  4. Remove flow option experimental.const_params (#1160)

    Merges #1157
    
    Codebases which don't enable this experiment show flow errors
    leebyron authored Dec 17, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    68ec835 View commit details
  5. 0.12.1

    leebyron committed Dec 17, 2017
    Copy the full SHA
    a471980 View commit details
Loading