Searched refs:copyLeadingComments (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/services/refactors/ |
D | addOrRemoveBracesToArrowFunction.ts | 70 …copyLeadingComments(expression!, returnStatement, file, SyntaxKind.MultiLineCommentTrivia, /* hasT… 77 …copyLeadingComments(returnStatement, body, file, SyntaxKind.MultiLineCommentTrivia, /* hasTrailing…
|
/third_party/typescript/src/services/codefixes/ |
D | convertFunctionToEs6Class.ts | 170 copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile); 184 copyLeadingComments(assignmentBinaryExpression, method, sourceFile); 203 copyLeadingComments(assignmentBinaryExpression, method, sourceFile);
|
/third_party/typescript/src/services/ |
D | utilities.ts | 2366 copyLeadingComments(sourceNode, targetNode, sourceFile); 2432 …export function copyLeadingComments(sourceNode: Node, targetNode: Node, sourceFile: SourceFile, co… function
|
/third_party/typescript/lib/ |
D | tsserver.js | 117466 copyLeadingComments(sourceNode, targetNode, sourceFile); 117531 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { function 117534 ts.copyLeadingComments = copyLeadingComments; 136962 ts.copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile); 136976 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile); 136993 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile); 147380 …ts.copyLeadingComments(expression, returnStatement_1, file, 3 /* MultiLineCommentTrivia */, /* has… 147387 …ts.copyLeadingComments(returnStatement, body, file, 3 /* MultiLineCommentTrivia */, /* hasTrailing…
|
D | typescriptServices.js | 118035 copyLeadingComments(sourceNode, targetNode, sourceFile); 118100 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { function 118103 ts.copyLeadingComments = copyLeadingComments; 137531 ts.copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile); 137545 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile); 137562 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile); 147949 …ts.copyLeadingComments(expression, returnStatement_1, file, 3 /* MultiLineCommentTrivia */, /* has… 147956 …ts.copyLeadingComments(returnStatement, body, file, 3 /* MultiLineCommentTrivia */, /* hasTrailing…
|
D | tsserverlibrary.js | 118035 copyLeadingComments(sourceNode, targetNode, sourceFile); 118100 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { function 118103 ts.copyLeadingComments = copyLeadingComments; 137531 ts.copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile); 137545 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile); 137562 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile); 147949 …ts.copyLeadingComments(expression, returnStatement_1, file, 3 /* MultiLineCommentTrivia */, /* has… 147956 …ts.copyLeadingComments(returnStatement, body, file, 3 /* MultiLineCommentTrivia */, /* hasTrailing…
|
D | typescript.js | 118035 copyLeadingComments(sourceNode, targetNode, sourceFile); 118100 …function copyLeadingComments(sourceNode, targetNode, sourceFile, commentKind, hasTrailingNewLine) { function 118103 ts.copyLeadingComments = copyLeadingComments; 137531 ts.copyLeadingComments(assignmentBinaryExpression.parent, prop, sourceFile); 137545 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile); 137562 ts.copyLeadingComments(assignmentBinaryExpression, method, sourceFile); 147949 …ts.copyLeadingComments(expression, returnStatement_1, file, 3 /* MultiLineCommentTrivia */, /* has… 147956 …ts.copyLeadingComments(returnStatement, body, file, 3 /* MultiLineCommentTrivia */, /* hasTrailing…
|