Skip to content

Commit

Permalink
add output type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Feb 10, 2018
1 parent b641126 commit 297e5e8
Show file tree
Hide file tree
Showing 10 changed files with 310 additions and 1,165 deletions.
316 changes: 0 additions & 316 deletions flow-tests.js

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@
"prettier --no-semi --single-quote --print-width 120 --parser typescript --list-different \"{src,test}/**/*.ts\"",
"fix-prettier":
"prettier --no-semi --single-quote --print-width 120 --parser typescript --write \"{src,test,examples,exercises}/**/*.ts\"",
"flow-copy-definition-files": "cp src/*.js.flow lib",
"flow-test": "flow status",
"flow-fix-prettier":
"prettier --no-semi --single-quote --print-width 120 --parser flow --write \"{src,test,examples,exercises}/**/*.js.flow\"",
"test": "npm run prettier && npm run lint && npm run typings-checker && npm run mocha",
"clean": "rm -rf lib/*",
"build": "npm run clean && tsc && npm run flow-copy-definition-files",
"build": "npm run clean && tsc",
"perf": "node perf/index"
},
"repository": {
Expand Down
9 changes: 0 additions & 9 deletions src/PathReporter.js.flow

This file was deleted.

6 changes: 0 additions & 6 deletions src/Reporter.js.flow

This file was deleted.

4 changes: 0 additions & 4 deletions src/ThrowReporter.js.flow

This file was deleted.

Loading

0 comments on commit 297e5e8

Please sign in to comment.