Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/jstransformer/
Dindex.js13 tr.normalizeFnAsync = normalizeFnAsync;
40 function normalizeFnAsync(result, cb) { function
165 return tr.normalizeFnAsync(this._tr.compileAsync(str, options), cb);
167 return tr.normalizeFnAsync(this.compile(str, options), cb);
191 return tr.normalizeFnAsync(this._tr.compileFileAsync(filename, options), cb);
193 return tr.normalizeFnAsync(this.compileFile(filename, options), cb);
197 return tr.normalizeFnAsync(tr.readFile(filename, 'utf8').then(function (str) {