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: yaacovCR/graphql-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.21
Choose a base ref
...
head repository: yaacovCR/graphql-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Showing 433 changed files with 51,194 additions and 20,804 deletions.
7 changes: 0 additions & 7 deletions .babelrc-deno.json

This file was deleted.

27 changes: 0 additions & 27 deletions .babelrc-npm.json

This file was deleted.

9 changes: 0 additions & 9 deletions .babelrc.json

This file was deleted.

6 changes: 2 additions & 4 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -7,14 +7,12 @@
"src/jsutils/Maybe.ts",
"src/jsutils/ObjMap.ts",
"src/jsutils/PromiseOrValue.ts",
"src/utilities/assertValidName.ts",
"src/utilities/typedQueryDocumentNode.ts"
],
"clean": true,
"temp-directory": "coverage",
"report-dir": "coverage",
"report-dir": "reports/coverage",
"skip-full": true,
"reporter": ["json", "html", "text"],
"reporter": ["html", "text"],
"check-coverage": true,
"branches": 100,
"lines": 100,
9 changes: 0 additions & 9 deletions .eslintignore

This file was deleted.

Loading