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 c06f72b commit 10146efCopy full SHA for 10146ef
jscomp/syntax/src/res_printer.ml
@@ -401,7 +401,6 @@ let classify_ident_content ?(allow_uident = false) ?(allow_hyphen = false) txt =
401
loop 0
402
403
let print_ident_like ?allow_uident ?allow_hyphen txt =
404
- let txt = Ext_ident.unwrap_uppercase_exotic txt in
405
match classify_ident_content ?allow_uident ?allow_hyphen txt with
406
| ExoticIdent -> Doc.concat [Doc.text "\\\""; Doc.text txt; Doc.text "\""]
407
| UppercaseExoticIdent | NormalIdent -> Doc.text txt
0 commit comments