Skip to content

Conversation

@goodmind
Copy link
Contributor

@goodmind goodmind commented May 16, 2019

This would allow ignoring specific libs

# node.flowconfig
[ignore]
<FLOWLIB_ROOT>/dom.js
# browser.flowconfig
[ignore]
<FLOWLIB_ROOT>/react.js
<FLOWLIB_ROOT>/react-dom.js

@goodmind
Copy link
Contributor Author

goodmind commented May 16, 2019

Ignoring core.js should probably enable no_flowlib automatically. Or just ditch no_flowlib entirely and make it variation of

# no_flowlib = true
[ignore]
<FLOWLIB_ROOT>/.*
!<FLOWLIB_ROOT>/prelude.js

[include]
<FLOWLIB_ROOT>/prelude.js

# no_flowlib = false
[ignore]
<FLOWLIB_ROOT>/prelude.js

[include]
<FLOWLIB_ROOT>/.*
!<FLOWLIB_ROOT>/prelude.js

@goodmind goodmind added the Stalled Issues and PRs that are stalled. label Jul 27, 2019
@goodmind
Copy link
Contributor Author

/cc @gabelevi

@goodmind goodmind removed the Stalled Issues and PRs that are stalled. label Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants