Home
last modified time | relevance | path

Searched defs:neverAsciiEscape (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dtypes.ts9180 /** @internal */ neverAsciiEscape?: boolean; property
/third_party/typescript/lib/
DtypingsInstaller.js34081 …sNeverAsciiEscape = memoize(() => createPrinter({ removeComments: true, neverAsciiEscape: true })); property
37449 function getLiteralTextOfNode(node, neverAsciiEscape, jsxAttributeEscape) { argument
Dtsc.js99798 …sNeverAsciiEscape = memoize(() => createPrinter({ removeComments: true, neverAsciiEscape: true })); property
103166 function getLiteralTextOfNode(node, neverAsciiEscape, jsxAttributeEscape) { argument