-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
Built-in node.js type declarations are still far from being complete, and filling the missing parts is very cumbersome as Flow doesn't allow to overwrite single modules.
For instance, if I want to fill in some gaps in HTTP types, I have to use flow with --no-flowlib
flag, which forces me to copy all the remaining built-in interfaces to my project.
Although such workaround works for now, it's unmaintainable in the longer term, and not obvious to newcomers.
Would it be a problem to make custom declarations override the default ones?
bsr203, lexfrl, christophehurpeau, sheerun, shinout and 118 morebart-wh, Iuriy-Budnikov, maoueh, Donov4n, ErfanEbrahimnia and 20 more