We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496def9 commit e9343e9Copy full SHA for e9343e9
jscomp/gentype/GenTypeCommon.ml
@@ -60,7 +60,7 @@ let labelJSToString case =
60
| BoolLabel b -> b |> string_of_bool
61
| FloatLabel s -> s
62
| IntLabel i -> i
63
- | StringLabel s -> s |> EmitText.quotes
+ | StringLabel s -> s |> Ext_ident.unwrap_exotic |> EmitText.quotes
64
65
type closedFlag = Open | Closed | Inline
66
0 commit comments