Searched refs:trailingComments (Results 1 – 2 of 2) sorted by relevance
534 this.trailingComments = []; property4494 this.state.trailingComments.push(comment);4505 trailingComments = void 0,4509 if (this.state.trailingComments.length > 0) {4514 if (this.state.trailingComments[0].start >= node.end) {4515 trailingComments = this.state.trailingComments;4516 this.state.trailingComments = [];4524 this.state.trailingComments.length = 0;4528 …if (stack.length > 0 && lastInStack.trailingComments && lastInStack.trailingComments[0].start >= n…4529 trailingComments = lastInStack.trailingComments;[all …]
41 trailingComments?: Comment[] | undefined; property