Searched refs:compileFileClient (Results 1 – 4 of 4) sorted by relevance
5 var template = pug.compileFileClient(filename, {inlineRuntimeFunctions: false});
219 …* Add a sepatate `compileClient` and `compileFileClient` to replace the `client` option ([@ForbesL…
115 compileFileClient: ['compileFileClient', 'compileClient'], property236 Transformer.prototype.compileFileClient = function (filename, options) { method in Transformer245 return tr.normalize(this._tr.compileFileClient(filename, options));259 return tr.normalizeAsync(this._tr.compileFileClient(filename, options), cb);
440 exports.compileFileClient = function(path, options){ function