@maka/maka-cli 4.7.21 → 4.7.23
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/README.md +2 -0
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/README.md +2 -0
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/meteor/project/package.json +3 -2
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a97u=a97d;(function(a,b){const q=a97d,c=a();while(!![]){try{const d
|
|
1
|
+
const a97u=a97d;(function(a,b){const q=a97d,c=a();while(!![]){try{const d=-parseInt(q(0x1e6))/0x1*(-parseInt(q(0x1e0))/0x2)+parseInt(q(0x1db))/0x3*(-parseInt(q(0x22b))/0x4)+-parseInt(q(0x233))/0x5*(parseInt(q(0x1fe))/0x6)+parseInt(q(0x205))/0x7+parseInt(q(0x1f5))/0x8+parseInt(q(0x206))/0x9+-parseInt(q(0x227))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x3652e));const a97b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a97d;if(c){const e=c[r(0x1ec)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){const s=a97d;return a97a[s(0x213)]()[s(0x21d)](s(0x1f0))['toString']()[s(0x1f2)](a97a)['search']('(((.+)+)+)+$');});a97a();import a97e from'path';import a97f from'cli-table';function a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0x1cd;let f=c[d];return f;},a97d(a,b);}import{paramCase}from'change-case';import a97g from'./generators/maka.gen.js';import{Log,ColorMode}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError,UsageErrorWithSubs}from'./error.js';let _prevGen='';function a97c(){const G=['347412sRFDhn','slice','aliases','Alias','exit','324572PcptGk','split','shortDesc','Too\x20many\x20options','light','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','2HhGRpU','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','notice','both','push','Client','apply','lib','includes','help','(((.+)+)+)+$','function','constructor','LIGHT','Too\x20few\x20options','962992dBGwZx','_handler','checkWhere','validateEngines','keys','length','join','Both','addGenerator\x20requires\x20a\x20Generator\x20instance','1008unFeUr','assign','Server','sep','localeCompare','replace','minArgLength','1138858GnmQuR','2356983CEkImr','create','chdir','client','processAndRunGenerator','usage','getGlobalConfig','minOptsLength','maxOptsLength','requiredEngines','bind','Generator.create\x20requires\x20some\x20options!','invoke','toString','find','validateMakaProject','listGenerators','server','list','addGenerator','map','sort','options','search','Generators:','There\x20is\x20no\x20Meteor\x20application\x20here','validateMeteorInstall','Generator\x20format\x20is\x20incorrect','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','pallet','colLocAnswer','No\x20resource\x20name\x20specified','handleGenerateError','1842930XYfjJg','error','\x20not\x20found','mustHaveMeteorInstalled','4Yhkosm','call','tableList','number','DARK','appPathPrefix','dir','name','10325rwPOsj','validateMakaSubscription','setColorMode','Generator.create\x20requires\x20a\x20handler\x20function!','validateParams','maxArgLength','Generator\x20not\x20found','Too\x20few\x20arguments','resourceName','Too\x20many\x20arguments','_generators','Please\x20run\x20\x22maka\x20install\x20meteor\x22','where','Generator\x20','fsi'];a97c=function(){return G;};return a97c();}async function inside(a='.',b){const t=a97d,c=process['cwd']();let d=null;try{process['chdir'](a),d=await b();}finally{process[t(0x208)](c);}return d;}export class Generator extends Tool{['options'];[a97u(0x1d6)];constructor(a,b){const v=a97u;super();if(!a)throw new Error(v(0x222));if(!a[v(0x232)])throw new Error('Generator\x20requires\x20a\x20name');if(typeof b!==v(0x1f1))throw new Error('Generator\x20requires\x20a\x20handler\x20function');this['_generators']=[],this[v(0x21c)]=Object[v(0x1ff)]({},a),this['name']=this[v(0x21c)][v(0x232)],this['_handler']=b[v(0x210)](this);}static[a97u(0x207)](a,b,c){const w=a97u;if(!a)throw new Error(w(0x211));if(typeof b!==w(0x1f1))throw new Error(w(0x1cf));const d=new Generator(a,b);return c=c||a97g,Object['assign'](d,{'parent':c?.[w(0x21c)]?.['name']}),c[w(0x219)](d),d;}[a97u(0x219)](a){const x=a97u;if(!(a instanceof Generator))throw new Error(x(0x1fd));this['_generators']['push'](a);}async[a97u(0x20a)](a,b=[],c={}){const y=a97u;let d;try{const f=a?.['split'](':');if(!f||f[y(0x1fa)]===0x0)throw y(0x221);let g=this[y(0x1d6)],h;for(const i of f){h=g[y(0x214)](j=>j['match'](i));if(!h)throw y(0x1d9)+i+y(0x229);await this[y(0x1cd)](h),g=h[y(0x1d6)];}if(h)d=await h[y(0x212)](b,c);else throw y(0x1d2);}catch(j){Log[y(0x228)](j);}return d;}async[a97u(0x212)](a,b){const z=a97u,c=a[z(0x1dc)]();b['resourceName']=c[0x0];try{const d=await this[z(0x1da)][z(0x20c)](),f=d[z(0x223)]===z(0x1e4)?ColorMode[z(0x1f3)]:ColorMode[z(0x22f)];Log[z(0x1ce)](f),await this[z(0x1cd)](this);const g=a[0x0]===_prevGen||a[z(0x1fa)]===0x0&&this[z(0x1d6)][z(0x1fa)]>=0x0,h=b[z(0x1ef)]||b['h'];if(g&&h){if(this[z(0x1d6)][z(0x1fa)]>0x0)throw new UsageErrorWithSubs();throw new UsageError();}if(!h){if(this[z(0x21c)]['mustBeInMakaProject']){const i=this[z(0x215)]();if(!i)throw new MustBeInProjectError();}if(this[z(0x21c)][z(0x22a)]){const j=this[z(0x220)]();if(!j)throw new NoMeteorFoundError();}if(typeof this[z(0x21c)][z(0x204)]===z(0x22e)){if(a['length']<this[z(0x21c)][z(0x204)]){Log[z(0x228)](z(0x1d3));throw new UsageError();}}if(typeof this['options'][z(0x1d1)]===z(0x22e)){if(a[z(0x1fa)]>this[z(0x21c)][z(0x1d1)]){Log[z(0x228)](z(0x1d5));throw new UsageError();}}if(typeof this['options'][z(0x20d)]===z(0x22e)){if(Object[z(0x1f9)](b)[z(0x1fa)]<this[z(0x21c)][z(0x20d)]){Log['error'](z(0x1f4));throw new UsageError();}}if(typeof this[z(0x21c)]['maxOptsLength']===z(0x22e)){if(Object[z(0x1f9)](b)[z(0x1fa)]>=this[z(0x21c)][z(0x20e)]){Log[z(0x228)](z(0x1e3));throw new UsageError();}}}this[z(0x21c)]['requiredEngines']&&this[z(0x1f8)](this['options'][z(0x20f)]);await this[z(0x1d0)](a,b,this[z(0x21c)]);if(!b[z(0x1d4)]&&!this[z(0x21c)]['noNeedResource']){Log['error'](z(0x225));throw new UsageError();}_prevGen=a[0x0];}catch(k){this[z(0x226)](k),process[z(0x1df)](0x1);}return await inside(b['cwd'],async()=>{const A=z;try{if(!b['root']&&!this[A(0x1da)]['findProjectDirectory']())throw new MustBeInProjectError();const l=b['resourceName']?.[A(0x203)](/\\/g,'/')[A(0x1e1)]('/');!b[A(0x231)]&&(l?.[A(0x1fa)]>0x1?(b[A(0x1d4)]=l['pop'](),c[0x0]=b[A(0x1d4)],b[A(0x231)]=l[A(0x21a)](m=>{return paramCase(m);})[A(0x1fb)](a97e[A(0x201)])):b[A(0x231)]='');if(this[A(0x21c)][A(0x1f7)]){if(!b[A(0x1d8)]){const n={'type':A(0x218),'name':A(0x224),'message':'Location','choices':[{'name':A(0x1eb),'value':A(0x209)},{'name':A(0x200),'value':A(0x217)},{'name':A(0x1fc),'value':A(0x1e9)}]},{colLocAnswer:o}=await Actions[A(0x21c)](n);o?b['where']=o:b[A(0x1d8)]=A(0x1e9);}const m=[A(0x1e9),A(0x209),A(0x217)];if(!m[A(0x1ee)](b[A(0x1d8)])){Log['error']('--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27');throw new UsageError();}switch(b[A(0x1d8)]){case A(0x1e9):b['appPathPrefix']=A(0x1ed);break;case A(0x217):b[A(0x230)]=A(0x217);break;case'client':b[A(0x230)]=A(0x209);break;default:b[A(0x230)]='';}}return await this[A(0x1f6)][A(0x22c)](this,c,b);}catch(p){this[A(0x226)](p);}});}[a97u(0x216)](){const B=a97u;this[B(0x22d)](this[B(0x1d6)]);}[a97u(0x226)](a){const C=a97u,{usage:usage='',description:description='',examples:examples=[],shortDesc:b,requiredOpts:requiredOpts=[],validOpts:c}=this['options'];Log[C(0x20b)](description,examples,usage,b,requiredOpts,c);if(a instanceof UsageErrorWithSubs)Log[C(0x1e8)](C(0x21e)),this['tableList'](this['_generators']);else{if(a instanceof MustBeInProjectError)Log[C(0x228)](C(0x1e7));else{if(a instanceof NoMeteorFoundError)Log[C(0x228)](C(0x1e5)),Log[C(0x1e8)](C(0x1d7));else a instanceof NoMeteorAppFoundError&&Log[C(0x228)](C(0x21f));}}}['tableList'](a){const D=a97u,b=new a97f({});b[D(0x1ea)](['Name',D(0x1de),'Description']),a[D(0x21b)]((c,d)=>{const E=D;return c['name'][E(0x202)](d[E(0x232)]);})['forEach'](c=>{const F=D;b[F(0x1ea)]([c[F(0x232)],c[F(0x1dd)](),c[F(0x1e2)]()]);}),Log['bright'](b['toString']());}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a98d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a98d,c=a();while(!![]){try{var d=-parseInt(f(0x190))/0x1+-parseInt(f(0x18f))/0x2*(parseInt(f(0x189))/0x3)+parseInt(f(0x18a))/0x4+parseInt(f(0x193))/0x5+-parseInt(f(0x195))/0x6+-parseInt(f(0x188))/0x7*(-parseInt(f(0x18e))/0x8)+parseInt(f(0x192))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0x66795));var a98b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a98d;if(c){var e=c[g(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a98a=a98b(this,function(){var h=a98d;return a98a[h(0x191)]()[h(0x18d)](h(0x18c))[h(0x191)]()[h(0x194)](a98a)[h(0x18d)]('(((.+)+)+)+$');});a98a();import'./services/_index.js';import'./api.js';import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kits/_index.js';import'./layout.js';import'./methods.js';function a98c(){var i=['1050IytWbc','449380Yuiqji','apply','(((.+)+)+)+$','search','4819352xUBaKh','1966duIQfo','34216nUzMld','toString','1751814IISDsd','427405xGIpxj','constructor','1181352SNCRuP','7pxyvbu'];a98c=function(){return i;};return a98c();}import'./package.js';import'./publish.js';import'./route.js';import'./service.js';function a98d(a,b){var c=a98c();return a98d=function(d,e){d=d-0x188;var f=c[d];return f;},a98d(a,b);}import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a99c(){const A=['push','3551580rgGwSm','exit','maka:rest','Fixtures','REST\x20API','withFixtures','api/typeDefs.js','resolvers.','/graphql/resolvers','\x0a\x20\x20Scaffolding\x20for\x20an\x20api\x20concept\x20(i.e.\x20Todos).\x0a\x0a\x20\x20The\x20api\x20generator\x20will\x20create\x20a\x20collection,\x20publications,\x20methods,\x20fixtures,\x20and\x20tests\x0a\x20\x20for\x20the\x20given\x20resource\x20name.\x0a\x0a\x20\x20The\x20api\x20generator\x20will\x20ask\x20which\x20boundaries\x20to\x20create.\x20The\x20choices\x20are:\x0a\x20\x20\x20\x20-\x20RPC\x20(Methods)\x0a\x20\x20\x20\x20-\x20Fixtures\x0a\x20\x20\x20\x20-\x20Publications\x0a\x20\x20\x20\x20-\x20REST\x20API\x0a\x20\x20\x20\x20-\x20GraphQL\x0a\x0a\x20\x20','Resolvers\x20}\x20from\x20\x27','template','689643FrDilG','40lBHLQT','\x0aimport\x20{\x20resolvers\x20as\x20','api','TypeDefs);\x0a','22635736oofqep','fsi','pathFromApp','checkbox','rest','api/tests.js','fixtures.','api/api.js','includes','api/fixtures.js','typeList.push(','-api\x27;','mongo','withGql','GraphQL','api/methods.js','5315032PXPtzp','/imports/api','import\x20\x27./register-','engines','api/publications.js','dir','injectAtEndOfFile','Resolvers);\x0a\x0a','maka:check','rewriteDestinationPathForEngine','length','publications.','apollo','injectAtBeginningOfFile','apiAnswers','\x27;\x0a','typeDefs.','api/register-api.js','withMethods','apply','injectIntoFile','options','withRest','startup','none','imports','400099lOVwoj','Scaffolding\x20for\x20an\x20api\x20concept\x20(i.e.\x20Todos).','RPC\x20(Methods)','if\x20\x5c(typeList','(((.+)+)+)+$','-api.','tsx','constructor','mdg:validated-method','1929872qmrEqy','create','resourceName','test','maka\x20{generate,\x20g}:{api}\x20<resource-name>','getMakaProjectConfig','rest-api.','error','.app-tests.','withValue','587094zcFnow','server','index.','No\x20API\x20boundaries\x20selected','graphql','const','withPubs','checkMeteorPackage','/graphql/typeDefs','toString','resolverList.push('];a99c=function(){return A;};return a99c();}const a99x=a99d;(function(a,b){const u=a99d,c=a();while(!![]){try{const d=parseInt(u(0x113))/0x1+parseInt(u(0x132))/0x2+-parseInt(u(0x13e))/0x3+parseInt(u(0x153))/0x4+-parseInt(u(0x13f))/0x5*(-parseInt(u(0x126))/0x6)+-parseInt(u(0x11c))/0x7+-parseInt(u(0x143))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0xe884b));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a99d;if(c){const e=c[v(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const w=a99d;return a99a['toString']()['search'](w(0x117))[w(0x12f)]()[w(0x11a)](a99a)['search'](w(0x117));});function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0x104;let f=c[d];return f;},a99d(a,b);}a99a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import a99e from'../generators/maka.gen.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a99x(0x11d)]({'name':a99x(0x141),'aliases':['a'],'usage':a99x(0x120),'shortDesc':a99x(0x114),'validOpts':[a99x(0x158)],'examples':['maka\x20g:api\x20Todos'],'description':a99x(0x13b)},async function(a,b){const y=a99x;try{const c=this['fsi'][y(0x121)](),d=[{'name':y(0x115),'value':y(0x10b)},{'name':y(0x135),'value':y(0x137)},{'name':'Publications','value':y(0x12c)}];c[y(0x156)]['api']===y(0x147)&&d[y(0x131)]({'name':y(0x136),'value':y(0x10f)});c[y(0x156)][y(0x12a)]===y(0x105)&&d[y(0x131)]({'name':y(0x151),'value':'withGql'});const f={'type':y(0x146),'name':y(0x107),'message':'API\x20boundaries\x20to\x20create','pageSize':0x64,'choices':d},{apiAnswers:g}=await Actions[y(0x10e)](f);g[y(0x15d)]===0x0&&(Log[y(0x123)](y(0x129)),process[y(0x133)](0x1)),await this[y(0x144)][y(0x125)](c,async()=>{const z=y,h=b[z(0x11e)],i=paramCase(h),j=camelCase(h),k=b[z(0x158)]?'/'+b[z(0x158)]+'/':'/',l={'name':pascalCase(h),'fileName':i,'camelCase':pascalCase(h),'optsDir':k,'api':c[z(0x156)][z(0x141)],'graphql':c['engines'][z(0x12a)],'test':c['engines'][z(0x11f)],'noRename':!![],'withPubs':g[z(0x14b)](z(0x12c)),'withFixtures':g[z(0x14b)](z(0x137)),'withMethods':g[z(0x14b)](z(0x10b)),'withRest':g[z(0x14b)](z(0x10f))};let m='js';c[z(0x156)]['js']===z(0x119)&&(m='ts');await this[z(0x144)][z(0x12d)]([z(0x134),z(0x15b),'ddp-rate-limiter',z(0x11b),z(0x14f)],{'shouldInstall':!![]}),await a99e['processAndRunGenerator']('collection',[i],{'config':c,'where':z(0x127)});c['engines']['api']===z(0x147)&&(l[z(0x10f)]&&await this[z(0x144)][z(0x13d)]({'srcPath':z(0x14a),'destPath':this[z(0x144)][z(0x145)]({'pathParts':[z(0x112),z(0x141),b[z(0x158)],i,z(0x122)+m]}),'context':l,'config':c}));l[z(0x10b)]&&await this[z(0x144)][z(0x13d)]({'srcPath':z(0x152),'destPath':this['fsi'][z(0x145)]({'pathParts':['imports',z(0x141),b[z(0x158)],i,'rpc-methods.'+m]}),'context':l,'config':c});l[z(0x137)]&&await this[z(0x144)][z(0x13d)]({'srcPath':z(0x14c),'destPath':this[z(0x144)][z(0x145)]({'pathParts':[z(0x112),z(0x141),b[z(0x158)],i,z(0x149)+m]}),'context':l,'config':c});c['engines'][z(0x11f)]!==z(0x111)&&this[z(0x144)][z(0x13d)]({'srcPath':z(0x148),'destPath':this[z(0x144)][z(0x145)]({'pathParts':['imports',z(0x141),b[z(0x158)],i,i+z(0x124)+m]}),'context':l,'config':c});l[z(0x12c)]&&await this[z(0x144)][z(0x13d)]({'srcPath':z(0x157),'destPath':this[z(0x144)][z(0x145)]({'pathParts':[z(0x112),z(0x141),b[z(0x158)],i,z(0x104)+m]}),'context':l,'config':c});if(c['engines'][z(0x12a)]===z(0x105)){if(g[z(0x14b)](z(0x150))){const o=this[z(0x144)][z(0x145)]({'pathParts':['imports',z(0x110),z(0x127),z(0x128)+c[z(0x156)]['js']]}),p=this[z(0x144)][z(0x15c)]({'pathParts':[o],'config':c}),q=this[z(0x144)][z(0x145)]({'pathParts':[z(0x112),'api',b[z(0x158)],i,'graphql',z(0x109)+m]}),r=z(0x154)+k+i+z(0x12e);this[z(0x144)][z(0x13d)]({'srcPath':z(0x138),'destPath':q,'context':l,'config':c}),await this[z(0x144)][z(0x106)]({'filePath':p,'content':'import\x20{\x20typeDefs\x20as\x20'+j+'TypeDefs\x20}\x20from\x20\x27'+r+z(0x108)}),await this[z(0x144)][z(0x10d)]({'filePath':p,'content':z(0x14d)+j+z(0x142),'begin':z(0x12b),'end':z(0x116)});const s=this['fsi'][z(0x145)]({'pathParts':[z(0x112),z(0x141),b[z(0x158)],i,z(0x12a),z(0x139)+m]}),t=z(0x154)+k+i+z(0x13a);await this[z(0x144)][z(0x13d)]({'srcPath':'api/resolvers.js','destPath':s,'context':l,'config':c}),await this[z(0x144)][z(0x106)]({'filePath':p,'content':z(0x140)+j+z(0x13c)+t+'\x27;'}),await this[z(0x144)][z(0x10d)]({'filePath':p,'content':z(0x130)+j+z(0x15a),'begin':z(0x12b),'end':z(0x116)});}}await this[z(0x144)]['template']({'srcPath':z(0x10a),'destPath':this['fsi'][z(0x145)]({'pathParts':[z(0x112),z(0x110),'server','register-'+i+z(0x118)+m]}),'context':l,'config':c,'force':!![]});const n=this[z(0x144)][z(0x145)]({'pathParts':[z(0x112),'startup',z(0x127),z(0x128)+c['engines']['js']]});await this[z(0x144)][z(0x159)]({'filePath':n,'content':z(0x155)+i+z(0x14e)});});}catch(h){console['error'](h),process[y(0x133)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a100m=a100d;
|
|
1
|
+
const a100m=a100d;(function(a,b){const j=a100d,c=a();while(!![]){try{const d=-parseInt(j(0x13b))/0x1+parseInt(j(0x12e))/0x2*(-parseInt(j(0x12d))/0x3)+-parseInt(j(0x147))/0x4+-parseInt(j(0x145))/0x5*(parseInt(j(0x135))/0x6)+-parseInt(j(0x14c))/0x7+parseInt(j(0x155))/0x8*(-parseInt(j(0x13c))/0x9)+-parseInt(j(0x13d))/0xa*(-parseInt(j(0x154))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a100c,0x3a2a7));const a100b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a100d;if(c){const e=c[k(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a100a=a100b(this,function(){const l=a100d;return a100a['toString']()[l(0x150)](l(0x139))[l(0x14e)]()[l(0x141)](a100a)[l(0x150)](l(0x139));});a100a();import{paramCase,pascalCase}from'change-case';function a100c(){const p=['engines','none','resourceName','34644ecVBrs','getMakaProjectConfig','maka:check','mongo','(((.+)+)+)+$','collections','412205fUbmYE','9CPeLYv','10NaypML','template','pathFromApp','tsx','constructor','dir','error','withValue','145uMoEMK','apply','1545676LiZypH','index.','collection/collection.js','fsi','col','2145549KjZNBL','maka\x20g:collection\x20todos','toString','checkMeteorPackage','search','test','import\x20\x27./collections','startup','19096033GPEmQJ','777928rhtZDd','injectAtEndOfFile','imports','appPathPrefix','6JWHKrN','127938jbWJhl','where','create','maka\x20{generate,\x20g}:{collection,\x20col}\x20<name>'];a100c=function(){return p;};return a100c();}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a100d(a,b){const c=a100c();return a100d=function(d,e){d=d-0x12d;let f=c[d];return f;},a100d(a,b);}Generator[a100m(0x130)]({'name':'collection','aliases':[a100m(0x14b)],'usage':a100m(0x131),'checkWhere':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection','validOpts':[a100m(0x142),a100m(0x12f)],'description':'\x0a\x20\x20\x20\x20Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection.\x0ahttps://docs.meteor.com/api/collections.html\x0a\x0a\x20\x20\x20\x20Collections\x20are\x20generated\x20in\x20the\x20\x22lib\x22\x20or\x20\x22common\x22\x20directory\x20by\x20default.\x20\x20This\x20location\x20is\x20accessible\x0a\x20\x20\x20\x20to\x20BOTH\x20client\x20and\x20server\x20(--where=both).\x20\x20Other\x20options\x20are\x20\x22--where=server\x22\x20and\x20\x22--where=client\x22\x20which\x0a\x20\x20\x20\x20will\x20setup\x20the\x20collection\x20in\x20their\x20respective\x20locations.\x0a\x20\x20','examples':[a100m(0x14d)]},async function(a,b){const n=a100m;try{const c=this[n(0x14a)][n(0x136)]();await this[n(0x14a)][n(0x144)](c,async()=>{const o=n,d=paramCase(b[o(0x134)]),f={'name':pascalCase(b[o(0x134)]),'collectionName':pascalCase(b['resourceName']),'fileName':d,'where':b[o(0x12f)],'test':c['engines'][o(0x151)],'noRename':!![]};let g='js';c['engines']['js']===o(0x140)&&(g='ts');await this[o(0x14a)][o(0x14f)]([o(0x138),o(0x137)],{'shouldInstall':!![]}),await this['fsi'][o(0x13e)]({'srcPath':o(0x149),'destPath':this['fsi'][o(0x13f)]({'pathParts':[o(0x157),'startup',b[o(0x158)],o(0x13a),b[o(0x142)],d+'.'+g]}),'context':f,'config':c});c['engines'][o(0x151)]!==o(0x133)&&await this[o(0x14a)][o(0x13e)]({'srcPath':'collection/tests.js','destPath':this[o(0x14a)][o(0x13f)]({'pathParts':[o(0x157),o(0x153),b[o(0x158)],o(0x13a),b[o(0x142)],d+'.app-tests.'+g]}),'context':f,'config':c});const h=b[o(0x142)]?'/'+b[o(0x142)]+'/':'/',i=this[o(0x14a)][o(0x13f)]({'pathParts':[o(0x157),o(0x153),b[o(0x158)],o(0x148)+c[o(0x132)]['js']]});await this[o(0x14a)][o(0x156)]({'filePath':i,'content':o(0x152)+h+d+'\x27;'});});}catch(d){Log[n(0x143)](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a101n=a101d;function
|
|
1
|
+
const a101n=a101d;function a101d(a,b){const c=a101c();return a101d=function(d,e){d=d-0xf6;let f=c[d];return f;},a101d(a,b);}(function(a,b){const k=a101d,c=a();while(!![]){try{const d=-parseInt(k(0x124))/0x1*(parseInt(k(0x125))/0x2)+parseInt(k(0x11d))/0x3*(parseInt(k(0x104))/0x4)+parseInt(k(0x12a))/0x5*(parseInt(k(0x122))/0x6)+parseInt(k(0xfa))/0x7*(-parseInt(k(0x130))/0x8)+parseInt(k(0x12c))/0x9*(parseInt(k(0x102))/0xa)+parseInt(k(0xfc))/0xb+parseInt(k(0x10a))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a101c,0x819e5));const a101b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a101d;if(c){const e=c[l(0x113)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a101a=a101b(this,function(){const m=a101d;return a101a[m(0x108)]()[m(0x111)]('(((.+)+)+)+$')[m(0x108)]()[m(0x11b)](a101a)[m(0x111)](m(0x123));});a101a();import a101e from'path';import{camelCase,paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';const aliases=[a101n(0x101)];function a101c(){const q=['component','root','maka\x20{generate,\x20g}:{comp}\x20[path/]<name>','template','constructor','ssr','359952NiStbY','error','create','react','baseDir','963018cbqIjB','(((.+)+)+)+$','4DfzCAB','413306iooNBp','dir','installNpmPackage','pathFromApp','string','5oeHecI','fsi','707481LKCIYm','ramda','client','import\x20\x27./','152tgVNvU','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','component/component.js','components','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','graphql','.tests.js','injectTemplateModule','withTranslations','fileName','engines','269934OPvnLL','test','4167493wweLby','css','.css','true','warn','comp','70UnhgRH','features','8ebdvGv','test/test.js','api','resourceName','toString','hooks','9127320HavRwS','injectAtBeginningOfFile','/imports/ui/components','findAppDirectory','template/template.css','pathFromProject','setTemplate','search','.js','apply','layouts','checkNpmPackage','relative'];a101c=function(){return q;};return a101c();}Generator[a101n(0x11f)]({'name':a101n(0x117),'aliases':aliases,'usage':a101n(0x119),'shortDesc':'Scaffolding\x20for\x20a\x20React\x20Component.\x0ahttps://reactjs.org/docs/react-component.html','validOpts':[{'name':a101n(0x121),'values':[a101n(0x109),a101n(0x133),'pages',a101n(0x114)]}],'examples':['maka\x20g:comp\x20todos/todos-item']},async function(a,b){const o=a101n;try{const c=this[o(0x12b)][o(0x10d)](),d=b[o(0x121)]?'/imports/ui/'+b[o(0x121)]:o(0x10c),f=this[o(0x12b)][o(0x128)]({'pathParts':[d,b[o(0x126)],paramCase(b[o(0x107)]),paramCase(b['resourceName'])]}),g=await this[o(0x12b)]['getMakaProjectConfig']();await this['fsi']['withValue'](g,async()=>{const p=o;typeof g[p(0x11a)][p(0xfb)]===p(0x129)&&(g['template'][p(0xfb)]=g[p(0x11a)][p(0xfb)]===p(0xff)?!![]:![],this['fsi'][p(0x110)](p(0xfb),g[p(0x11a)]['test']));typeof g['template'][p(0xfd)]===p(0x129)&&(g[p(0x11a)][p(0xfd)]=g['template'][p(0xfd)]===p(0xff)?!![]:![],this[p(0x12b)]['setTemplate'](p(0xfd),g[p(0x11a)]['css']));typeof g[p(0x11a)]['js']===p(0x129)&&(g[p(0x11a)]['js']=g[p(0x11a)]['js']===p(0xff)?!![]:![],this['fsi']['setTemplate']('js',g['template']['js']));!g[p(0x103)]&&(g[p(0x103)]={});!b[p(0x118)]&&!this[p(0x12b)]['checkNpmPackage'](p(0x12d))&&(Log[p(0x100)](p(0x134)),await this[p(0x12b)][p(0x127)](p(0x12d),{'cwd':c}));if(!b['root']&&!this[p(0x12b)][p(0x115)]('react')){Log['error'](p(0x131));return;}const h={'name':pascalCase(b['resourceName']),'myPath':a101e[p(0x116)](this['fsi'][p(0x10f)]({}),f),'cssCaseName':paramCase(b[p(0x107)]),'className':pascalCase(b[p(0x107)]),'camelCaseName':camelCase(b[p(0x107)]),'fileName':paramCase(b['resourceName']),'graphql':g['engines'][p(0x135)],'features':g[p(0x103)],'client':g[p(0xf9)][p(0x12e)],'api':g[p(0xf9)][p(0x106)],'ssr':g['engines'][p(0x11c)],'test':g[p(0xf9)][p(0xfb)],'theme':g[p(0xf9)]['theme'],'isLayout':![],'isComponent':!![],'withTranslations':g['features'][p(0xf7)]};await this['fsi'][p(0x11a)]({'srcPath':p(0x132),'destPath':f+p(0x112),'context':h,'framework':p(0x120),'config':g});g['engines'][p(0xfb)]!=='none'&&await this['fsi'][p(0x11a)]({'srcPath':p(0x105),'destPath':f+p(0x136),'context':h,'framework':p(0x120),'config':g});g['template'][p(0xfd)]&&(await this[p(0x12b)][p(0x11a)]({'srcPath':p(0x10e),'destPath':f+p(0xfe),'context':Object['assign']({},h,{'className':paramCase(b[p(0x107)])}),'config':g}),await this[p(0x12b)][p(0x10b)]({'filePath':f+'.'+g[p(0xf9)]['js'],'content':p(0x12f)+h['cssCaseName']+'.'+g[p(0xf9)]['css']+'\x27;'}));const i=b[p(0x126)]?'/'+b[p(0x126)]+'/':'/',j=''+d+i+h[p(0xf8)]+'/'+h[p(0xf8)];await this[p(0x12b)][p(0xf6)](h['className'],g,j);});}catch(h){Log[o(0x11e)](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a102k=a102d;(function(a,b){const h=a102d,c=a();while(!![]){try{const d
|
|
1
|
+
const a102k=a102d;(function(a,b){const h=a102d,c=a();while(!![]){try{const d=parseInt(h(0x7f))/0x1+parseInt(h(0x76))/0x2+-parseInt(h(0x89))/0x3+-parseInt(h(0x85))/0x4+parseInt(h(0x80))/0x5+-parseInt(h(0x6f))/0x6*(-parseInt(h(0x77))/0x7)+-parseInt(h(0x75))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a102c,0xd2d39));function a102d(a,b){const c=a102c();return a102d=function(d,e){d=d-0x6e;let f=c[d];return f;},a102d(a,b);}const a102b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a102d;if(c){const e=c[i(0x82)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a102a=a102b(this,function(){const j=a102d;return a102a[j(0x74)]()['search'](j(0x81))[j(0x74)]()['constructor'](a102a)[j(0x8a)]('(((.+)+)+)+$');});a102a();import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';function a102c(){const n=['pathFromProject','Generate\x20configuration\x20settings.','236316mmWlBj','search','prod','10127394myTLFE','isDocker','maka\x20{generate,\x20g}:{config}\x20<name>','config/process.env','appName','toString','35144384KvELTP','2763930yrsiMI','7TZKvaM','dev','settings.json','config/settings.json','fsi','config','resourceName','process.env','1108050mToVlt','7352760EtIEkZ','(((.+)+)+)+$','apply','development','maka\x20g:config\x20production','1252404hfnBpF','template'];a102c=function(){return n;};return a102c();}Generator['create']({'name':a102k(0x7c),'usage':a102k(0x71),'shortDesc':a102k(0x88),'validOpts':['isDocker'],'examples':[a102k(0x84)]},async function(a,b){const l=a102k,c=this[l(0x7b)]['getMakaProjectConfig']();await this['fsi']['withValue'](c,async()=>{const m=l,d={'app':c[m(0x73)],'appFileCase':paramCase(c[m(0x73)]),'name':pascalCase(b['resourceName']),'fileName':paramCase(b[m(0x7d)]),'camelCase':camelCase(b[m(0x7d)]),'userName':'ubuntu','isDocker':b[m(0x70)]};let e=b[m(0x7d)];if(e===m(0x78))e=m(0x83);else e===m(0x6e)&&(e='production');const f=this[m(0x7b)][m(0x87)]({'pathParts':['config',e,m(0x79)]});await this['fsi'][m(0x86)]({'srcPath':m(0x7a),'destPath':f,'context':d,'config':c});if(!b[m(0x70)]){const g=this['fsi'][m(0x87)]({'pathParts':[m(0x7c),e,m(0x7e)]});await this['fsi'][m(0x86)]({'srcPath':m(0x72),'destPath':g,'context':d,'config':c});}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a103m=a103d;(function(a,b){const j=a103d,c=a();while(!![]){try{const d
|
|
1
|
+
function a103d(a,b){const c=a103c();return a103d=function(d,e){d=d-0x9b;let f=c[d];return f;},a103d(a,b);}const a103m=a103d;function a103c(){const p=['checkNpmPackage','resourceName','dbc/config.js','dbc/conn.js','Npm\x20package\x20\x22pg\x22\x20not\x20installed,\x20installing...','2565549hrgbrI','injectAtEndOfFile','dbc','getMakaProjectConfig','template','-dbc\x27;','maka\x20{generate,\x20g}:{dbc}\x20<connection-name>','startup','2016492hLQmQB','imports','constructor','pgsql','search','156773biSSUW','Npm\x20package\x20\x22mssql\x22\x20not\x20installed,\x20installing...','mssql','better-sqlite3','warn','register-','error','fsi','dir','conn.','installNpmPackage','632lpLdVi','apply','3915QQVGwK','20720110IbrSfK','maka\x20g:dbc\x20azure\x20--type=mssql','dbc/register-dbc.js','(((.+)+)+)+$','2uFObQY','import\x20\x27./register-','1571997VVTigb','type','toString','2540065WtrcPF','server','sqlite','tsx','engines','pathFromApp','6ThkZHe'];a103c=function(){return p;};return a103c();}(function(a,b){const j=a103d,c=a();while(!![]){try{const d=parseInt(j(0xb4))/0x1+-parseInt(j(0xc6))/0x2*(parseInt(j(0xc8))/0x3)+-parseInt(j(0xaf))/0x4+parseInt(j(0x9b))/0x5*(-parseInt(j(0xa1))/0x6)+-parseInt(j(0xa7))/0x7+-parseInt(j(0xbf))/0x8*(parseInt(j(0xc1))/0x9)+parseInt(j(0xc2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a103c,0x473c1));const a103b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a103d;if(c){const e=c[k(0xc0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a103a=a103b(this,function(){const l=a103d;return a103a[l(0xca)]()[l(0xb3)](l(0xc5))[l(0xca)]()[l(0xb1)](a103a)[l(0xb3)](l(0xc5));});a103a();import{camelCase,paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator['create']({'name':a103m(0xa9),'usage':a103m(0xad),'shortDesc':'Scaffolding\x20for\x20creating\x20a\x20for\x20a\x20database\x20connection.','validOpts':[a103m(0xbc)],'mustBeInMakaProject':!![],'requiredOpts':[{'name':'type','values':['pgsql','mssql','sqlite']}],'examples':['maka\x20g:dbc\x20geoserver\x20--type=pgsql',a103m(0xc3),'maka\x20g:dbc\x20todos\x20--type=sqlite']},async function(a,b){const n=a103m;try{const c=await this[n(0xbb)][n(0xaa)](),d=this['fsi'][n(0xa0)]({}),f=paramCase(b['resourceName']),g={'name':pascalCase(b[n(0xa3)]),'fileName':paramCase(b['resourceName']),'camelCase':camelCase(b[n(0xa3)]),'type':b[n(0xc9)],'engine':c[n(0x9f)]['js'],'noRename':!![]};await this[n(0xbb)]['withValue'](c,async()=>{const o=n;let h='js';c[o(0x9f)]['js']===o(0x9e)&&(h='ts');b[o(0xc9)]===o(0xb2)&&!this[o(0xbb)][o(0xa2)]('pg')&&(Log['warn'](o(0xa6)),await this[o(0xbb)][o(0xbe)]('pg',{'cwd':d}));b[o(0xc9)]===o(0xb6)&&!this[o(0xbb)][o(0xa2)]('mssql')&&(Log[o(0xb8)](o(0xb5)),await this[o(0xbb)][o(0xbe)](o(0xb6),{'cwd':d}));b['type']===o(0x9d)&&!this[o(0xbb)][o(0xa2)]('better-sqlite3')&&(Log[o(0xb8)]('Npm\x20package\x20\x22better-sqlite3\x22\x20not\x20installed,\x20installing...'),await this['fsi'][o(0xbe)](o(0xb7),{'cwd':d}));await this['fsi'][o(0xab)]({'srcPath':o(0xa4),'destPath':this[o(0xbb)][o(0xa0)]({'pathParts':[o(0xb0),o(0xae),o(0x9c),o(0xa9),b['dir'],f,'config.'+h]}),'context':g,'config':c}),await this[o(0xbb)][o(0xab)]({'srcPath':o(0xa5),'destPath':this[o(0xbb)]['pathFromApp']({'pathParts':['imports',o(0xae),o(0x9c),'dbc',b[o(0xbc)],f,o(0xbd)+h]}),'context':g,'config':c}),await this['fsi'][o(0xab)]({'srcPath':o(0xc4),'destPath':this[o(0xbb)]['pathFromApp']({'pathParts':['imports',o(0xae),o(0x9c),o(0xb9)+f+'-dbc.'+h]}),'context':g,'config':c});const i=this[o(0xbb)][o(0xa0)]({'pathParts':[o(0xb0),o(0xae),o(0x9c),'index.'+c[o(0x9f)]['js']]});await this[o(0xbb)][o(0xa8)]({'filePath':i,'content':o(0xc7)+f+o(0xac)});});}catch(h){Log[n(0xba)](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a104h=a104d;(function(a,b){const f=a104d,c=a();while(!![]){try{const d=-parseInt(f(0x189))/0x1+-parseInt(f(0x18d))/0x2*(parseInt(f(0x192))/0x3)+parseInt(f(0x178))/0x4*(parseInt(f(0x181))/0x5)+-parseInt(f(0x18c))/0x6+parseInt(f(0x184))/0x7+parseInt(f(0x183))/0x8+parseInt(f(0x17b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a104c,0xd00ce));const a104b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a104a=a104b(this,function(){const g=a104d;return a104a[g(0x17e)]()[g(0x186)](g(0x188))[g(0x17e)]()['constructor'](a104a)[g(0x186)](g(0x188));});a104a();import{Generator}from'../generator.js';function a104d(a,b){const c=a104c();return a104d=function(d,e){d=d-0x173;let f=c[d];return f;},a104d(a,b);}import{Log}from'../tools/log/log.class.js';import a104e from'path';function a104c(){const k=['115314MRZOMF','create','app','join','service','45LjOxhR','withValue','findProjectDirectory','dockerfile','maka\x20{generate,\x20g}:dockerfile','error','889084hRJlfY','appName','template','14265351cFGZVm','build','fsi','toString','getGlobalConfig','getMakaProjectConfig','30USDrkd','Generate\x20an\x20updated\x20dockerfile','5407080itjVBK','500787MVNzJH','cert','search','maka\x20g:dockerfile','(((.+)+)+)+$','356953FYuths','docker/Dockerfile','isFile','9552654beNkTS'];a104c=function(){return k;};return a104c();}Generator[a104h(0x18e)]({'name':a104h(0x175),'usage':a104h(0x176),'shortDesc':a104h(0x182),'validOpts':[],'noNeedResource':!![],'examples':[a104h(0x187)]},async function(){const i=a104h;try{const a=await this[i(0x17d)][i(0x180)](),b=await this[i(0x17d)][i(0x17f)](),c=this[i(0x17d)][i(0x174)]();await this['fsi'][i(0x173)](a,async()=>{const j=i,d={'app':b[j(0x179)],'config':a,'appPath':a104e[j(0x190)](c,j(0x18f)),'bundlePath':a104e[j(0x190)](c,j(0x17c),'app.tar.gz'),'useCert':this['fsi'][j(0x18b)](b[j(0x185)])};await this['fsi'][j(0x17a)]({'srcPath':j(0x18a),'destPath':a104e[j(0x190)](c,'Dockerfile'),'framework':j(0x191),'context':d,'config':a});});}catch(d){Log[i(0x177)](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a105c(){const
|
|
1
|
+
const a105o=a105d;(function(a,b){const l=a105d,c=a();while(!![]){try{const d=-parseInt(l(0xfb))/0x1+parseInt(l(0xe8))/0x2*(-parseInt(l(0x10c))/0x3)+parseInt(l(0xf6))/0x4+-parseInt(l(0x10f))/0x5+parseInt(l(0xe9))/0x6*(-parseInt(l(0xf8))/0x7)+parseInt(l(0xe5))/0x8*(-parseInt(l(0xfa))/0x9)+parseInt(l(0xef))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a105c,0x312f3));function a105d(a,b){const c=a105c();return a105d=function(d,e){d=d-0xd8;let f=c[d];return f;},a105d(a,b);}const a105b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a105d;if(c){const e=c[m(0xdb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a105a=a105b(this,function(){const n=a105d;return a105a[n(0xf1)]()['search'](n(0xf0))[n(0xf1)]()[n(0x108)](a105a)[n(0xff)](n(0xf0));});function a105c(){const r=['/imports/ui/hooks','@apollo/client\x20isomorphic-fetch','test','constructor','hook','apollo','injectAtBeginningOfFile','6XyuYEm','fsi','warn','1767035kgMVzW','dir','import\x20\x27./','none','css','engines','checkNpmPackage','cssCaseName','template/template.css','apply','/imports/ui/','injectTemplateModule','theme','getMakaProjectConfig','\x0a\x20\x20Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html\x0a\x0a\x20\x20Hooks\x20are\x20created\x20in\x20the\x20imports/ui/hooks\x20directory\x20by\x20default,\x20but\x20can\x20be\x20created\x20in\x0a\x20\x20the\x20imports/ui/components,\x20imports/ui/pages,\x20or\x20imports/ui/layouts\x20directories\x20by\x0a\x20\x20using\x20the\x20--baseDir\x20option\x20with\x20the\x20appropriate\x20directory\x20name.\x0a\x0a\x20\x20To\x20create\x20a\x20hook\x20in\x20a\x20subdirectory\x20of\x20the\x20hooks\x20directory,\x20add\x20the\x20path\x20to\x20the\x0a\x20\x20hook\x20name.\x20For\x20example,\x20maka\x20g:hook\x20myHooks/useCoolHook\x20will\x20create\x20a\x20hook\x20in\x0a\x20\x20imports/ui/hooks/my-hooks/use-cool-hook.jsx\x0a\x0a\x20\x20If\x20you\x27d\x20like\x20a\x20hook\x20created\x20as\x20part\x20of\x20an\x20existing\x20page,\x20component,\x20or\x20layout,\x0a\x20\x20use\x20the\x20maka\x20g:hook\x20command\x20with\x20the\x20--baseDir\x20option.\x20For\x20example,\x0a\x0a\x20\x20\x20\x20maka\x20g:hook\x20--baseDir=pages\x20myPage/useCoolHook\x0a\x0a\x20\x20will\x20create\x20a\x20hook\x20in\x20imports/ui/pages/my-page/use-cool-hook.jsx\x0a\x0a\x20\x20','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','fileName','string','true','31768virDbP','resourceName','relative','297658ntZeba','7212yNWLEU','baseDir','withTranslations','template','setTemplate','features','11666960GKnbAR','(((.+)+)+)+$','toString','react','test/test.js','.app-tests.js','graphql','1313656MnZuEa','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','287bbsXVA','notice','486HBdPmQ','378870vQMSLO','create','pathFromProject','.css','search','error','pathFromApp','hook/hook.js','force','pages'];a105c=function(){return r;};return a105c();}a105a();import a105e from'path';import{paramCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Generator[a105o(0xfc)]({'name':a105o(0x109),'aliases':['h'],'checkWhere':![],'usage':'maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','shortDesc':'Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','validOpts':[{'name':a105o(0xea),'values':['hooks','components',a105o(0x104),'layouts']},{'name':a105o(0x103),'boolFlag':!![]}],'examples':['maka\x20g:hook\x20cool-hook'],'description':a105o(0xe0)},async function(a,b){const p=a105o;Log[p(0xf9)]('Creating\x20'+b[p(0xe6)]+'\x20hook...');try{const c=this[p(0x10d)]['checkNpmPackage']('react');if(!c){Log[p(0x100)](p(0xe1));throw new UsageError();}const d=this[p(0x10d)][p(0x101)](b),f=b[p(0xea)]?p(0xdc)+b['baseDir']:p(0x105),g=this[p(0x10d)][p(0x101)]({'pathParts':[f,b[p(0x110)],paramCase(b['resourceName']),paramCase(b[p(0xe6)])]}),h=await this['fsi'][p(0xdf)]();await this[p(0x10d)]['withValue'](h,async()=>{const q=p;typeof h['template']['css']===q(0xe3)&&(h[q(0xec)][q(0x113)]=h['template'][q(0x113)]===q(0xe4)?!![]:![],this[q(0x10d)][q(0xed)]('css',h[q(0xec)][q(0x113)]));h[q(0x114)][q(0xf5)]===q(0x10a)&&!this[q(0x10d)][q(0xd8)]('@apollo/client')&&(Log[q(0x10e)](q(0xf7)),await this['fsi']['installNpmPackage'](q(0x106),{'cwd':d}));const i={'cssCaseName':paramCase(b[q(0xe6)]),'camelCaseName':camelCase(b[q(0xe6)]),'className':pascalCase(b[q(0xe6)]),'name':pascalCase(b[q(0xe6)]),'graphql':h['engines'][q(0xf5)],'theme':h['engines'][q(0xde)],'features':h[q(0xee)],'myPath':a105e[q(0xe7)](this[q(0x10d)][q(0xfd)]({}),g),'fileName':paramCase(b[q(0xe6)]),'isComponent':![],'isLayout':![],'withTranslations':h[q(0xee)][q(0xeb)]};await this['fsi'][q(0xec)]({'srcPath':q(0x102),'destPath':g+'.js','context':i,'config':h,'framework':q(0xf2),'force':b[q(0x103)]});h[q(0xec)][q(0x113)]&&(await this[q(0x10d)][q(0xec)]({'srcPath':q(0xda),'destPath':g+q(0xfe),'context':Object['assign']({},i,{'className':i[q(0xd9)]}),'config':h,'force':b['force']}),await this[q(0x10d)][q(0x10b)]({'filePath':g+'.'+h[q(0x114)]['js'],'content':q(0x111)+i[q(0xe2)]+'.'+h[q(0x114)][q(0x113)]+'\x27;'}));h[q(0x114)][q(0x107)]!==q(0x112)&&await this['fsi']['template']({'srcPath':q(0xf3),'destPath':g+q(0xf4),'framework':q(0xf2),'context':i,'config':h,'force':b[q(0x103)]});const j=b[q(0x110)]?'/'+b[q(0x110)]+'/':'/',k=''+f+j+i[q(0xe2)]+'/'+i[q(0xe2)];await this['fsi'][q(0xdd)](i['className'],h,k);});}catch(i){Log['error'](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a106d,c=a();while(!![]){try{var d=parseInt(f(0xe1))/0x1*(parseInt(f(0xe4))/0x2)+-parseInt(f(0xdc))/0x3+parseInt(f(0xe3))/0x4+-parseInt(f(0xe5))/0x5+parseInt(f(0xdd))/0x6+parseInt(f(0xe6))/0x7+parseInt(f(0xde))/0x8*(-parseInt(f(0xe7))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a106c,0x9d22a));var a106b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a106d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a106a=a106b(this,function(){var h=a106d;return a106a[h(0xe0)]()[h(0xe2)](h(0xdf))['toString']()['constructor'](a106a)[h(0xe2)](h(0xdf));});function a106d(a,b){var c=a106c();return a106d=function(d,e){d=d-0xdc;var f=c[d];return f;},a106d(a,b);}function a106c(){var i=['toString','402425ykMKFh','search','4666716kJwnoe','2PVzkDj','4098430yXuncv','5625382WpjFgq','81RZhItX','apply','789669NLMOSB','5872800tsDYos','1444440XuLnYM','(((.+)+)+)+$'];a106c=function(){return i;};return a106c();}a106a();import'./kit.js';import'./mui/_index.js';import'./esri/_index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a107d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a107d,c=a();while(!![]){try{var d=-parseInt(f(0x10f))/0x1*(parseInt(f(0x112))/0x2)+parseInt(f(0x10e))/0x3*(-parseInt(f(0x111))/0x4)+-parseInt(f(0x113))/0x5*(parseInt(f(0x110))/0x6)+-parseInt(f(0x119))/0x7+-parseInt(f(0x117))/0x8+parseInt(f(0x11a))/0x9+parseInt(f(0x118))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a107c,0xc89ec));var a107b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a107a=a107b(this,function(){var g=a107d;return a107a['toString']()['search'](g(0x114))[g(0x115)]()[g(0x116)](a107a)['search'](g(0x114));});a107a();function a107d(a,b){var c=a107c();return a107d=function(d,e){d=d-0x10e;var f=c[d];return f;},a107d(a,b);}function a107c(){var h=['3879216vdyLFa','335997HWZLhN','1PqfSMg','8159838TJYjJJ','24kDRePV','1385182VmXBTQ','5najraz','(((.+)+)+)+$','toString','constructor','12619960fEhCZH','61555650mESSBS','10239572RlXarz'];a107c=function(){return h;};return a107c();}import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a108i=a108d;(function(a,b){const f=a108d,c=a();while(!![]){try{const d
|
|
1
|
+
function a108c(){const k=['(((.+)+)+)+$','apply','15BNeysm','constructor','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20kit\x20for\x20Esri\x20Maps.\x20Starting\x20with\x20a\x20basic\x20map,\x0a\x20\x20\x20\x20but\x20with\x20the\x20ability\x20to\x20add\x20more\x20components\x20to\x20the\x20kit.\x0a\x20\x20','253561gjiCHh','toString','416589xCmZDA','339008bmbVlA','15944368dmogZG','NIE','1770pTILyu','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','150521kAvBsg','2bBEwxG','5427witcGa','1112052vkeznv','maka\x20g:kit:e','search','12AsWmjK'];a108c=function(){return k;};return a108c();}const a108i=a108d;(function(a,b){const f=a108d,c=a();while(!![]){try{const d=-parseInt(f(0x143))/0x1*(parseInt(f(0x144))/0x2)+-parseInt(f(0x13d))/0x3*(parseInt(f(0x149))/0x4)+parseInt(f(0x14c))/0x5*(-parseInt(f(0x146))/0x6)+parseInt(f(0x13b))/0x7+parseInt(f(0x13e))/0x8+parseInt(f(0x145))/0x9*(-parseInt(f(0x141))/0xa)+parseInt(f(0x13f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a108c,0x48cec));const a108b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a108d;if(c){const e=c[g(0x14b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a108a=a108b(this,function(){const h=a108d;return a108a[h(0x13c)]()[h(0x148)](h(0x14a))[h(0x13c)]()[h(0x139)](a108a)[h(0x148)](h(0x14a));});a108a();import{Generator}from'../../../generator.js';import a108e from'../kit.js';function a108d(a,b){const c=a108c();return a108d=function(d,e){d=d-0x139;let f=c[d];return f;},a108d(a,b);}const EsriGen=Generator['create']({'name':'esri','aliases':['e'],'usage':a108i(0x142),'noNeedResource':!![],'shortDesc':'Starting\x20point\x20for\x20generating\x20Esri\x20Maps','validOpts':[''],'isPro':!![],'examples':[a108i(0x147)],'description':a108i(0x13a)},async function(){const j=a108i;throw j(0x140);},a108e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a109s=a109d;(function(a,b){const p=a109d,c=a();while(!![]){try{const d=-parseInt(p(
|
|
1
|
+
const a109s=a109d;(function(a,b){const p=a109d,c=a();while(!![]){try{const d=-parseInt(p(0xaf))/0x1*(-parseInt(p(0x99))/0x2)+-parseInt(p(0x9e))/0x3+-parseInt(p(0x9c))/0x4*(parseInt(p(0xa4))/0x5)+-parseInt(p(0x8e))/0x6*(parseInt(p(0x95))/0x7)+parseInt(p(0x91))/0x8*(-parseInt(p(0xb0))/0x9)+parseInt(p(0xb8))/0xa*(parseInt(p(0x92))/0xb)+parseInt(p(0xb1))/0xc*(parseInt(p(0x8f))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a109c,0x57de4));const a109b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a109d;if(c){const e=c[q(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a109a=a109b(this,function(){const r=a109d;return a109a[r(0xa2)]()[r(0x9f)](r(0x8d))[r(0xa2)]()['constructor'](a109a)[r(0x9f)]('(((.+)+)+)+$');});a109a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a109c(){const v=['180528wHSJzM','\x0a\x20\x20\x20\x20This\x20generator\x20will\x20create\x20a\x20map\x20component\x20in\x20the\x20/imports/ui/hooks\x20directory.\x0a\x0a\x20\x20\x20\x20It\x27ll\x20also\x20create\x20a\x20page\x20component\x20in\x20the\x20/imports/ui/pages/map\x20directory.\x0a\x0a\x20\x20\x20\x20The\x20map\x20component\x20will\x20be\x20named\x20\x27BasicMap\x27\x20by\x20default.\x0a\x0a\x20\x20','1216623mWQrUh','search','true','getMakaProjectConfig','toString','pathFromApp','65NABmWI','basic-map','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','injectIntoFile','kit/esri/map/','processAndRunGenerator','engines','create','injectImport','Generate\x20an\x20Esri\x20map\x20component','findProjectDirectory','13ZLvLIW','22689zNDwfW','1820136ChbaGX','fsi','react','/imports/startup/lib/templates','baseDir','REACT','dir','1160FaWsdf','.js','split','bright','ssr','appName','Generating\x20a\x20map\x20component','injectTemplateModule','exit','map','</div>','(((.+)+)+)+$','12IQLOJM','143FqpQjF','page','1808yfCvDh','38830LUQAsC','FALSE','withValue','1974476vkwiZU','replaceAll','/imports/ui/','checkNpmPackage','62786OrBrqp','/imports/ui/hooks','apply'];a109c=function(){return v;};return a109c();}import a109e from'./esri.generator.js';function a109d(a,b){const c=a109c();return a109d=function(d,e){d=d-0x88;let f=c[d];return f;},a109d(a,b);}import a109f from'../../../generators/maka.gen.js';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a109s(0xab)]({'name':'map','aliases':['m'],'usage':a109s(0xa6),'shortDesc':a109s(0xad),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a109s(0xb6)],'ssr':SsrEngines[a109s(0x93)]},'description':a109s(0x9d)},async function(a,b){const t=a109s;try{Log[t(0xbb)](t(0x88));const c=t(0xa5);await this[t(0xb2)][t(0x98)](['@esri/react-arcgis','esri-loader'],{'shouldInstall':!![]});const d=this['fsi'][t(0xae)](),f=this[t(0xb2)][t(0xa1)](),g=f[t(0xaa)][t(0xbc)]===t(0xa0),h=await a109f[t(0xa9)](t(0x90),[t(0x8b)],{'cwd':d,'config':f}),i={'name':headerCase(f[t(0xbd)])[t(0x96)]('-','\x20'),'componentName':pascalCase(c)},j=b['baseDir']?t(0x97)+b[t(0xb5)]:t(0x9a),k=this[t(0xb2)][t(0xa3)]({'pathParts':[j,b[t(0xb7)],paramCase(c),paramCase(c)]});this[t(0xb2)][t(0x94)](f,async()=>{const u=t;this['fsi']['template']({'srcPath':u(0xa8)+c+u(0xb9),'destPath':k+u(0xb9),'framework':u(0xb3),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0xb7)]+'/'+c+'/'+c;await this[t(0xb2)][t(0x89)](c,f,l);const m=h[t(0xba)]('/'),n=this['fsi'][t(0xa3)]({'pathParts':m});await this['fsi'][t(0xac)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?t(0xb4):'/imports/startup/client/templates','isNamedExport':!![]}),await this[t(0xb2)][t(0xa7)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+'\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','begin':['<div\x20id=\x22map-hook\x22>','<div\x20id=\x22map-component\x22>'],'end':[t(0x8c)],'replace':!![]});}catch(o){Log['error'](o),process[t(0x8a)](0x1);}},a109e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a110i=a110d;(function(a,b){const f=a110d,c=a();while(!![]){try{const d
|
|
1
|
+
function a110c(){const j=['apply','6273zdQJyz','138kWyPhJ','maka\x20g:kit','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','3760900dkYgHl','875072oCplWM','constructor','maka\x20g:k','2260045YAxZPn','81mNRavK','28264LKiLlc','6SMbFAm','toString','5198613BsZZzL','8142ylHdtP','search','410okbqhW'];a110c=function(){return j;};return a110c();}const a110i=a110d;(function(a,b){const f=a110d,c=a();while(!![]){try{const d=-parseInt(f(0xd0))/0x1*(parseInt(f(0xcb))/0x2)+-parseInt(f(0xc6))/0x3*(-parseInt(f(0xc7))/0x4)+-parseInt(f(0xd7))/0x5+parseInt(f(0xc8))/0x6*(parseInt(f(0xca))/0x7)+parseInt(f(0xd4))/0x8+-parseInt(f(0xcf))/0x9*(-parseInt(f(0xcd))/0xa)+parseInt(f(0xd3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a110c,0x61887));const a110b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a110d;if(c){const e=c[g(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a110a=a110b(this,function(){const h=a110d;return a110a['toString']()[h(0xcc)]('(((.+)+)+)+$')[h(0xc9)]()[h(0xd5)](a110a)[h(0xcc)]('(((.+)+)+)+$');});a110a();function a110d(a,b){const c=a110c();return a110d=function(d,e){d=d-0xc6;let f=c[d];return f;},a110d(a,b);}import{Generator}from'../../generator.js';const KitGen=Generator['create']({'name':'kit','aliases':['k'],'usage':'maka\x20{generate,\x20g}:{kit}\x20<name>','shortDesc':a110i(0xd2),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a110i(0xd1),a110i(0xd6)]},async function(){});export default KitGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a111d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
(function(a,b){var f=a111d,c=a();while(!![]){try{var d=-parseInt(f(0xeb))/0x1+-parseInt(f(0xef))/0x2*(parseInt(f(0xee))/0x3)+parseInt(f(0xed))/0x4+parseInt(f(0xf0))/0x5+parseInt(f(0xec))/0x6+-parseInt(f(0xf1))/0x7*(parseInt(f(0xea))/0x8)+parseInt(f(0xe7))/0x9*(parseInt(f(0xe8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a111c,0x18ced));var a111b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a111a=a111b(this,function(){var g=a111d;return a111a[g(0xe6)]()[g(0xf2)](g(0xf3))[g(0xe6)]()[g(0xe9)](a111a)[g(0xf2)](g(0xf3));});function a111d(a,b){var c=a111c();return a111d=function(d,e){d=d-0xe6;var f=c[d];return f;},a111d(a,b);}a111a();import'./mui.generator.js';import'./frame.mui.gen.js';function a111c(){var h=['1179vOOmMS','20110rxQYkL','constructor','29920gqJXZr','146080dmrBej','240378UNICDw','596348CoSGxL','201irausZ','3482QPDZRA','213245jtjXya','245pfcoqf','search','(((.+)+)+)+$','toString'];a111c=function(){return h;};return a111c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a112A=a112d;(function(a,b){const x=a112d,c=a();while(!![]){try{const d=-parseInt(x(
|
|
1
|
+
const a112A=a112d;(function(a,b){const x=a112d,c=a();while(!![]){try{const d=-parseInt(x(0x14b))/0x1*(parseInt(x(0x16f))/0x2)+parseInt(x(0x145))/0x3*(-parseInt(x(0x151))/0x4)+parseInt(x(0x16c))/0x5*(-parseInt(x(0x162))/0x6)+parseInt(x(0x168))/0x7*(parseInt(x(0x158))/0x8)+-parseInt(x(0x144))/0x9*(parseInt(x(0x15d))/0xa)+parseInt(x(0x140))/0xb+parseInt(x(0x14a))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a112c,0xdceab));const a112b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a112d;if(c){const e=c[y(0x134)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a112a=a112b(this,function(){const z=a112d;return a112a[z(0x150)]()[z(0x153)](z(0x169))[z(0x150)]()[z(0x137)](a112a)[z(0x153)]('(((.+)+)+)+$');});a112a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a112e from'path';function a112d(a,b){const c=a112c();return a112d=function(d,e){d=d-0x134;let f=c[d];return f;},a112d(a,b);}import a112f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';function a112c(){const D=['8GWdBkJ','.js','join','session','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','14686730jfOtHN','injectImport','/imports/ui/','tests','REACT','132726pikJpE','/imports/startup/client/templates','maka\x20g:k:m:f','frame','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','No\x20layouts\x20selected','3235757ihtrvT','(((.+)+)+)+$','length','{\x20props.children\x20}','265DVAPyg','baseDir','-hook\x22>','582PmAROb','replaceAll','{this.props.children}','true','maka\x20generate:kit:mui:frame','{\x20this.props.children\x20}','apply','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','getFiles','constructor','fsi','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','getDirectories','template','withValue','layouts','injectTemplateModule','react','14795297wvveTx','dir','tsx','imports','9TEtGui','102WmXgKx','\x20/>\x0a','getMakaProjectConfig','create','/imports/startup/lib/templates','47503464qCKHnC','5471otyvgB','engines','kit/mui/frame/drawers/','<div\x20id=\x22','checkbox','toString','73868sxzwZB','kit/mui/frame/app-bars/','search','error','MATERIAL','checkMeteorPackage','pathFromApp'];a112c=function(){return D;};return a112c();}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a112A(0x148)]({'name':a112A(0x165),'aliases':['f'],'usage':a112A(0x135),'shortDesc':a112A(0x166),'validOpts':['layouts'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a112A(0x155)],'client':ClientEngines[a112A(0x161)]},'examples':[a112A(0x173),a112A(0x164)],'description':a112A(0x15c)},async function(a,b){const B=a112A;try{const c='basic-app-bar',d='basic-drawer',f=this[B(0x138)][B(0x147)](),g=f[B(0x14c)]['ssr']===B(0x172);await this[B(0x138)][B(0x156)](B(0x15b),{'shouldInstall':!![]});const h=this['fsi']['findAppDirectory'](),i=a112e['join'](h,B(0x143),'ui',B(0x13d)),j=this[B(0x138)][B(0x13a)](i),k=await Actions['options']({'type':B(0x14f),'name':B(0x13d),'message':B(0x139),'choices':j});if(k[B(0x13d)][B(0x16a)]===0x0){Log['error'](B(0x167));return;}const l=b[B(0x16d)]?B(0x15f)+b[B(0x16d)]:'/imports/ui/hooks',m=this[B(0x138)][B(0x157)]({'pathParts':[l,b[B(0x141)],paramCase(c),paramCase(c)]}),n=this['fsi'][B(0x157)]({'pathParts':[l,b['dir'],paramCase(d),paramCase(d)]}),o={'name':headerCase(f['appName'])[B(0x170)]('-','\x20')};await this[B(0x138)][B(0x13c)](f,async()=>{const C=B;await this[C(0x138)][C(0x13b)]({'srcPath':C(0x152)+c+C(0x159),'destPath':m+C(0x159),'framework':C(0x13f),'context':o,'config':f,'force':![],'ignore':![]}),await this['fsi'][C(0x13b)]({'srcPath':C(0x14d)+d+C(0x159),'destPath':n+C(0x159),'framework':'react','context':o,'config':f,'force':![],'ignore':![]});});const p=''+l+b[B(0x141)]+'/'+c+'/'+c;await this[B(0x138)][B(0x13e)](c,f,p);const q=''+l+b['dir']+'/'+d+'/'+d;await this['fsi'][B(0x13e)](d,f,q);const {layouts:r}=k;for(const s of r){const t=this[B(0x138)][B(0x136)](a112e[B(0x15a)](i,s),{'extensions':['jsx',B(0x142)],'omit':['app-tests',B(0x160),'test']});for(const u of t){const v=a112e['join'](i,s,u);await this[B(0x138)][B(0x15e)]({'filePath':v,'importName':pascalCase(c),'modulePath':g?'/imports/startup/lib/templates':'/imports/startup/client/templates','isNamedExport':!![]}),await this[B(0x138)]['injectIntoFile']({'filePath':v,'content':'<'+pascalCase(c)+B(0x146),'begin':[B(0x14e)+s+'-component\x22>',B(0x14e)+s+B(0x16e)],'end':['{this.props.children}',B(0x174),'{props.children}',B(0x16b)]}),await this['fsi']['injectImport']({'filePath':v,'importName':pascalCase(d),'modulePath':g?B(0x149):B(0x163),'isNamedExport':!![]}),await this['fsi']['injectIntoFile']({'filePath':v,'content':'<'+pascalCase(d)+B(0x146),'begin':[B(0x14e)+s+'-component\x22>',B(0x14e)+s+B(0x16e)],'end':[B(0x171),'{\x20this.props.children\x20}','{props.children}',B(0x16b)]});}}}catch(w){Log[B(0x154)](w);}},a112f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a113i=a113d;(function(a,b){const f=a113d,c=a();while(!![]){try{const d=-parseInt(f(0x1ed))/0x1+-parseInt(f(0x1e8))/0x2*(-parseInt(f(0x1ee))/0x3)+-parseInt(f(0x1e4))/0x4+parseInt(f(0x1ef))/0x5+-parseInt(f(0x1f2))/0x6*(-parseInt(f(0x1f0))/0x7)+parseInt(f(0x1e7))/0x8+-parseInt(f(0x1e1))/0x9*(-parseInt(f(0x1e6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a113c,0x350d4));const a113b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a113d;if(c){const e=c[g(0x1e3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a113a=a113b(this,function(){const h=a113d;return a113a[h(0x1eb)]()[h(0x1e2)](h(0x1e9))[h(0x1eb)]()['constructor'](a113a)['search'](h(0x1e9));});a113a();function a113c(){const j=['toString','mui','217553FKcHPN','57cwkGFu','389810bZxWkA','364xjiiBy','maka\x20g:kit:m','29094cBAiBi','2354256IcejvJ','search','apply','1289872AnACNd','create','10rKTnMu','850472fsUYfc','6244hlfcAa','(((.+)+)+)+$','Material-UI\x20Kit'];a113c=function(){return j;};return a113c();}function a113d(a,b){const c=a113c();return a113d=function(d,e){d=d-0x1e1;let f=c[d];return f;},a113d(a,b);}import{Generator}from'../../../generator.js';import a113e from'../kit.js';const MuiGen=Generator[a113i(0x1e5)]({'name':a113i(0x1ec),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':a113i(0x1ea),'validOpts':[''],'isPro':!![],'examples':[a113i(0x1f1)]},async function(){throw'NIE';},a113e);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a114o=a114d;(function(a,b){const l=a114d,c=a();while(!![]){try{const d=-parseInt(l(
|
|
1
|
+
const a114o=a114d;(function(a,b){const l=a114d,c=a();while(!![]){try{const d=-parseInt(l(0xf5))/0x1*(-parseInt(l(0xe4))/0x2)+parseInt(l(0x100))/0x3*(-parseInt(l(0xe6))/0x4)+parseInt(l(0xe2))/0x5*(-parseInt(l(0xe1))/0x6)+parseInt(l(0xfa))/0x7+-parseInt(l(0xf1))/0x8+-parseInt(l(0xf6))/0x9+parseInt(l(0xef))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a114c,0xcbb80));const a114b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a114d;if(c){const e=c[m(0xfb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a114a=a114b(this,function(){const n=a114d;return a114a['toString']()['search'](n(0xc9))[n(0xf0)]()[n(0xee)](a114a)['search'](n(0xc9));});function a114d(a,b){const c=a114c();return a114d=function(d,e){d=d-0xc8;let f=c[d];return f;},a114d(a,b);}function a114c(){const r=['relative','ramda','css','constructor','16791640WsKIEu','toString','7815552rIPvKS','assign','fileName','maka\x20g:layout\x20mobile/iPhone8','9931iJSMxM','7162020uQyDTR','/imports/ui/layouts','withHook','template','3720899eIklke','apply','graphql','theme','.css','test/test.js','183uhVtux','warn','pathFromApp','split','(((.+)+)+)+$','api','withTranslations','setTemplate','client','withHooks','injectTemplateModule','string','dir','.js','findAppDirectory','resourceName','maka\x20g:l\x20web/safari','installNpmPackage','fsi','test','react','import\x20\x27./','none','engines','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','layout','checkNpmPackage','getMakaProjectConfig','30KRcVMv','138035GtuRWO','.app-tests.js','124TzxggB','Scaffolding\x20for\x20a\x20React\x20Layout.','5328JVwgaw','features','true','ssr','className'];a114c=function(){return r;};return a114c();}a114a();import a114e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator['create']({'name':a114o(0xde),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','shortDesc':a114o(0xe5),'validOpts':[],'examples':[a114o(0xf4),a114o(0xd5)]},async function(a,b){const p=a114o,c=p(0xf7),d=this['fsi'][p(0xd3)](),e=this[p(0xd7)][p(0x102)]({'pathParts':[c,b[p(0xd1)],paramCase(b['resourceName']),paramCase(b[p(0xd4)])]}),f=this['fsi'][p(0xe0)]();await this[p(0xd7)]['withValue'](f,async()=>{const q=p;typeof f['template'][q(0xd8)]===q(0xd0)&&(f['template'][q(0xd8)]=f[q(0xf9)]['test']==='true'?!![]:![],this[q(0xd7)][q(0xcc)]('test',f[q(0xf9)]['test']));typeof f[q(0xf9)][q(0xed)]==='string'&&(f[q(0xf9)][q(0xed)]=f[q(0xf9)]['css']===q(0xe8)?!![]:![],this[q(0xd7)][q(0xcc)](q(0xed),f[q(0xf9)][q(0xed)]));typeof f[q(0xf9)]['js']===q(0xd0)&&(f['template']['js']=f['template']['js']===q(0xe8)?!![]:![],this[q(0xd7)]['setTemplate']('js',f['template']['js']));!f[q(0xe7)]&&(f[q(0xe7)]={});const g=b['_']?b['_'][0x0][q(0xc8)](':')[0x1]:![],h=b['_']&&aliases['includes'](g);h&&!this[q(0xdf)](q(0xec))&&(Log[q(0x101)](q(0xdd)),this[q(0xd7)][q(0xd6)]('ramda',{'cwd':d}));if(h&&!this['checkNpmPackage']('react')){Log[q(0x101)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');return;}const i={'name':pascalCase(b[q(0xd4)]),'myPath':a114e[q(0xeb)](this[q(0xd7)]['pathFromProject']({}),e),'cssCaseName':paramCase(b[q(0xd4)]),'className':pascalCase(b[q(0xd4)]),'camelCaseName':camelCase(b[q(0xd4)]),'fileName':paramCase(b[q(0xd4)]),'graphql':f['engines'][q(0xfc)],'features':f[q(0xe7)],'client':f[q(0xdc)][q(0xcd)],'api':f[q(0xdc)][q(0xca)],'ssr':f[q(0xdc)][q(0xe9)],'test':f['engines'][q(0xd8)],'theme':f[q(0xdc)][q(0xfd)],'isComponent':![],'isLayout':!![],'withTranslations':f[q(0xe7)][q(0xcb)]};f[q(0xe7)]?.[q(0xce)]||b[q(0xf8)]?await this[q(0xd7)][q(0xf9)]({'srcPath':'hook/hook.js','destPath':e+q(0xd2),'framework':q(0xd9),'context':i,'config':f}):await this[q(0xd7)][q(0xf9)]({'srcPath':'component/component.js','destPath':e+q(0xd2),'framework':'react','context':i,'config':f});f[q(0xdc)][q(0xd8)]!==q(0xdb)&&await this[q(0xd7)][q(0xf9)]({'srcPath':q(0xff),'destPath':e+q(0xe3),'framework':q(0xd9),'context':i,'config':f});f[q(0xf9)][q(0xed)]&&(await this[q(0xd7)]['template']({'srcPath':'template/template.css','destPath':e+q(0xfe),'context':Object[q(0xf2)]({},i,{'className':paramCase(b[q(0xd4)])}),'config':f}),await this[q(0xd7)]['injectAtBeginningOfFile']({'filePath':e+'.'+f['engines']['js'],'content':q(0xda)+i['fileName']+'.'+f['engines'][q(0xed)]+'\x27;'}));const j=b[q(0xd1)]?'/'+b[q(0xd1)]+'/':'/',k=''+c+j+i[q(0xf3)]+'/'+i[q(0xf3)];await this[q(0xd7)][q(0xcf)](i[q(0xea)],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a115i=a115d;(function(a,b){const f=a115d,c=a();while(!![]){try{const d
|
|
1
|
+
const a115i=a115d;(function(a,b){const f=a115d,c=a();while(!![]){try{const d=-parseInt(f(0x157))/0x1*(parseInt(f(0x15c))/0x2)+parseInt(f(0x156))/0x3+parseInt(f(0x160))/0x4+parseInt(f(0x163))/0x5*(parseInt(f(0x159))/0x6)+-parseInt(f(0x151))/0x7*(parseInt(f(0x162))/0x8)+-parseInt(f(0x152))/0x9+parseInt(f(0x164))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a115c,0x5cb0b));const a115b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a115d;if(c){const e=c[g(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a115a=a115b(this,function(){const h=a115d;return a115a['toString']()[h(0x153)](h(0x15f))[h(0x150)]()[h(0x15e)](a115a)['search'](h(0x15f));});function a115c(){const j=['2130750DvPOHA','6211AVSiIO','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1575114vsqvCk','maka\x20g:route\x20todos/edit','apply','134RkXeEq','maka\x20g:package\x20package:name','constructor','(((.+)+)+)+$','797744SDzAvw','maka\x20g:scaffold\x20todos','6054592jznSfE','5fQgvpZ','5609470iimyPt','toString','7XndLQH','1624788kAvjxP','search','generate','maka\x20{generate,\x20g}:<generator>\x20<name>'];a115c=function(){return j;};return a115c();}a115a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a115i(0x154),'aliases':['g'],'usage':a115i(0x155),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','examples':['maka\x20generate:scaffold\x20todos',a115i(0x161),'maka\x20g:template\x20todos/todo_item',a115i(0x15d),a115i(0x15a),'maka\x20g:api\x20trucks',a115i(0x158)]},function(){});function a115d(a,b){const c=a115c();return a115d=function(d,e){d=d-0x150;let f=c[d];return f;},a115d(a,b);}export default MakaGen;
|