We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf6fc3 commit ba56ffcCopy full SHA for ba56ffc
jscomp/gentype/TranslateStructure.ml
@@ -55,6 +55,7 @@ and addAnnotationsToFields ~config (expr : Typedtree.expression)
55
in
56
({field with nameJS = name} :: nextFields1, types1)
57
| _ -> (fields, argTypes)
58
+ [@@live]
59
60
(** Recover from expr the renaming annotations on named arguments. *)
61
let addAnnotationsToFunctionType ~config (expr : Typedtree.expression)
0 commit comments