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 761f0fe commit 5214d54Copy full SHA for 5214d54
jscomp/syntax/src/res_printer.ml
@@ -399,7 +399,6 @@ let classifyIdentContent ?(allowUident = false) ?(allowHyphen = false) txt =
399
loop 0
400
401
let printIdentLike ?allowUident ?allowHyphen txt =
402
- let txt = Ext_ident.unwrap_uppercase_exotic txt in
403
match classifyIdentContent ?allowUident ?allowHyphen txt with
404
| ExoticIdent -> Doc.concat [Doc.text "\\\""; Doc.text txt; Doc.text "\""]
405
| UppercaseExoticIdent | NormalIdent -> Doc.text txt
0 commit comments