Module Js_parser.File_keySource
Sourcetype t = | LibFile of string| SourceFile of string| JsonFile of string| ResourceFile of string
Sourceval compare_opt : t option -> t option -> int Sourceval map : (string -> string) -> t -> t Sourceval exists : (string -> 'a) -> t -> 'a Sourceval check_suffix : t -> string -> bool Sourceval chop_suffix : t -> string -> t Sourceval with_suffix : t -> string -> t