Searched refs:compileAsync (Results 1 – 2 of 2) sorted by relevance
| /plugin/asciidocjs/node_modules/jstransformer/ |
| D | index.js | 107 compileAsync: ['compileAsync', 'compile', 'render'], property 160 Transformer.prototype.compileAsync = function (str, options, cb) { method in Transformer 165 return tr.normalizeFnAsync(this._tr.compileAsync(str, options), cb); 199 return this._tr.compileAsync(str, options); 313 return tr.normalizeAsync(this.compileAsync(str, options).then(function (compiled) {
|
| D | README.md | 89 …e`, `.renderAsync`, `.render`, `.compileFileAsync`, `.compileFile`, `.compileAsync`, or `.compileF…
|