gandm / language-babel

ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
https://atom.io/packages/language-babel
MIT License
476 stars 83 forks source link

Function type definition doesn't colour fat arrows #351

Closed lgraziani2712 closed 7 years ago

lgraziani2712 commented 7 years ago

type function definition

export type RuleValidator = (fieldValue: string, state: Object) => (fieldName: string) => string;