package ppx_js_style

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=b69e26c1fb8187fd92fd55dd668d059707e88544a66f6a929f453db90f37404a

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
OCaml

Innovation. Community. Security.