Skip to content

Instantly share code, notes, and snippets.

@mroch
Created May 22, 2015 04:40
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 mroch/cea448412bbe3533465c to your computer and use it in GitHub Desktop.
Save mroch/cea448412bbe3533465c to your computer and use it in GitHub Desktop.
flow dump-types
$ flow dump-types tests/builtins/array.js
tests/builtins/array.js:3:5: Array<string>
tests/builtins/array.js:3:9-15: Array<string>
tests/builtins/array.js:3:10-14: string
tests/builtins/array.js:4:5: Array<number>
tests/builtins/array.js:4:9: Array<string>
tests/builtins/array.js:4:9-42: Array<number>
tests/builtins/array.js:4:16-41: (x: string) => number
tests/builtins/array.js:4:38: number
tests/builtins/array.js:5:5-13: string
tests/builtins/array.js:5:17: Array<number>
tests/builtins/array.js:5:17-20: number
tests/builtins/array.js:5:19: number
tests/builtins/array.js:7:5-9: Array<string>
tests/builtins/array.js:7:13-14: Array<>
tests/builtins/array.js:8:1: () => void
tests/builtins/array.js:9:5-53: Array<string>
tests/builtins/array.js:9:13-17: Array<string>
tests/builtins/array.js:9:13-53: Array<string>
tests/builtins/array.js:9:24-52: () => string
tests/builtins/array.js:9:45-49: string
tests/builtins/array.js:10:9-16: number
tests/builtins/array.js:10:20-24: Array<string>
tests/builtins/array.js:10:20-27: string
tests/builtins/array.js:10:26: number
tests/builtins/array.js:13:5-7:
tests/builtins/array.js:13:11-33:
tests/builtins/array.js:14:5-7:
tests/builtins/array.js:14:11-19:
tests/builtins/array.js:14:15-17:
tests/builtins/array.js:15:1: () => void
tests/builtins/array.js:16:9-12:
tests/builtins/array.js:16:16-18:
tests/builtins/array.js:16:16-53:
tests/builtins/array.js:16:25-52: () => string
tests/builtins/array.js:16:45-49: string
tests/builtins/array.js:17:9-16: number
tests/builtins/array.js:17:20-23:
tests/builtins/array.js:17:20-29:
tests/builtins/array.js:18:5-14:
tests/builtins/array.js:18:11-14:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment