Home
last modified time | relevance | path

Searched defs:textSourceNode (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts5575 const textSourceNode = (node as StringLiteral).textSourceNode!; constant
Dtypes.ts2139 …/** @internal */ readonly textSourceNode?: Identifier | StringLiteralLike | NumericLiteral | Priva… property