dropkiq
Version:
Liquid Expressions Simplified
1 lines • 684 B
JavaScript
;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 token_1=require("./token"),HTMLToken=function(t){function e(e,n,o,r,u){var i=t.call(this,e,n,o,r,u)||this;return i.type="html",i.value=e,i}return __extends(e,t),e.is=function(t){return"html"===t.type},e}(token_1.Token);exports.HTMLToken=HTMLToken;