From d32a1292dc42e4513dcea66396aaaa120bc60cdb Mon Sep 17 00:00:00 2001 From: mununki Date: Tue, 9 Jan 2024 02:03:36 +0900 Subject: [PATCH] fix dead value --- jscomp/gentype/ImportPath.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jscomp/gentype/ImportPath.mli b/jscomp/gentype/ImportPath.mli index 5f319d00bc..740e629f9a 100644 --- a/jscomp/gentype/ImportPath.mli +++ b/jscomp/gentype/ImportPath.mli @@ -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