graphql-jit

v0.5.1
GraphQL JIT Compiler to JS

lint

tslint --project .

test

jest

build

tsc

format

prettier --no-config --write 'src/**/*.ts' '*.js'

codecov

codecov

lint-fix

tslint --project . --fix

benchmark

NODE_ENV=production ts-node -T ./src/__benchmarks__/benchmarks.ts

precommit

lint-staged

check-format

prettier --no-config -l 'src/**/*.ts' '*.js'

mutation-test

stryker run

prepublishOnly

yarn && yarn build

Metadata

  • MIT
  • Whatever
  • Rui Araujo
  • released 5/10/2021

Downloads