Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/jstransformer/
DREADME.md52 ### `.renderAsync`
55 transformer.renderAsync(str[, options], locals, callback);
59 transformer.renderAsync(str[, options], locals);
63 _requires the underlying transform to implement `.renderAsync` or `.render`_
89 _requires the underlying transform to implement `.renderFileAsync`, `.renderFile`, `.renderAsync`, …
Dindex.js120 renderAsync: ['renderAsync', 'render', 'compileAsync', 'compile'], property
296 Transformer.prototype.renderAsync = function (str, options, locals, cb) { method in Transformer
309 return tr.normalizeAsync(this._tr.renderAsync(str, options, locals), cb);
356 return this.renderAsync(str, options, locals);