flowery icon indicating copy to clipboard operation
flowery copied to clipboard

Prettify the result from Facebook Flow type check tool, making it easier to read

Results 2 flowery issues
Sort by recently updated
recently updated
newest added

I'm getting the following error when running `flowery` with FlowType 0.15: ``` $ flowery /usr/local/lib/node_modules/flowery/build/flowery.js:363 errMsg: msg[1].replace('Property cannot be accessed on ', ''), // 人工改過 ^ TypeError: Cannot read property...

Here's the output for Node 0.10: ``` bash flow_app/node_modules/flowery/build/flowery.js:185 return new Promise(function (resolve, reject) { ^ ReferenceError: Promise is not defined at readStdin (flow_app/node_modules/flowery/build/flowery.js:185:13) at Object. (flow_app/node_modules/flowery/build/flowery.js:109:2) at Module._compile (module.js:456:26)...