package ppx_js_style

  1. Overview
  2. Docs
module Ignored_reason : sig ... end
module Invalid_deprecated : sig ... end
module Invalid_constant : sig ... end
type error =
  1. | Invalid_deprecated of Invalid_deprecated.t
  2. | Missing_type_annotation of Ignored_reason.t
  3. | Invalid_constant of Invalid_constant.t
  4. | Docstring_on_open
val iter_style_errors : f:(loc:Ppxlib.Location.t -> error -> unit) -> Ppxlib.Ast_traverse.iter