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 1415741 commit 21d5974Copy full SHA for 21d5974
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