Searched defs:commentKind (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/lib/ |
| D | typescript.js | 118100 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { argument 118104 …function copyTrailingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine)… argument 118115 …function copyTrailingAsLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailin… argument 118119 function getAddCommentsFunction(targetNode, sourceFile, commentKind, hasTrailingNewLine, cb) { argument
|
| D | typescriptServices.js | 118100 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { argument 118104 …function copyTrailingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine)… argument 118115 …function copyTrailingAsLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailin… argument 118119 function getAddCommentsFunction(targetNode, sourceFile, commentKind, hasTrailingNewLine, cb) { argument
|
| D | tsserverlibrary.js | 118100 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { argument 118104 …function copyTrailingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine)… argument 118115 …function copyTrailingAsLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailin… argument 118119 function getAddCommentsFunction(targetNode, sourceFile, commentKind, hasTrailingNewLine, cb) { argument
|
| D | tsserver.js | 117531 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { argument 117535 …function copyTrailingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine)… argument 117546 …function copyTrailingAsLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailin… argument 117550 function getAddCommentsFunction(targetNode, sourceFile, commentKind, hasTrailingNewLine, cb) { argument
|