UNPKG

dropkiq

Version:

Liquid Expressions Simplified

1 lines 764 B
"use strict";var __extends=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}();Object.defineProperty(exports,"__esModule",{value:!0});var delimited_token_1=require("./delimited-token"),OutputToken=function(t){function e(e,n,o,r,u,i,p){var _=t.call(this,e,n,o,r,u,i.trimOutputLeft,i.trimOutputRight,p)||this;return _.type="output",_}return __extends(e,t),e.is=function(t){return"output"===t.type},e}(delimited_token_1.DelimitedToken);exports.OutputToken=OutputToken;