Home
last modified time | relevance | path

Searched refs:trailingComments (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js534 this.trailingComments = []; property
4494 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 …]
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts41 trailingComments?: Comment[] | undefined; property