Home
last modified time | relevance | path

Searched full:closecomment (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/flutter/.github/
Dno-response.yml10 closeComment: >-
/third_party/json/.github/
Dstale.yml17 closeComment: false
/third_party/libuv/.github/
Dstale.yml23 closeComment: false
/third_party/typescript/src/services/
DjsDoc.ts293 const closeComment = " */"; constant
297 const result = preamble + newLine + tags + indentationStr + closeComment + endLine;
300 return { newText: openComment + closeComment, caretOffset: 3 };
/third_party/typescript/lib/
Dtypescript.js127467 var closeComment = " */";
127471 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;
127474 return { newText: openComment + closeComment, caretOffset: 3 };
DtypescriptServices.js127467 var closeComment = " */";
127471 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;
127474 return { newText: openComment + closeComment, caretOffset: 3 };
Dtsserverlibrary.js127467 var closeComment = " */";
127471 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;
127474 return { newText: openComment + closeComment, caretOffset: 3 };
Dtsserver.js126898 var closeComment = " */";
126902 var result = preamble + newLine + tags + indentationStr + closeComment + endLine;
126905 return { newText: openComment + closeComment, caretOffset: 3 };