Home
last modified time | relevance | path

Searched defs:hasTrailingNewLine (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/lib/
Dtsc.js7867 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 …]
DtypingsInstaller.js10858 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 …]
DtypescriptServices.d.ts1847 hasTrailingNewLine?: boolean; property
Dtypescript.d.ts1847 hasTrailingNewLine?: boolean; property
Dtsserverlibrary.d.ts1847 hasTrailingNewLine?: boolean; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1847 hasTrailingNewLine?: boolean; property
Dtsserverlibrary.d.ts1847 hasTrailingNewLine?: boolean; property