Skip to content

Commit

Permalink
fix dead value
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed Jan 8, 2024
1 parent bbb0429 commit d32a129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jscomp/gentype/ImportPath.mli
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open GenTypeCommon
type t

val bsCurryPath : config:Config.t -> t
val chopExtensionSafe : t -> t
val chopExtensionSafe : t -> t [@@live]
val dump : t -> string
val emit : t -> string
val fromModule : dir:string -> importExtension:string -> ModuleName.t -> t
Expand Down

0 comments on commit d32a129

Please sign in to comment.