mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
change: remove deprecated features, coverall
This commit is contained in:
@@ -52,10 +52,6 @@ var _engine = {
|
||||
return this.getTemplate(filepath, opts.root)
|
||||
.then(templates => this.render(templates, ctx, opts))
|
||||
},
|
||||
evalOutput: function (str, scope) {
|
||||
console.warn('[liquidjs:deprecated] use .evalValue() instead of .evalOutput')
|
||||
return this.evalValue(str, scope)
|
||||
},
|
||||
evalValue: function (str, scope) {
|
||||
var tpl = this.parser.parseValue(str.trim())
|
||||
return this.renderer.evalValue(tpl, scope)
|
||||
|
||||
Reference in New Issue
Block a user