Module Js_parser.File_key
type t = | LibFile of string| SourceFile of string| JsonFile of string| ResourceFile of string
val to_string : t -> stringval to_path : t -> (string, 'a) resultval compare : t -> t -> intval compare_opt : t option -> t option -> intval is_lib_file : t -> boolval map : (string -> string) -> t -> tval exists : (string -> 'a) -> t -> 'aval check_suffix : t -> string -> boolval chop_suffix : t -> string -> tval with_suffix : t -> string -> t