Skip to content

Commit be4f441

Browse files
committed
fix gentype
1 parent 4d1c419 commit be4f441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/gentype/GenTypeCommon.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ let labelJSToString case =
6060
| BoolLabel b -> b |> string_of_bool
6161
| FloatLabel s -> s
6262
| IntLabel i -> i
63-
| StringLabel s -> s |> EmitText.quotes
63+
| StringLabel s -> s |> Ext_ident.unwrap_exotic |> EmitText.quotes
6464

6565
type closedFlag = Open | Closed | Inline
6666

0 commit comments

Comments
 (0)