mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
feedback form pr
This commit is contained in:
parent
7a4e995f01
commit
79cf984a83
@ -1620,7 +1620,7 @@ namespace ts {
|
||||
"\u2028": "\\u2028", // lineSeparator
|
||||
"\u2029": "\\u2029", // paragraphSeparator
|
||||
"\u0085": "\\u0085" // nextLine
|
||||
}
|
||||
};
|
||||
|
||||
// This consists of the first 19 unprintable ASCII characters, canonical escapes, lineSeparator,
|
||||
// paragraphSeparator, and nextLine. The latter three are just desirable to suppress new lines in
|
||||
@ -1650,7 +1650,7 @@ namespace ts {
|
||||
Double,
|
||||
Single
|
||||
}
|
||||
|
||||
|
||||
export var QuotationMarkLookup: Map<string> = {
|
||||
[QuotationMark.Double]: "\"",
|
||||
[QuotationMark.Single]: "'",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user