Skip to content

port the src of graphql-js #1

@kfly8

Description

@kfly8

This issue is porting the src directory of graphql-js.
https://github.com/graphql/graphql-js/tree/main/src

How to work

If you have a file you want to port, write the name beside the file.

Please write tests as well as porting. Of course, the tests written in graphql-js should be ported, and in addition to that, please aim for 100% C0 coverage to improve the quality of the code.

TODO

  • language/
  • error/
  • execution/
    • README.md
    • collectFields.ts
    • execute.ts @kfly8
    • index.ts
    • mapAsyncIterable.ts
    • values.ts
  • type/
  • utilities/
    • README.md
    • TypeInfo.ts
    • astFromValue.ts
    • buildASTSchema.ts
    • buildClientSchema.ts
    • coerceInputValue.ts
    • concatAST.ts
    • extendSchema.ts
    • findBreakingChanges.ts
    • getIntrospectionQuery.ts
    • getOperationAST.ts
    • index.ts
    • introspectionFromSchema.ts
    • lexicographicSortSchema.ts
    • printSchema.ts
    • separateOperations.ts
    • sortValueNode.ts
    • stripIgnoredCharacters.ts
    • typeComparators.ts
    • typeFromAST.ts
    • typedQueryDocumentNode.ts
    • valueFromAST.ts
    • valueFromASTUntyped.ts
  • validation/
    •  rules/
    • README.md
    • ValidationContext.ts
    • index.ts
    • specifiedRules.ts
    • validate.ts
  • jsutils/
    • NOTE: port if necessary
  • graphql.ts
  • index.ts
  • version.ts

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions