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: v14.5.1
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: v14.5.2
Choose a head ref
  • 7 commits
  • 65 files changed
  • 2 contributors

Commits on Aug 23, 2019

  1. Sync type TS definitions with Flow (#2109)

    * Sync type TS definitions with Flow
    Specifically:
    Add `extensions` field in lots of places
    Reorder fields
    
    Both this and #2106 add Path.d.ts, but they're the same. If theres a merge conflict, just pick one.
    
    * `unknown` => `any`, to target TS@2.6
    
    * Widen `introspectionTypes` type to `GraphQLType[]`
    
    * use Maybe<Readonly<Record<...>>> as `extension` type
    
    * Remove `ResponsePath` export (now `jsutils/Path`)
    
    * More removal of `ResponsePath`
    Jackson Kearl authored and IvanGoncharov committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    a482d3b View commit details
    Browse the repository at this point in the history
  2. Sync tstypes/graphql.d.ts with flow (#2113)

    Jackson Kearl authored and IvanGoncharov committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    0d8d239 View commit details
    Browse the repository at this point in the history
  3. Sync utilities TS definitions with flow (#2115)

    Jackson Kearl authored and IvanGoncharov committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    43c6657 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3104e1f View commit details
    Browse the repository at this point in the history
  5. Fixup index.d.ts files to reflect Flow (#2118)

    * Fixup index.d.ts files to refelct Flow
    
    * Add back TS version header
    Jackson Kearl authored and mjmahone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    7b9bfda View commit details
    Browse the repository at this point in the history
  6. Sync validation TS definitions with flow (#2119)

    * Sync tstypes/validation TS definitions with Flow
    Note: not tstypes/validation/rules yet
    
    * Sync validation/rules TS with Flow
    Jackson Kearl authored and IvanGoncharov committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    9c3e816 View commit details
    Browse the repository at this point in the history
  7. v14.5.2

    IvanGoncharov committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    cb31d3c View commit details
    Browse the repository at this point in the history
Loading