You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the flow types are nearly trivial copy and paste jobs from the typescript exports, but it's hard to know what types are missing because we don't have any tooling assistance for them.
It's probably not reasonable to ask all contributors to learn flow, but having an easy way to know if flow types are missing before a release.
Should be fairly straightforward to use the TypeScript and hermes APIs to get the names of each export from the modules.
Impact
Probably only really helps Meta, not sure if there are any other lexical users that use flow, but doing these sorts of updates in bulk would reduce the PR review burden a bit.
The text was updated successfully, but these errors were encountered:
Description
Most of the flow types are nearly trivial copy and paste jobs from the typescript exports, but it's hard to know what types are missing because we don't have any tooling assistance for them.
It's probably not reasonable to ask all contributors to learn flow, but having an easy way to know if flow types are missing before a release.
Should be fairly straightforward to use the TypeScript and hermes APIs to get the names of each export from the modules.
Impact
Probably only really helps Meta, not sure if there are any other lexical users that use flow, but doing these sorts of updates in bulk would reduce the PR review burden a bit.
The text was updated successfully, but these errors were encountered: