Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Sep 22, 2023
1 parent b2c1f7a commit 2ce4ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jscomp/gentype/TranslateStructure.ml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ and addAnnotationsToFields ~config (expr : Typedtree.expression)
({field with nameJS = name} :: nextFields1, types1)
| _ -> (fields, argTypes)

[@@live]
(** Recover from expr the renaming annotations on named arguments. *)
let addAnnotationsToFunctionType ~config (expr : Typedtree.expression)
(type_ : type_) =
Expand Down

0 comments on commit 2ce4ea2

Please sign in to comment.