| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 10854 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument 10858 comments.push({ kind: kind, pos: pos, end: end, hasTrailingNewLine: hasTrailingNewLine }); property 28487 function addSyntheticLeadingComment(node, kind, text, hasTrailingNewLine) { argument 28488 …getSyntheticLeadingComments(node), { kind: kind, pos: -1, end: -1, hasTrailingNewLine: hasTrailing… property 28501 function addSyntheticTrailingComment(node, kind, text, hasTrailingNewLine) { argument 28502 …etSyntheticTrailingComments(node), { kind: kind, pos: -1, end: -1, hasTrailingNewLine: hasTrailing… property 55962 … * " + commentText.replace(/\n/g, "\n * ") + "\n ", pos: -1, end: -1, hasTrailingNewLine: true }]); property 57363 …" + commentText.replace(/\n/g, "\n * ") + "\n ", pos: -1, end: -1, hasTrailingNewLine: true }]), m… property 119767 …function emitTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos)… argument 119772 …function emitNonTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangeP… argument [all …]
|
| D | tsc.js | 7866 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument 7870 comments.push({ kind: kind, pos: pos, end: end, hasTrailingNewLine: hasTrailingNewLine }); property 22998 function addSyntheticLeadingComment(node, kind, text, hasTrailingNewLine) { argument 22999 …getSyntheticLeadingComments(node), { kind: kind, pos: -1, end: -1, hasTrailingNewLine: hasTrailing… property 23012 function addSyntheticTrailingComment(node, kind, text, hasTrailingNewLine) { argument 23013 …etSyntheticTrailingComments(node), { kind: kind, pos: -1, end: -1, hasTrailingNewLine: hasTrailing… property 46385 … * " + commentText.replace(/\n/g, "\n * ") + "\n ", pos: -1, end: -1, hasTrailingNewLine: true }]); property 47610 …" + commentText.replace(/\n/g, "\n * ") + "\n ", pos: -1, end: -1, hasTrailingNewLine: true }]), m… property 99263 …function emitTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangePos)… argument 99268 …function emitNonTripleSlashLeadingComment(commentPos, commentEnd, kind, hasTrailingNewLine, rangeP… argument [all …]
|
| D | typescript.d.ts | 1843 hasTrailingNewLine?: boolean; property
|
| D | typescriptServices.d.ts | 1843 hasTrailingNewLine?: boolean; property
|
| D | tsserverlibrary.d.ts | 1843 hasTrailingNewLine?: boolean; property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 1843 hasTrailingNewLine?: boolean; property
|
| D | tsserverlibrary.d.ts | 1843 hasTrailingNewLine?: boolean; property
|