There was an error while loading. Please reload this page.
1 parent 4918286 commit b781d6aCopy full SHA for b781d6a
1 file changed
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