Home
last modified time | relevance | path

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

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