Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/jstransformer/
Dindex.js113 compileClient: ['compileClient'], property
210 Transformer.prototype.compileClient = function (str, options) { method in Transformer
220 return tr.normalize(this._tr.compileClient(str, options));
233 return tr.normalizeAsync(this._tr.compileClient(str, options), cb);
249 return tr.normalize(this._tr.compileClient(tr.readFileSync(filename, 'utf8'), options));
267 return this._tr.compileClient(str, options);
/plugin/asciidocjs/node_modules/pug-runtime/
DREADME.md42 // By default compileClient automatically embeds the needed runtime functions,
44 var compiledCode = pug.compileClient(pugSrc, {
54 compiledCode = pug.compileClient(pugSrc, {
/plugin/asciidocjs/node_modules/pug/lib/
Dindex.js335 exports.compileClient = function (str, options) { function
451 var out = exports.compileClient(str, options);
/plugin/asciidocjs/node_modules/pug/
DHistory.md219 …* Add a sepatate `compileClient` and `compileFileClient` to replace the `client` option ([@ForbesL…