Flow
Flow is a typed dialect of JavaScript that looks like TypeScript.
Language Info
Name
flow
Extensions
.flow
Editor
script
Compiler
Version
flow-remove-types: v2.289.0
Code Formatting
Using Prettier.
Custom Settings
Custom settings added to the property flow are passed as options to flowRemoveTypes.transpile. Please check the documentation for full reference.
Please note that custom settings should be valid JSON (i.e. functions are not allowed).
Example:
Custom Settings
{
"flow": {
"all": true
}
}