package ppx_css

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

Module Ppx_css_syntax.Preprocess_argumentsSource

This module contains the parameters sent in via the jbuild/dune file's preprocess field.

The way of interfacing/reading/setting is side-effecty. The arguments are read at the top-level when the module is loaded, and then read with get

Sourcetype t = {
  1. dont_hash_prefixes : Core.String.Set.t;
  2. dont_hash : Core.String.Set.t;
  3. rewrite : string Core.String.Map.t;
}
Sourceval get : unit -> t
Sourceval add_dont_hash : string -> unit
Sourceval add_dont_hash_prefixes : string -> unit
Sourceval add_rewrite : from:string -> to_:string -> unit
OCaml

Innovation. Community. Security.