| /third_party/typescript/lib/ |
| D | tsc.js | 7867 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument 7871 comments.push({ kind: kind, pos: pos, end: end, hasTrailingNewLine: hasTrailingNewLine }); property 23036 function addSyntheticLeadingComment(node, kind, text, hasTrailingNewLine) { argument 23037 …getSyntheticLeadingComments(node), { kind: kind, pos: -1, end: -1, hasTrailingNewLine: hasTrailing… property 23050 function addSyntheticTrailingComment(node, kind, text, hasTrailingNewLine) { argument 23051 …etSyntheticTrailingComments(node), { kind: kind, pos: -1, end: -1, hasTrailingNewLine: hasTrailing… property 46564 … * " + commentText.replace(/\n/g, "\n * ") + "\n ", pos: -1, end: -1, hasTrailingNewLine: true }]); property 47789 …" + commentText.replace(/\n/g, "\n * ") + "\n ", pos: -1, end: -1, hasTrailingNewLine: true }]), m… property 99539 …function emitTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos)… argument 99544 …function emitNonTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangeP… argument [all …]
|
| D | typingsInstaller.js | 10858 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument 10862 comments.push({ kind: kind, pos: pos, end: end, hasTrailingNewLine: hasTrailingNewLine }); property 28528 function addSyntheticLeadingComment(node, kind, text, hasTrailingNewLine) { argument 28529 …getSyntheticLeadingComments(node), { kind: kind, pos: -1, end: -1, hasTrailingNewLine: hasTrailing… property 28542 function addSyntheticTrailingComment(node, kind, text, hasTrailingNewLine) { argument 28543 …etSyntheticTrailingComments(node), { kind: kind, pos: -1, end: -1, hasTrailingNewLine: hasTrailing… property 56157 … * " + commentText.replace(/\n/g, "\n * ") + "\n ", pos: -1, end: -1, hasTrailingNewLine: true }]); property 57558 …" + commentText.replace(/\n/g, "\n * ") + "\n ", pos: -1, end: -1, hasTrailingNewLine: true }]), m… property 120067 …function emitTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos)… argument 120072 …function emitNonTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangeP… argument [all …]
|
| D | typescriptServices.d.ts | 1847 hasTrailingNewLine?: boolean; property
|
| D | typescript.d.ts | 1847 hasTrailingNewLine?: boolean; property
|
| D | tsserverlibrary.d.ts | 1847 hasTrailingNewLine?: boolean; property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 1847 hasTrailingNewLine?: boolean; property
|
| D | tsserverlibrary.d.ts | 1847 hasTrailingNewLine?: boolean; property
|