I want to collect a list of issues that prevent Flow being able to be actually used for a code base.
This is mainly missing config options, or performance issues related to missing config options. This list is just for basic stuff. Other issues like community, tooling, etc. are things that can improve over time, but if Flow cannot be run on your codebase, then there is not choice but to move to TypeScript.
Comment and I can update the list so we have a prioritized list of community issues that are preventing usage of the tool. As long as we can use it on our code bases in the first place, then we would be happy to wait for other issues to be fixed.
Maybe having a tag called "blocks community usage" would be good to label issues that fit this description.
I want to collect a list of issues that prevent Flow being able to be actually used for a code base.
This is mainly missing config options, or performance issues related to missing config options. This list is just for basic stuff. Other issues like community, tooling, etc. are things that can improve over time, but if Flow cannot be run on your codebase, then there is not choice but to move to TypeScript.
module_aliasresolution capabilities #7185node_moduleswhen using[untyped]#7431 Don't typecheck or load files under node_modules/ unless they're imported by flow-typed files #869[untyped]still makes the server look for them on startup which makes server start needlessly slow (which you have to deal with on every config change). I want to ignore allnode_modules, but haveimport 'foo/bar'work. This is not possible.Comment and I can update the list so we have a prioritized list of community issues that are preventing usage of the tool. As long as we can use it on our code bases in the first place, then we would be happy to wait for other issues to be fixed.
Maybe having a tag called "blocks community usage" would be good to label issues that fit this description.