0.2.1 • Published 6 years ago

flow-execa v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

flow-execa

flow execa

Install

$ npm install --save flow-execa

API

getFlowBin(cwd: string): string

return flow-bin path.

versionInfo(cwd: string): Promise<?Object>

typeAtPos(cwd: string, filePath: string, row: number, column: number): Promise<TypeInfo>

type TypeInfo = ?{ type: string }

typeAtPosSync(cwd: string, filePath: string, row: number, column: number): TypeInfo

getTypeFromFile(cwd: string, filePath: string, row: number, column: number): Promise<?string>

getTypeFromFileSync(cwd: string, filePath: string, row: number, column: number): ?string

0.2.1

6 years ago

0.2.0

6 years ago

0.1.5

6 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago