Skip to content

Commit

Permalink
fix gentype
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Apr 2, 2024
1 parent 1415741 commit 21d5974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jscomp/gentype/GenTypeCommon.ml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ let labelJSToString case =
| BoolLabel b -> b |> string_of_bool
| FloatLabel s -> s
| IntLabel i -> i
| StringLabel s -> s |> EmitText.quotes
| StringLabel s -> s |> Ext_ident.unwrap_exotic |> EmitText.quotes

type closedFlag = Open | Closed | Inline

Expand Down

0 comments on commit 21d5974

Please sign in to comment.