flowgen
flowgen copied to clipboard
--as-module should allow scoped module names
Scoped module names like @apollo/client
don't work with the --as-module
option. The declare module
block isn't generated in the output.