Skip to content

Commit

Permalink
Updated files to use direct exports instead * and added RequestStatus
Browse files Browse the repository at this point in the history
*	The `*` export makes babel generate forEach for building exports. This breaks basically all linters.
*	Added `RequestStatus` model to be used globally
  • Loading branch information
racerxdl committed Dec 10, 2018
1 parent c190763 commit 77ba4d1
Show file tree
Hide file tree
Showing 15 changed files with 8,794 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": [
"syntax-flow", "transform-flow-strip-types"
"syntax-flow", "transform-flow-strip-types", "transform-export-extensions"
],
"sourceMaps": "both",
"presets": ["es2015", "stage-1"]
Expand Down
365 changes: 335 additions & 30 deletions dist/index.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions dist/models/GQLTypes/index.js

This file was deleted.

81 changes: 81 additions & 0 deletions dist/models/RequestStatus.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

180 changes: 138 additions & 42 deletions dist/models/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 77ba4d1

Please sign in to comment.