-
json-schema-to-typescript: enum names with special chars produce invalid TypeScript
Enum member names containing special characters (including non-ASCII / CJK) are emitted unescaped, so the generated enum does not compile.
-
Markdoc formatter over-escapes a mid-line # (C# becomes C\#)
The formatter over-escapes a # in the middle of a line because the heading branch of the escape regex is not anchored to line start: 'C# is a language' becomes 'C\# is a language'.
Other categories
IME compositionKana / romajiWidth / normalizationSurrogate & graphemeSegmentation / word countNumeralsLocale dataUnicode rangeRegex roundtripEncoding & BOM
← back to all 93 entries