Skip to content

Commit d32a129

Browse files
committed
fix dead value
1 parent bbb0429 commit d32a129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/gentype/ImportPath.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ open GenTypeCommon
33
type t
44

55
val bsCurryPath : config:Config.t -> t
6-
val chopExtensionSafe : t -> t
6+
val chopExtensionSafe : t -> t [@@live]
77
val dump : t -> string
88
val emit : t -> string
99
val fromModule : dir:string -> importExtension:string -> ModuleName.t -> t

0 commit comments

Comments
 (0)