package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type offset_kind =
  1. | Utf8
  2. | JavaScript
val make : kind:offset_kind -> string -> t
exception Offset_lookup_failed of Loc.position * string
val offset : t -> Loc.position -> int
val debug_string : t -> string
val line_lengths : t -> int list
val contains_multibyte_character : t -> bool
OCaml

Innovation. Community. Security.