Home
last modified time | relevance | path

Searched refs:lastComment (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
Dparser.js341 var lastComment = (0, _util.getProp)(node, 'spaces', lastAdded, 'after') || '';
342 …var rawLastComment = (0, _util.getProp)(node, 'raws', 'spaces', lastAdded, 'after') || lastComment;
387 var lastComment = undefined;
399 lastComment = new _comment["default"]({
405 nodes.push(lastComment);
409 if (lastComment) {
410 lastComment.spaces.after = space;
/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts71 const lastComment = trailingCommentRanges[trailingCommentRanges.length - 1]; constant
72 const trailingRange = { pos: trailingCommentRanges[0].pos, end: lastComment.end };
/third_party/typescript/src/services/
DtextChanges.ts1368 let lastComment: { range: CommentRange; pinnedOrTripleSlash: boolean; } | undefined;
1373 lastComment = { range, pinnedOrTripleSlash: true };
1378 lastComment = { range, pinnedOrTripleSlash: true };
1382 if (lastComment) {
1384 if (lastComment.pinnedOrTripleSlash) break;
1389 … const lastCommentEndLine = sourceFile.getLineAndCharacterOfPosition(lastComment.range.end).line;
1398 lastComment = { range, pinnedOrTripleSlash: false };
1401 if (lastComment) {
1402 position = lastComment.range.end;
/third_party/typescript/src/compiler/
Dutilities.ts4753 let lastComment: CommentRange | undefined;
4756 if (lastComment) {
4757 … const lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, lastComment.end);
4769 lastComment = comment;
/third_party/typescript/lib/
DtypingsInstaller.js19007 var lastComment = void 0;
19010 if (lastComment) {
19011 … var lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, lastComment.end);
19021 lastComment = comment;
Dtsc.js14949 var lastComment = void 0;
14952 if (lastComment) {
14953 … var lastCommentLine = getLineOfLocalPositionFromLineMap(lineMap, lastComment.end);
14960 lastComment = comment;