ts-graphql-plugin

v3.1.2
TypeScript Language Service Plugin for GraphQL
typescript graphql language service

e2e

node e2e/run.js

jest

jest

lint

eslint "src/**/*.{ts,tsx}"

test

npm run format:check && npm run lint && npm run jest:ci && npm run e2e:ci

build

run-s build:ts build:doc

clean

rimraf -g lib "e2e/*.log" "*.tsbuildinfo"

watch

npm run run clean && run-p watch:*

e2e:ci

c8 -o e2e_coverage -x e2e -r json -i "src/**/*" node e2e/run.js

format

npm run prettier -- --write

doc:toc

ts-node -P tools/tsconfig.json tools/add-toc.ts

jest:ci

jest --coverage --maxWorkers=4

prepare

husky install

build:ts

tsc -p .

prettier

prettier .

build:doc

npm run doc:toc

watch:jest

jest --watch

format:check

npm run prettier -- --check

watch:compile

tsc --watch -p .

Metadata

  • MIT
  • Whatever
  • Quramy
  • released 3/16/2024

Downloads

Maintainers