package ppx_js_style

  1. Overview
  2. Docs
Code style checker for Jane Street Packages

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.1.tar.gz
md5=4bf6d0da9a4dcb81ad1b59690e6a5df4
sha512=7df4fb48935eaa505be37689cf01c2ae87ede67847e7574357d291a6d1a03fda4da589d9b6d2233992fbf8aaad5e2ad07e197b1e6aa6a92622347aa552fb7fcf

doc/ppx_js_style/Ppx_js_style/index.html

Module Ppx_js_styleSource

Sourcemodule Ignored_reason : sig ... end
Sourcemodule Invalid_deprecated : sig ... end
Sourcemodule Invalid_constant : sig ... end
Sourcemodule Suspicious_literal : sig ... end
Sourcetype error =
  1. | Invalid_deprecated of Invalid_deprecated.t
  2. | Missing_type_annotation of Ignored_reason.t
  3. | Invalid_constant of Invalid_constant.t
  4. | Suspicious_literal of Suspicious_literal.t
  5. | Invalid_ocamlformat_attribute of Invalid_ocamlformat_attribute.t
  6. | Docstring_on_open
  7. | Use_of_letop of {
    1. op_name : string;
    }
Sourceval iter_style_errors : f:(loc:Ppxlib.Location.t -> error -> unit) -> Ppxlib.Ast_traverse.iter
Sourceval check : Ppxlib.Ast_traverse.iter