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