Skip to content

Commit

Permalink
feat(flow): add flowgen to generate flow types from typescript, #1125
Browse files Browse the repository at this point in the history
upgrade dev deps
  • Loading branch information
msand committed Oct 7, 2019
1 parent 2534537 commit fcd66fb
Show file tree
Hide file tree
Showing 6 changed files with 7,704 additions and 1,316 deletions.
12 changes: 12 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[ignore]

[include]

[libs]
flow-typed

[lints]

[options]

[strict]
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ cn-doc.md
# experimental code
#
experimental/

/lib/
/flow-typed/

# VS Code
.vscode/
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ experimental/
android/build/
screenshots/
idl/
flow-typed/

# OSX
#
Expand Down
Loading

0 comments on commit fcd66fb

Please sign in to comment.