Fix a bunch of flow annotations

Reviewed By: jeanlauliac

Differential Revision: D4611846

fbshipit-source-id: c2fe468e34a3b1eba7fcd2596020aad136285363
This commit is contained in:
Christoph Pojer
2017-02-24 11:17:48 -08:00
committed by Facebook Github Bot
parent 843ad50296
commit 2a3fe0625d
10 changed files with 83 additions and 41 deletions
@@ -78,7 +78,6 @@ exports.createResolveFn = function(options: ResolveOptions): ResolveFn {
dirExists: filePath => hasteFS.dirExists(filePath),
entryPath: '',
extraNodeModules,
/* $FlowFixMe: object is missing matchFiles method */
hasteFS,
hasteMap,
helpers,