We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb0429 commit d32a129Copy full SHA for d32a129
jscomp/gentype/ImportPath.mli
@@ -3,7 +3,7 @@ open GenTypeCommon
3
type t
4
5
val bsCurryPath : config:Config.t -> t
6
-val chopExtensionSafe : t -> t
+val chopExtensionSafe : t -> t [@@live]
7
val dump : t -> string
8
val emit : t -> string
9
val fromModule : dir:string -> importExtension:string -> ModuleName.t -> t
0 commit comments