-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
flowtype.org/try
will report errors regarding importing library definitions:
. inconsistent use of library definitions
/static/v0.33.0/flowlib/node.js:1489: env : { [key: string] : ?string };
^ null. This type is incompatible with
/static/v0.33.0/flowlib/node.js:1285: hostname?: string;
^ string
. inconsistent use of library definitions
/static/v0.33.0/flowlib/node.js:1489: env : { [key: string] : ?string };
^ null. This type is incompatible with
/static/v0.33.0/flowlib/node.js:1287: host?: string;
^ string
234: export function handleProviderError(error) {
^ parameter `error`. Missing annotation
tryflow
does not. Was this a design decision?