Skip to content

Instantly share code, notes, and snippets.

@jamiehodge
Created May 26, 2016 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiehodge/e1ab3182518c2913e66b85c507befe7c to your computer and use it in GitHub Desktop.
Save jamiehodge/e1ab3182518c2913e66b85c507befe7c to your computer and use it in GitHub Desktop.
Flow check output without haste
node_modules/fbjs/lib/UnicodeBidi.js.flow:28
28: import type { BidiDirection } from 'UnicodeBidiDirection';
^^^^^^^^^^^^^^^^^^^^^^ UnicodeBidiDirection. Required module not found
node_modules/fbjs/lib/UnicodeBidiService.js.flow:51
51: import type { BidiDirection } from 'UnicodeBidiDirection';
^^^^^^^^^^^^^^^^^^^^^^ UnicodeBidiDirection. Required module not found
node_modules/fbjs/lib/equalsSet.js.flow:16
16: import type Set from 'Set';
^^^^^ Set. Required module not found
node_modules/fbjs/lib/everySet.js.flow:16
16: import type Set from 'Set';
^^^^^ Set. Required module not found
node_modules/fbjs/lib/someSet.js.flow:16
16: import type Set from 'Set';
^^^^^ Set. Required module not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment