Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/y18n/build/lib/
Dindex.js12 this.writeQueue = []; property
109 this.writeQueue.push(work);
110 if (this.writeQueue.length === 1)
115 const work = this.writeQueue[0];
123 _this.writeQueue.shift();
124 if (_this.writeQueue.length > 0)
/plugin/asciidocjs/node_modules/y18n/build/
Dindex.cjs18 this.writeQueue = [];
115 this.writeQueue.push(work);
116 if (this.writeQueue.length === 1)
121 const work = this.writeQueue[0];
129 _this.writeQueue.shift();
130 if (_this.writeQueue.length > 0)