Searched refs:leadingComments (Results 1 – 2 of 2) sorted by relevance
535 this.leadingComments = []; property4495 this.state.leadingComments.push(comment);4548 if (firstChild && this.state.leadingComments.length > 0) {4549 var lastComment = last(this.state.leadingComments);4554 for (j = 0; j < this.state.leadingComments.length; j++) {4555 if (this.state.leadingComments[j].end < this.state.commentPreviousNode.end) {4556 this.state.leadingComments.splice(j, 1);4561 if (this.state.leadingComments.length > 0) {4562 firstChild.trailingComments = this.state.leadingComments;4563 this.state.leadingComments = [];[all …]
39 leadingComments?: Comment[] | undefined; property