Lines Matching refs:flow
31 * Fix #437: only prohibit 'export type from "module" ' when flow is enabled (#438) (Kevin Gibbons)
37 * Fix typo in flow spread operator error (Brian Ng)
43 …* Allow flow class field to be named constructor ([#510](https://github.com/babel/babylon/pull/510…
62 …box. Some other estree-compatible parsers include `acorn`, `esprima`, `espree`, `flow-parser`, etc.
92 Added support for function predicates which flow introduced in version 0.33.0
100 Added support for imports within module declarations which flow introduced in version 0.37.0
133 In flow it is now forbidden to overwrite the primitve types `"any"`, `"mixed"`, `"empty"`, `"bool"`…
145 …ies. Prior to this version it was possible to parse them by enabling the `flow` plugin but this wa…
147 If you enable the flow plugin you can only define the type of the class properties, but not initial…
184 Fix flow type-parameter-declaration test with unintended semantic ([#361](https://github.com/babel/…
188 chore(package): update flow-bin to version 0.38.0 ([#313](https://github.com/babel/babylon/pull/313…
237 For more information look at [this](https://github.com/facebook/flow/pull/2890) pull request.
239 flow: allow leading pipes in all positions ([#256](https://github.com/babel/babylon/pull/256)) (Vla…
302 chore(package): update flow-bin to version 0.37.0 ([#255](https://github.com/babel/babylon/pull/255…
343 you can now write (with flow 0.34.0)
351 Parse flow nested array type annotations like `number[][]` ([#219](https://github.com/babel/babylon…
374 …* chore(package): update flow-bin to version 0.34.0 ([#204](https://github.com/babel/babylon/pull/…
537 Also run flow, linting, babel tests on seperate instances (add back node 0.10)
797 Added to flow in https://github.com/facebook/flow/commit/c710c40aa2a115435098d6c0dfeaadb023cd39b8
808 * Error on invalid flow type annotation with default assignment ([#122](https://github.com/babel/ba…
827 - Fix issues with flow-types and async function ([#95](https://github.com/babel/babylon/pull/95)) @…
866 - Fix arrow param locations with flow types ([#57](https://github.com/babel/babylon/pull/57)) @danez
867 - Fixes SyntaxError position with flow optional type ([#65](https://github.com/babel/babylon/pull/6…
883 - Fix the location of params, when flow and default value used ([#68](https://github.com/babel/baby…
899 - Fix parse errors with flow's optional arguments `(arg?) => {}` ([#19](https://github.com/babel/ba…
902 - Remove grouped type arrow restriction as it seems flow no longer has it @kittens
904 - Fix parse error with arrow functions that have flow type parameter declarations `<T>(x: T): T => …