package flow_parser

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Type.ObjectSource

Sourcemodule Property : sig ... end
Sourcemodule SpreadProperty : sig ... end
Sourcemodule Indexer : sig ... end
Sourcemodule MappedType : sig ... end
Sourcemodule CallProperty : sig ... end
Sourcemodule InternalSlot : sig ... end
Sourcetype ('M, 'T) t = {
  1. exact : bool;
  2. inexact : bool;
  3. properties : ('M, 'T) property list;
  4. comments : ('M, 'M Comment.t list) Syntax.t option;
}
Sourceand ('M, 'T) property =
  1. | Property of ('M, 'T) Property.t
  2. | SpreadProperty of ('M, 'T) SpreadProperty.t
  3. | Indexer of ('M, 'T) Indexer.t
  4. | CallProperty of ('M, 'T) CallProperty.t
  5. | InternalSlot of ('M, 'T) InternalSlot.t
  6. | MappedType of ('M, 'T) MappedType.t