graphql.macro

v1.2.0
Compile GraphQL AST at build-time with babel-plugin-macros.

clean

rm -rf lib

prebuild

npm run clean

build

NODE_ENV=production babel src --out-dir lib --ignore '**/*.test.js'

test

jest --coverage --runInBand

test:watch

npm run test -- --watch

eslint

eslint ./

format

prettier --write 'src/**/*.js' '*.{json,md}'

flow

flow

precommit

lint-staged

changelog

github-changes -o evenchange4 -r graphql.macro -b master -f ./CHANGELOG.md --order-semver --use-commit-body

Metadata

  • MIT
  • Whatever
  • Michael Hsu
  • released 1/24/2019

Downloads

Maintainers