mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 15:00:42 -07:00
6.3.0
This commit is contained in:
Vendored
+4
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* liquidjs@6.2.1, https://github.com/harttle/liquidjs
|
||||
* liquidjs@6.3.0, https://github.com/harttle/liquidjs
|
||||
* (c) 2016-2019 harttle
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
@@ -3570,6 +3570,9 @@ var _engine = {
|
||||
registerTag: function registerTag(name, tag) {
|
||||
return this.tag.register(name, tag);
|
||||
},
|
||||
plugin: function plugin(_plugin) {
|
||||
return _plugin.call(this, Liquid);
|
||||
},
|
||||
express: function express(opts) {
|
||||
opts = opts || {};
|
||||
var self = this;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+4
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* liquidjs@6.2.1, https://github.com/harttle/liquidjs
|
||||
* liquidjs@6.3.0, https://github.com/harttle/liquidjs
|
||||
* (c) 2016-2019 harttle
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
@@ -3516,6 +3516,9 @@
|
||||
registerTag: function registerTag(name, tag) {
|
||||
return this.tag.register(name, tag);
|
||||
},
|
||||
plugin: function plugin(_plugin) {
|
||||
return _plugin.call(this, Liquid);
|
||||
},
|
||||
express: function express(opts) {
|
||||
opts = opts || {};
|
||||
var self = this;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user