parser-ts

v0.2.1
String parser combinators for TypeScript
typescript parser-combinators functional-programming fp-ts

lint

tslint src/**/*.ts test/**/*.ts

typings-checker

typings-checker --allow-expect-error --project typings-checker/tsconfig.json typings-checker/index.ts

mocha

mocha -r ts-node/register test/*.ts

prettier

prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different "{src,test}/**/*.ts"

test

npm run lint && npm run prettier && npm run typings-checker && npm run mocha

clean

rm -rf lib/*

build

npm run clean && tsc

Metadata

  • MIT
  • Whatever
  • Giulio Canti
  • released 7/24/2017

Downloads

Maintainers