@kosatyi/ejs 0.0.66 → 0.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -492,7 +492,6 @@ function Context(config) {
492
492
  };
493
493
  this.helpers = function (methods) {
494
494
  extend(Scope.prototype, methods || {});
495
- console.log('helpers', Scope.prototype);
496
495
  };
497
496
  function Scope(data) {
498
497
  this[BLOCKS] = {};
package/dist/esm/index.js CHANGED
@@ -546,7 +546,6 @@ function Context(config) {
546
546
 
547
547
  this.helpers = function (methods) {
548
548
  extend(Scope.prototype, methods || {});
549
- console.log('helpers', Scope.prototype);
550
549
  };
551
550
 
552
551
  function Scope(data) {
package/dist/umd/index.js CHANGED
@@ -495,7 +495,6 @@
495
495
  };
496
496
  this.helpers = function (methods) {
497
497
  extend(Scope.prototype, methods || {});
498
- console.log('helpers', Scope.prototype);
499
498
  };
500
499
  function Scope(data) {
501
500
  this[BLOCKS] = {};
@@ -1 +1 @@
1
- !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).ejs={})}(this,(function(e){"use strict";var n={},t=function(){var e=[].slice.call(arguments),n=e.shift();return e.filter(n).pop()},r=function(e){return"function"==typeof e},i=function(e){return"string"==typeof e},o=function(e){return"boolean"==typeof e},u=function(e){return void 0===e},c="[object process]"===Object.prototype.toString.call("undefined"!=typeof process?process:0),a=function(){return c},l={"'":"'","\\":"\\","\r":"r","\n":"n","\t":"t","\u2028":"u2028","\u2029":"u2029"},s={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;"},f=function(e){return new RegExp(["[",Object.keys(e).join(""),"]"].join(""),"g")},h=f(s),p=f(l),b=function(){return(""+(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"")).replace(h,(function(e){return s[e]}))},v=function(e){return(""+e).replace(p,(function(e){return"\\"+l[e]}))},g=function(e,n){var t=e;return null==t?"":!0===n?b(t):t},m=function(e,n){return Boolean(e instanceof n)},w=function(e,n,t){for(var i=e,o=String(n).split("."),u=o.pop(),c=0;c<o.length;c++){var a=o[c];if(r(i.toJSON)&&(i=i.toJSON()),t&&!1===i.hasOwnProperty(a)){i={};break}i=i[a]=i[a]||{}}return r(i.toJSON)&&(i=i.toJSON()),[i,u]},d=function(e,n){var t=e.split(".").pop();return t!==n&&(e=[e,n].join(".")),e},y=function(e){for(var n=arguments.length,t=new Array(n>1?n-1:0),r=1;r<n;r++)t[r-1]=arguments[r];return t.filter((function(e){return e})).reduce((function(e,n){return Object.assign(e,n)}),e)},x=function(){},E=function(e,n){var t;for(t in e)k(e,t)&&n(e[t],t,e)},j=function(e,n){return function(e,n,t){var r=e instanceof Array,i=r?[]:{};return E(e,(function(e,t,o){var c=n(e,t,o);!1===u(c)&&(r?i.push(c):i[t]=c)})),i}(e,(function(e,t){if(-1===n.indexOf(t))return e}))},O=function(e,n,t){return Promise.resolve(e).then(n.bind(t))},k=function(e,n){return e&&e.hasOwnProperty(n)},F={export:"ejsPrecompiled",cache:!0,chokidar:null,path:"views",resolver:null,extension:"ejs",rmWhitespace:!0,withObject:!0,vars:{SCOPE:"ejs",COMPONENT:"ui",EXTEND:"$$e",BUFFER:"$$a",LAYOUT:"$$l",BLOCKS:"$$b",MACRO:"$$m",SAFE:"$$v"},token:{start:"<%",end:"%>",regex:"([\\s\\S]+?)"}},S=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"],B=" ",P='"',R="/",T="<",$=">",C=function(e,n,t){var r=[],i=-1===S.indexOf(e),o=function(e,n,t){var r=[];return E(e,(function(e,t,i){var o=n(e,t,i);!1===u(o)&&r.push(o)})),r}(n,(function(e,n){if(null!=e)return[b(n),[P,b(e),P].join("")].join("=")})).join(B);return r.push([T,e,B,o,$].join("")),t&&r.push(t instanceof Array?t.join(""):t),i&&r.push([T,R,e,$].join("")),r.join("")},N=function(e,n){y(e,{path:t(i,F.path,e.path,n.path),export:t(i,F.export,e.export,n.export),resolver:t(r,F.resolver,e.resolver,n.resolver),extension:t(i,F.extension,e.extension,n.extension),withObject:t(o,F.withObject,e.withObject,n.withObject),rmWhitespace:t(o,F.rmWhitespace,e.rmWhitespace,n.rmWhitespace),cache:t(o,F.cache,e.cache,n.cache),token:y({},F.token,e.token,n.token),vars:y({},F.vars,e.vars,n.vars)})},U="undefined"!=typeof globalThis?globalThis:window||self;function A(e){if(!1===m(this,A))return new A;var n={enabled:!0,list:{}};this.configure=function(e){n.enabled=e.cache,!1===a()&&this.load(U[e.export])},this.clear=function(){n.list={}},this.load=function(e){return n.enabled&&y(n.list,e||{}),this},this.get=function(e){if(n.enabled)return n.list[e]},this.set=function(e,t){return n.enabled&&(n.list[e]=t),this},this.resolve=function(e){return Promise.resolve(this.get(e))},this.remove=function(e){delete n.list[e]},this.exist=function(e){return k(n.list,e)}}var M=[{symbol:"-",format:function(e){return"')\n".concat(this.BUFFER,"(").concat(this.SAFE,"(").concat(e,",1))\n").concat(this.BUFFER,"('")}},{symbol:"=",format:function(e){return"')\n".concat(this.BUFFER,"(").concat(this.SAFE,"(").concat(e,"))\n").concat(this.BUFFER,"('")}},{symbol:"#",format:function(e){return"')\n/**".concat(e,"**/\n").concat(this.BUFFER,"('")}},{symbol:"",format:function(e){return"')\n".concat(e.trim(),"\n").concat(this.BUFFER,"('")}}];function L(e){if(!1===m(this,L))return new L(e);var n={};this.configure=function(e){n.withObject=e.withObject,n.rmWhitespace=e.rmWhitespace,n.token=e.token,n.vars=e.vars,n.matches=[],n.formats=[],n.slurp={match:"[ \\t]*",start:[n.token.start,"_"],end:["_",n.token.end]},M.forEach((function(e){n.matches.push(n.token.start.concat(e.symbol).concat(n.token.regex).concat(n.token.end)),n.formats.push(e.format.bind(n.vars))})),n.regex=new RegExp(n.matches.join("|").concat("|$"),"g"),n.slurpStart=new RegExp([n.slurp.match,n.slurp.start.join("")].join(""),"gm"),n.slurpEnd=new RegExp([n.slurp.end.join(""),n.slurp.match].join(""),"gm")},this.compile=function(e,t){var r=n.vars,i=r.SCOPE,o=r.SAFE,u=r.BUFFER,c=r.COMPONENT;n.rmWhitespace&&(e=e.replace(/[\r\n]+/g,"\n").replace(/^\s+|\s+$/gm,"")),e=e.replace(n.slurpStart,n.token.start).replace(n.slurpEnd,n.token.end);var a,l,s,f="".concat(u,"('");a=n.regex,l=function(t,r,i){f+=v(e.slice(r,i)),t.forEach((function(e,t){e&&(f+=n.formats[t](e))}))},s=0,e.replace(a,(function(){var e=[].slice.call(arguments,0,-1),n=e.pop(),t=e.shift();return l(e,s,n),s=n+t.length,t})),f="try{".concat(f+="');","}catch(e){console.info(e)}"),n.withObject&&(f="with(".concat(i,"){").concat(f,"}")),f="".concat(u,".start();").concat(f,"return ").concat(u,".end();"),f+="\n//# sourceURL=".concat(t);var h=null;try{(h=new Function(i,c,u,o,f)).source="(function(".concat(i,",").concat(c,",").concat(u,",").concat(o,"){\n").concat(f,"\n})")}catch(e){throw e.filename=t,e.source=f,e}return h},this.configure(e)}var W=function(e,n){return n=(n=[e,n].join("/")).replace(/\/\//g,"/")},J=function(e,n){return fetch(W(e,n)).then((function(e){return e.text()}))},_=function(e,t){return new Promise((function(r,i){n.readFile(W(e,t),(function(e,n){e?i(e):r(n.toString())}))}))},q=function(e){return r(e)?e:a()?_:J};function D(e,n,t){if(!1===m(this,D))return new D(e,n,t);if(!1===m(n,A))throw new TypeError("cache is not instance of Cache");if(!1===m(t,L))throw new TypeError("compiler is not instance of Compiler");var i={},o=function(e,t){return n.set(e,t),t},u=function(e){return i.resolver(i.path,e)};this.configure=function(e){i.path=e.path,i.cache=e.cache,i.resolver=q(e.resolver)},this.get=function(e){return n.exist(e)?n.resolve(e):o(e,u(e).then((function(n){return o(e,function(e,n){return r(e)?e:t.compile(e,n)}(n,e))})))},this.configure(e)}function K(e,n,t){return(n=function(e){var n=function(e,n){if("object"!=typeof e||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var r=t.call(e,n||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===n?String:Number)(e)}(e,"string");return"symbol"==typeof n?n:String(n)}(n))in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function X(e){return Promise.all(e||[]).then((function(e){return e.join("")}))}function Y(){var e=[],n=[];function t(e){n.push(e)}return t.start=function(){n=[]},t.backup=function(){e.push(n.concat()),n=[]},t.restore=function(){var t=n.concat();return n=e.pop(),X(t)},t.error=function(e){throw e},t.end=function(){return X(n)},t}function V(e){if(!1===m(this,V))return new V(e);this.configure=function(e,n){var t,o=e.vars,u=o.BLOCKS,c=o.MACRO,a=o.EXTEND,l=o.LAYOUT,s=o.BUFFER,f=o.COMPONENT;function h(e){this[u]={},this[c]={},y(this,e||{})}this.create=function(e){return new h(e)},this.helpers=function(e){y(h.prototype,e||{}),console.log("helpers",h.prototype)},h.prototype=y({},n||{}),Object.defineProperties(h.prototype,(K(t={},s,{value:Y(),writable:!0,configurable:!1,enumerable:!1}),K(t,u,{value:{},writable:!0,configurable:!1,enumerable:!1}),K(t,c,{value:{},writable:!0,configurable:!1,enumerable:!1}),K(t,l,{value:!1,writable:!0,configurable:!1,enumerable:!1}),K(t,a,{value:!1,writable:!0,configurable:!1,enumerable:!1}),K(t,"getMacro",{value:function(){return this[c]},writable:!1,configurable:!1,enumerable:!1}),K(t,"getBuffer",{value:function(){return this[s]},writable:!1,configurable:!1,enumerable:!1}),K(t,"getComponent",{value:function(){var e=this;return f in e?function(){return e[f].apply(e,arguments)}:function(){console.log("%s function not defined",f)}},writable:!1,configurable:!1,enumerable:!1}),K(t,"getBlocks",{value:function(){return this[u]},writable:!1,configurable:!1,enumerable:!1}),K(t,"setExtend",{value:function(e){this[a]=e},writable:!1,configurable:!1,enumerable:!1}),K(t,"getExtend",{value:function(){return this[a]},writable:!1,configurable:!1,enumerable:!1}),K(t,"setLayout",{value:function(e){this[l]=e},writable:!1,configurable:!1,enumerable:!1}),K(t,"getLayout",{value:function(){return this[l]},writable:!1,configurable:!1,enumerable:!1}),K(t,"clone",{value:function(e){var n=[l,a,s];return!0===e&&n.push(u),j(this,n)},writable:!1,configurable:!1,enumerable:!1}),K(t,"extend",{value:function(e){this.setExtend(!0),this.setLayout(e)},writable:!1,configurable:!1,enumerable:!1}),K(t,"echo",{value:function(e){var n=this.getBuffer();[].slice.call(arguments).forEach(n)},writable:!1,configurable:!1,enumerable:!1}),K(t,"fn",{value:function(e){var n=this.getBuffer(),t=this;return function(){return n.backup(),r(e)&&e.apply(t,arguments),n.restore()}},writable:!1,configurable:!1,enumerable:!1}),K(t,"get",{value:function(e,n){var t=w(this,e,!0),r=t.shift(),i=t.pop();return k(r,i)?r[i]:n},writable:!1,configurable:!1,enumerable:!1}),K(t,"set",{value:function(e,n){var t=w(this,e,!1),r=t.shift(),i=t.pop();return this.getExtend()&&k(r,i)?r[i]:r[i]=n},writable:!1,configurable:!1,enumerable:!1}),K(t,"macro",{value:function(e,n){var t=this.getMacro(),r=this.fn(n),i=this;t[e]=function(){return i.echo(r.apply(void 0,arguments))}},writable:!1,configurable:!1,enumerable:!1}),K(t,"call",{value:function(e){var n=this.getMacro()[e],t=[].slice.call(arguments,1);if(r(n))return n.apply(n,t)},writable:!1,configurable:!1,enumerable:!1}),K(t,"block",{value:function(e,n){var t=this,r=this.getBlocks();if(r[e]=r[e]||[],r[e].push(this.fn(n)),!this.getExtend()){var i=Object.assign([],r[e]),o=function(){return i.shift()};this.echo(o()(function e(){var n=o();return n?function(){t.echo(n(e()))}:x}()))}},writable:!1,configurable:!1,enumerable:!1}),K(t,"include",{value:function(e,n,t){var r=!1===t?{}:this.clone(!0),i=y(r,n||{}),o=this.render(e,i);this.echo(o)},writable:!1,configurable:!1,enumerable:!1}),K(t,"use",{value:function(e,n){var t=this.require(e);this.echo(O(t,(function(e){var t=this.getMacro();E(e,(function(e,r){t[[n,r].join(".")]=e}))}),this))},writable:!1,configurable:!1,enumerable:!1}),K(t,"async",{value:function(e,n){this.echo(O(e,(function(e){return this.fn(n)(e)}),this))},writable:!1,configurable:!1,enumerable:!1}),K(t,"each",{value:function(e,n){i(e)&&(e=this.get(e,[])),E(e,n)},writable:!1,configurable:!1,enumerable:!1}),K(t,"element",{value:function(e,n,t){return C(e,n,t)}}),K(t,"el",{value:function(e,n,t){r(t)&&(t=this.fn(t)()),this.echo(O(t,(function(t){return this.element(e,n,t)}),this))},writable:!1,configurable:!1,enumerable:!1}),t))},this.configure(e)}function z(e){if(!1===m(this,z))return new z(e);var n={},t={};N(t,e||{});var r=new V(t),i=new L(t),o=new A,u=new D(t,o,i),c=function(e,n){return u.get(e).then((function(e){return e.call(n,n,n.getComponent(),n.getBuffer(),g)}))},a=function e(n,i){var o=d(n,t.extension),u=r.create(i);return c(o,u).then((function(n){if(u.getExtend()){u.setExtend(!1);var t=u.getLayout(),r=u.clone();return e(t,r)}return n}))};return this.configure=function(e){return N(t,e=e||{}),r.configure(t,n),i.configure(t),o.configure(t),u.configure(t),t},this.render=function(e,n){return a(e,n)},this.helpers=function(e){r.helpers(y(n,e))},this.preload=function(e){return o.load(e||{})},this.create=function(e){return new z(e)},this.compile=function(e,n){return i.compile(e,n)},this.context=function(e){return r.create(e)},this.helpers({require:function(e){var n=d(e,t.extension),i=r.create({});return c(n,i).then((function(){return i.getMacro()}))},render:a}),this}var G=new z,H=G.render,I=G.context,Q=G.compile,Z=G.helpers,ee=G.preload,ne=G.configure,te=G.create;e.EJS=z,e.__express=function(e,u,c){r(u)&&(c=u,u={});var a=y({},(u=u||{}).settings),l=t(i,F.path,a.views),s=t(o,F.cache,a["view cache"]),f=y({},a["view options"]),h=n.relative(l,e);return f.path=l,f.cache=s,ne(f),H(h,u).then((function(e){c(null,e)})).catch((function(e){c(e)}))},e.compile=Q,e.configure=ne,e.context=I,e.create=te,e.element=C,e.helpers=Z,e.preload=ee,e.render=H,e.safeValue=g}));
1
+ !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).ejs={})}(this,(function(e){"use strict";var n={},t=function(){var e=[].slice.call(arguments),n=e.shift();return e.filter(n).pop()},r=function(e){return"function"==typeof e},i=function(e){return"string"==typeof e},o=function(e){return"boolean"==typeof e},u=function(e){return void 0===e},c="[object process]"===Object.prototype.toString.call("undefined"!=typeof process?process:0),a=function(){return c},l={"'":"'","\\":"\\","\r":"r","\n":"n","\t":"t","\u2028":"u2028","\u2029":"u2029"},s={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;"},f=function(e){return new RegExp(["[",Object.keys(e).join(""),"]"].join(""),"g")},h=f(s),p=f(l),b=function(){return(""+(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"")).replace(h,(function(e){return s[e]}))},v=function(e){return(""+e).replace(p,(function(e){return"\\"+l[e]}))},g=function(e,n){var t=e;return null==t?"":!0===n?b(t):t},m=function(e,n){return Boolean(e instanceof n)},w=function(e,n,t){for(var i=e,o=String(n).split("."),u=o.pop(),c=0;c<o.length;c++){var a=o[c];if(r(i.toJSON)&&(i=i.toJSON()),t&&!1===i.hasOwnProperty(a)){i={};break}i=i[a]=i[a]||{}}return r(i.toJSON)&&(i=i.toJSON()),[i,u]},d=function(e,n){var t=e.split(".").pop();return t!==n&&(e=[e,n].join(".")),e},y=function(e){for(var n=arguments.length,t=new Array(n>1?n-1:0),r=1;r<n;r++)t[r-1]=arguments[r];return t.filter((function(e){return e})).reduce((function(e,n){return Object.assign(e,n)}),e)},x=function(){},E=function(e,n){var t;for(t in e)k(e,t)&&n(e[t],t,e)},j=function(e,n){return function(e,n,t){var r=e instanceof Array,i=r?[]:{};return E(e,(function(e,t,o){var c=n(e,t,o);!1===u(c)&&(r?i.push(c):i[t]=c)})),i}(e,(function(e,t){if(-1===n.indexOf(t))return e}))},O=function(e,n,t){return Promise.resolve(e).then(n.bind(t))},k=function(e,n){return e&&e.hasOwnProperty(n)},F={export:"ejsPrecompiled",cache:!0,chokidar:null,path:"views",resolver:null,extension:"ejs",rmWhitespace:!0,withObject:!0,vars:{SCOPE:"ejs",COMPONENT:"ui",EXTEND:"$$e",BUFFER:"$$a",LAYOUT:"$$l",BLOCKS:"$$b",MACRO:"$$m",SAFE:"$$v"},token:{start:"<%",end:"%>",regex:"([\\s\\S]+?)"}},S=["area","base","br","col","embed","hr","img","input","link","meta","param","source","track","wbr"],B=" ",P='"',R="/",T="<",$=">",C=function(e,n,t){var r=[],i=-1===S.indexOf(e),o=function(e,n,t){var r=[];return E(e,(function(e,t,i){var o=n(e,t,i);!1===u(o)&&r.push(o)})),r}(n,(function(e,n){if(null!=e)return[b(n),[P,b(e),P].join("")].join("=")})).join(B);return r.push([T,e,B,o,$].join("")),t&&r.push(t instanceof Array?t.join(""):t),i&&r.push([T,R,e,$].join("")),r.join("")},N=function(e,n){y(e,{path:t(i,F.path,e.path,n.path),export:t(i,F.export,e.export,n.export),resolver:t(r,F.resolver,e.resolver,n.resolver),extension:t(i,F.extension,e.extension,n.extension),withObject:t(o,F.withObject,e.withObject,n.withObject),rmWhitespace:t(o,F.rmWhitespace,e.rmWhitespace,n.rmWhitespace),cache:t(o,F.cache,e.cache,n.cache),token:y({},F.token,e.token,n.token),vars:y({},F.vars,e.vars,n.vars)})},U="undefined"!=typeof globalThis?globalThis:window||self;function A(e){if(!1===m(this,A))return new A;var n={enabled:!0,list:{}};this.configure=function(e){n.enabled=e.cache,!1===a()&&this.load(U[e.export])},this.clear=function(){n.list={}},this.load=function(e){return n.enabled&&y(n.list,e||{}),this},this.get=function(e){if(n.enabled)return n.list[e]},this.set=function(e,t){return n.enabled&&(n.list[e]=t),this},this.resolve=function(e){return Promise.resolve(this.get(e))},this.remove=function(e){delete n.list[e]},this.exist=function(e){return k(n.list,e)}}var M=[{symbol:"-",format:function(e){return"')\n".concat(this.BUFFER,"(").concat(this.SAFE,"(").concat(e,",1))\n").concat(this.BUFFER,"('")}},{symbol:"=",format:function(e){return"')\n".concat(this.BUFFER,"(").concat(this.SAFE,"(").concat(e,"))\n").concat(this.BUFFER,"('")}},{symbol:"#",format:function(e){return"')\n/**".concat(e,"**/\n").concat(this.BUFFER,"('")}},{symbol:"",format:function(e){return"')\n".concat(e.trim(),"\n").concat(this.BUFFER,"('")}}];function L(e){if(!1===m(this,L))return new L(e);var n={};this.configure=function(e){n.withObject=e.withObject,n.rmWhitespace=e.rmWhitespace,n.token=e.token,n.vars=e.vars,n.matches=[],n.formats=[],n.slurp={match:"[ \\t]*",start:[n.token.start,"_"],end:["_",n.token.end]},M.forEach((function(e){n.matches.push(n.token.start.concat(e.symbol).concat(n.token.regex).concat(n.token.end)),n.formats.push(e.format.bind(n.vars))})),n.regex=new RegExp(n.matches.join("|").concat("|$"),"g"),n.slurpStart=new RegExp([n.slurp.match,n.slurp.start.join("")].join(""),"gm"),n.slurpEnd=new RegExp([n.slurp.end.join(""),n.slurp.match].join(""),"gm")},this.compile=function(e,t){var r=n.vars,i=r.SCOPE,o=r.SAFE,u=r.BUFFER,c=r.COMPONENT;n.rmWhitespace&&(e=e.replace(/[\r\n]+/g,"\n").replace(/^\s+|\s+$/gm,"")),e=e.replace(n.slurpStart,n.token.start).replace(n.slurpEnd,n.token.end);var a,l,s,f="".concat(u,"('");a=n.regex,l=function(t,r,i){f+=v(e.slice(r,i)),t.forEach((function(e,t){e&&(f+=n.formats[t](e))}))},s=0,e.replace(a,(function(){var e=[].slice.call(arguments,0,-1),n=e.pop(),t=e.shift();return l(e,s,n),s=n+t.length,t})),f="try{".concat(f+="');","}catch(e){console.info(e)}"),n.withObject&&(f="with(".concat(i,"){").concat(f,"}")),f="".concat(u,".start();").concat(f,"return ").concat(u,".end();"),f+="\n//# sourceURL=".concat(t);var h=null;try{(h=new Function(i,c,u,o,f)).source="(function(".concat(i,",").concat(c,",").concat(u,",").concat(o,"){\n").concat(f,"\n})")}catch(e){throw e.filename=t,e.source=f,e}return h},this.configure(e)}var W=function(e,n){return n=(n=[e,n].join("/")).replace(/\/\//g,"/")},J=function(e,n){return fetch(W(e,n)).then((function(e){return e.text()}))},_=function(e,t){return new Promise((function(r,i){n.readFile(W(e,t),(function(e,n){e?i(e):r(n.toString())}))}))},q=function(e){return r(e)?e:a()?_:J};function D(e,n,t){if(!1===m(this,D))return new D(e,n,t);if(!1===m(n,A))throw new TypeError("cache is not instance of Cache");if(!1===m(t,L))throw new TypeError("compiler is not instance of Compiler");var i={},o=function(e,t){return n.set(e,t),t},u=function(e){return i.resolver(i.path,e)};this.configure=function(e){i.path=e.path,i.cache=e.cache,i.resolver=q(e.resolver)},this.get=function(e){return n.exist(e)?n.resolve(e):o(e,u(e).then((function(n){return o(e,function(e,n){return r(e)?e:t.compile(e,n)}(n,e))})))},this.configure(e)}function K(e,n,t){return(n=function(e){var n=function(e,n){if("object"!=typeof e||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var r=t.call(e,n||"default");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===n?String:Number)(e)}(e,"string");return"symbol"==typeof n?n:String(n)}(n))in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e}function X(e){return Promise.all(e||[]).then((function(e){return e.join("")}))}function Y(){var e=[],n=[];function t(e){n.push(e)}return t.start=function(){n=[]},t.backup=function(){e.push(n.concat()),n=[]},t.restore=function(){var t=n.concat();return n=e.pop(),X(t)},t.error=function(e){throw e},t.end=function(){return X(n)},t}function V(e){if(!1===m(this,V))return new V(e);this.configure=function(e,n){var t,o=e.vars,u=o.BLOCKS,c=o.MACRO,a=o.EXTEND,l=o.LAYOUT,s=o.BUFFER,f=o.COMPONENT;function h(e){this[u]={},this[c]={},y(this,e||{})}this.create=function(e){return new h(e)},this.helpers=function(e){y(h.prototype,e||{})},h.prototype=y({},n||{}),Object.defineProperties(h.prototype,(K(t={},s,{value:Y(),writable:!0,configurable:!1,enumerable:!1}),K(t,u,{value:{},writable:!0,configurable:!1,enumerable:!1}),K(t,c,{value:{},writable:!0,configurable:!1,enumerable:!1}),K(t,l,{value:!1,writable:!0,configurable:!1,enumerable:!1}),K(t,a,{value:!1,writable:!0,configurable:!1,enumerable:!1}),K(t,"getMacro",{value:function(){return this[c]},writable:!1,configurable:!1,enumerable:!1}),K(t,"getBuffer",{value:function(){return this[s]},writable:!1,configurable:!1,enumerable:!1}),K(t,"getComponent",{value:function(){var e=this;return f in e?function(){return e[f].apply(e,arguments)}:function(){console.log("%s function not defined",f)}},writable:!1,configurable:!1,enumerable:!1}),K(t,"getBlocks",{value:function(){return this[u]},writable:!1,configurable:!1,enumerable:!1}),K(t,"setExtend",{value:function(e){this[a]=e},writable:!1,configurable:!1,enumerable:!1}),K(t,"getExtend",{value:function(){return this[a]},writable:!1,configurable:!1,enumerable:!1}),K(t,"setLayout",{value:function(e){this[l]=e},writable:!1,configurable:!1,enumerable:!1}),K(t,"getLayout",{value:function(){return this[l]},writable:!1,configurable:!1,enumerable:!1}),K(t,"clone",{value:function(e){var n=[l,a,s];return!0===e&&n.push(u),j(this,n)},writable:!1,configurable:!1,enumerable:!1}),K(t,"extend",{value:function(e){this.setExtend(!0),this.setLayout(e)},writable:!1,configurable:!1,enumerable:!1}),K(t,"echo",{value:function(e){var n=this.getBuffer();[].slice.call(arguments).forEach(n)},writable:!1,configurable:!1,enumerable:!1}),K(t,"fn",{value:function(e){var n=this.getBuffer(),t=this;return function(){return n.backup(),r(e)&&e.apply(t,arguments),n.restore()}},writable:!1,configurable:!1,enumerable:!1}),K(t,"get",{value:function(e,n){var t=w(this,e,!0),r=t.shift(),i=t.pop();return k(r,i)?r[i]:n},writable:!1,configurable:!1,enumerable:!1}),K(t,"set",{value:function(e,n){var t=w(this,e,!1),r=t.shift(),i=t.pop();return this.getExtend()&&k(r,i)?r[i]:r[i]=n},writable:!1,configurable:!1,enumerable:!1}),K(t,"macro",{value:function(e,n){var t=this.getMacro(),r=this.fn(n),i=this;t[e]=function(){return i.echo(r.apply(void 0,arguments))}},writable:!1,configurable:!1,enumerable:!1}),K(t,"call",{value:function(e){var n=this.getMacro()[e],t=[].slice.call(arguments,1);if(r(n))return n.apply(n,t)},writable:!1,configurable:!1,enumerable:!1}),K(t,"block",{value:function(e,n){var t=this,r=this.getBlocks();if(r[e]=r[e]||[],r[e].push(this.fn(n)),!this.getExtend()){var i=Object.assign([],r[e]),o=function(){return i.shift()};this.echo(o()(function e(){var n=o();return n?function(){t.echo(n(e()))}:x}()))}},writable:!1,configurable:!1,enumerable:!1}),K(t,"include",{value:function(e,n,t){var r=!1===t?{}:this.clone(!0),i=y(r,n||{}),o=this.render(e,i);this.echo(o)},writable:!1,configurable:!1,enumerable:!1}),K(t,"use",{value:function(e,n){var t=this.require(e);this.echo(O(t,(function(e){var t=this.getMacro();E(e,(function(e,r){t[[n,r].join(".")]=e}))}),this))},writable:!1,configurable:!1,enumerable:!1}),K(t,"async",{value:function(e,n){this.echo(O(e,(function(e){return this.fn(n)(e)}),this))},writable:!1,configurable:!1,enumerable:!1}),K(t,"each",{value:function(e,n){i(e)&&(e=this.get(e,[])),E(e,n)},writable:!1,configurable:!1,enumerable:!1}),K(t,"element",{value:function(e,n,t){return C(e,n,t)}}),K(t,"el",{value:function(e,n,t){r(t)&&(t=this.fn(t)()),this.echo(O(t,(function(t){return this.element(e,n,t)}),this))},writable:!1,configurable:!1,enumerable:!1}),t))},this.configure(e)}function z(e){if(!1===m(this,z))return new z(e);var n={},t={};N(t,e||{});var r=new V(t),i=new L(t),o=new A,u=new D(t,o,i),c=function(e,n){return u.get(e).then((function(e){return e.call(n,n,n.getComponent(),n.getBuffer(),g)}))},a=function e(n,i){var o=d(n,t.extension),u=r.create(i);return c(o,u).then((function(n){if(u.getExtend()){u.setExtend(!1);var t=u.getLayout(),r=u.clone();return e(t,r)}return n}))};return this.configure=function(e){return N(t,e=e||{}),r.configure(t,n),i.configure(t),o.configure(t),u.configure(t),t},this.render=function(e,n){return a(e,n)},this.helpers=function(e){r.helpers(y(n,e))},this.preload=function(e){return o.load(e||{})},this.create=function(e){return new z(e)},this.compile=function(e,n){return i.compile(e,n)},this.context=function(e){return r.create(e)},this.helpers({require:function(e){var n=d(e,t.extension),i=r.create({});return c(n,i).then((function(){return i.getMacro()}))},render:a}),this}var G=new z,H=G.render,I=G.context,Q=G.compile,Z=G.helpers,ee=G.preload,ne=G.configure,te=G.create;e.EJS=z,e.__express=function(e,u,c){r(u)&&(c=u,u={});var a=y({},(u=u||{}).settings),l=t(i,F.path,a.views),s=t(o,F.cache,a["view cache"]),f=y({},a["view options"]),h=n.relative(l,e);return f.path=l,f.cache=s,ne(f),H(h,u).then((function(e){c(null,e)})).catch((function(e){c(e)}))},e.compile=Q,e.configure=ne,e.context=I,e.create=te,e.element=C,e.helpers=Z,e.preload=ee,e.render=H,e.safeValue=g}));
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "EJS Templates",
4
4
  "homepage": "https://github.com/kosatyi/ejs",
5
5
  "type": "module",
6
- "version": "0.0.66",
6
+ "version": "0.0.68",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.js",
9
9
  "browser": "dist/umd/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "files": [
23
23
  "dist",
24
- "type"
24
+ "types"
25
25
  ],
26
26
  "scripts": {
27
27
  "build": "rollup -c",
@@ -0,0 +1,103 @@
1
+ declare global {
2
+ export namespace ejs {
3
+ /**
4
+ * extend layout with blocks in current template file
5
+ * @param layout
6
+ */
7
+ function extend(layout: string): any
8
+
9
+ /**
10
+ * define block with custom **name** and callback
11
+ * @param name
12
+ * @param [callback]
13
+ */
14
+ function block(name: string, callback?: Function): any
15
+
16
+ /**
17
+ * set property in current scope
18
+ * @param path
19
+ * @param value
20
+ */
21
+ function set(path: string, value: any): any
22
+
23
+ /**
24
+ * get property in current scope
25
+ * @param path
26
+ * @param defaults
27
+ */
28
+ function get(path: string, defaults?: any): any
29
+
30
+ /**
31
+ * import macro from file **path** and set to current scope **name** property
32
+ * @param path
33
+ * @param name
34
+ */
35
+ function use(path: string, name: string): any
36
+
37
+ /**
38
+ * define macro function with custom **name**
39
+ * @param name
40
+ * @param callback
41
+ */
42
+ function macro(name: string, callback: any): any
43
+
44
+ /**
45
+ * call macro function
46
+ * @param name
47
+ * @param props
48
+ * @param callback
49
+ */
50
+ function call(name: string, props?: object, callback?: any): any
51
+
52
+ /**
53
+ * asynchronous template execution
54
+ * @param promise
55
+ * @param callback
56
+ */
57
+ function async(promise: Promise<any>, callback?: any): any
58
+
59
+ /**
60
+ * asynchronous template execution
61
+ * @param callback
62
+ */
63
+ function fn(callback: Function): any
64
+
65
+ /**
66
+ *
67
+ * @param {string} tag
68
+ * @param {object} attrs
69
+ * @param {function} content
70
+ */
71
+ function el(tag: string, attrs?: object, content?: any): any
72
+
73
+ /**
74
+ * buffer output
75
+ * @param args
76
+ */
77
+ function echo(...args: any[]): any
78
+
79
+ /**
80
+ * append rendered template from file
81
+ * @param path
82
+ * @param data
83
+ * @param cx
84
+ */
85
+ function include(path: string, data?: object, cx?: boolean): any
86
+
87
+ /**
88
+ *
89
+ * @param value
90
+ * @param callback
91
+ */
92
+ function each(value: any, callback: Function): any
93
+
94
+ /**
95
+ * define block with custom **name** and callback
96
+ * @param {string} name
97
+ * @param {object} [props]
98
+ */
99
+ function ui(name: string, props?: object): any
100
+ }
101
+ }
102
+
103
+ export = global