Skip to content

Commit 2ce4ea2

Browse files
committed
Fix ci error
1 parent b2c1f7a commit 2ce4ea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jscomp/gentype/TranslateStructure.ml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ and addAnnotationsToFields ~config (expr : Typedtree.expression)
5656
({field with nameJS = name} :: nextFields1, types1)
5757
| _ -> (fields, argTypes)
5858

59+
[@@live]
5960
(** Recover from expr the renaming annotations on named arguments. *)
6061
let addAnnotationsToFunctionType ~config (expr : Typedtree.expression)
6162
(type_ : type_) =

0 commit comments

Comments
 (0)