flow-runtime icon indicating copy to clipboard operation
flow-runtime copied to clipboard

Type Destructors current status

Open goodmind opened this issue 5 years ago • 0 comments

This is a:

  • [ ] Bug Report
  • [ ] Feature Request
  • [ ] Question
  • [x] Other

Which concerns:

  • [x] flow-runtime
  • [ ] babel-plugin-flow-runtime
  • [ ] flow-runtime-validators
  • [ ] flow-runtime-mobx
  • [ ] flow-config-parser
  • [ ] The documentation website

Let's track list of implemented type destructors:

  • [x] $Keys
  • [x] $Values
  • [x] $Exact
  • [x] $Diff
  • [ ] $Rest
  • [x] $PropertyType
  • [ ] $ElementType
  • [ ] $NonMaybeType
  • [x] $ObjMap
  • [x] $ObjMapi
  • [x] $TupleMap
  • [ ] $Call
  • [x] Class
  • [x] $Shape
  • [x] $Supertype
  • [x] $Subtype
  • [ ] $ReadOnly
  • [ ] $CharSet
  • [ ] $Compose
  • [ ] $ComposeReverse

goodmind avatar Jul 24 '19 16:07 goodmind