@maka/maka-cli 4.6.3 → 4.6.5
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 +0 -10
- package/bundle/obf/package.json +1 -1
- package/bundle/obf/src/README.md +0 -10
- 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.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/kit.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/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/https/progress.class.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/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
|
|
1
|
+
const a96z=a96d;(function(a,b){const w=a96d,c=a();while(!![]){try{const d=-parseInt(w(0xd5))/0x1+parseInt(w(0x10c))/0x2+parseInt(w(0xbc))/0x3*(-parseInt(w(0xf1))/0x4)+-parseInt(w(0x115))/0x5*(parseInt(w(0x10e))/0x6)+parseInt(w(0xb8))/0x7+parseInt(w(0xe0))/0x8*(parseInt(w(0xf3))/0x9)+-parseInt(w(0xfb))/0xa*(parseInt(w(0x113))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xad1ec));function a96c(){const C=['checkMeteorPackage','fsi','TypeDefs\x20}\x20from\x20\x27','api/api.js','maka:rest\x20maka:check\x20ddp-rate-limiter\x20mdg:validated-method\x20mongo','length','2806710LmYHAN','engines','apply','/imports/api','injectIntoFile','import\x20{\x20typeDefs\x20as\x20','REST\x20API','push','.app-tests.','withRest','api','graphql','injectAtBeginningOfFile','GraphQL','\x27;\x0a','rpc-methods.','api/publications.js','2704640ADqlDm','\x0aimport\x20{\x20resolvers\x20as\x20','36LoMbos','tsx','index.','imports','invoke','11QKGfNB','-api.','768485WrJiAO','import\x20\x27./register-','options','pathFromApp','api/fixtures.js','9703715eEPeQE','resolverList.push(','rewriteDestinationPathForEngine','error','6IGkoJj','ddp-rate-limiter','maka\x20g:api\x20Todos','Verifying\x20meteor\x20package\x20requirements\x20...','template','typeList.push(','Scaffolding\x20for\x20an\x20api\x20concept\x20(i.e.\x20Todos).','withPubs','includes','exit','installMeteorPackage','api/typeDefs.js','Resolvers\x20}\x20from\x20\x27','RPC\x20(Methods)','\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','apollo','publications.','maka\x20{generate,\x20g}:{api}\x20<resource-name>','withMethods','const','/graphql/typeDefs','withValue','findGenerator','collection','api/tests.js','746553FhYmck','mdg:validated-method','dir','rest-api.','-api\x27;','toString','(((.+)+)+)+$','maka:rest','No\x20API\x20boundaries\x20selected','withFixtures','fixtures.','232QUEWBx','search','getProjectConfig','TypeDefs);\x0a','withGql','api/register-api.js','Resolvers);\x0a\x0a','notice','none','API\x20boundaries\x20to\x20create','if\x20\x5c(typeList','apiAnswers','create','rest','startup','server','mongo','1863056fCwPoK','resourceName','264249nRQmUr','test'];a96c=function(){return C;};return a96c();}const a96b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a96d;if(c){const e=c[x(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a96a=a96b(this,function(){const y=a96d;return a96a[y(0xda)]()['search'](y(0xdb))['toString']()['constructor'](a96a)[y(0xe1)](y(0xdb));});a96a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import a96e from'../generators/maka.gen.js';function a96d(a,b){const c=a96c();return a96d=function(d,e){d=d-0xb4;let f=c[d];return f;},a96d(a,b);}import{camelCase,paramCase,pascalCase}from'change-case';Generator[a96z(0xec)]({'name':a96z(0x105),'aliases':['a'],'usage':a96z(0xcd),'shortDesc':a96z(0xc2),'validOpts':['dir'],'examples':[a96z(0xbe)],'description':a96z(0xca)},async function(a,b){const A=a96z;try{const c=this[A(0xf6)][A(0xe2)](),d=[{'name':A(0xc9),'value':A(0xce)},{'name':'Fixtures','value':'withFixtures'},{'name':'Publications','value':'withPubs'}];c[A(0xfc)][A(0x105)]===A(0xed)&&d[A(0x102)]({'name':A(0x101),'value':A(0x104)});c[A(0xfc)][A(0x106)]==='apollo'&&d['push']({'name':A(0x108),'value':A(0xe4)});const f={'type':'checkbox','name':A(0xeb),'message':A(0xe9),'pageSize':0x64,'choices':d},{apiAnswers:g}=await Actions[A(0xb5)](f);g[A(0xfa)]===0x0&&(Log['error'](A(0xdd)),process['exit'](0x1)),this[A(0xf6)][A(0xd1)](c,async()=>{const B=A,h=this[B(0xf6)][B(0xb6)]({}),i=b[B(0xf2)],j=paramCase(i),k=camelCase(i),l=b[B(0xd7)]?'/'+b[B(0xd7)]+'/':'/',m={'name':pascalCase(i),'fileName':j,'camelCase':pascalCase(i),'optsDir':l,'api':c[B(0xfc)][B(0x105)],'graphql':c[B(0xfc)][B(0x106)],'test':c[B(0xfc)][B(0xf4)],'noRename':!![],'withPubs':g['includes'](B(0xc3)),'withFixtures':g[B(0xc4)](B(0xde)),'withMethods':g['includes']('withMethods'),'withRest':g['includes']('withRest')};let n='js';c['engines']['js']===B(0x10f)&&(n='ts');(!this['fsi'][B(0xf5)](B(0xdc))||!this[B(0xf6)]['checkMeteorPackage']('maka:check')||!this[B(0xf6)][B(0xf5)](B(0xbd))||!this[B(0xf6)][B(0xf5)](B(0xd6))||!this[B(0xf6)][B(0xf5)](B(0xf0)))&&(Log[B(0xe7)](B(0xbf)),await this[B(0xf6)][B(0xc6)](B(0xf9),{'cwd':h}));const o=a96e[B(0xd2)](B(0xd3));o&&await o[B(0x112)]([j],{'config':c,'where':B(0xef)});c[B(0xfc)][B(0x105)]===B(0xed)&&(m[B(0x104)]&&this[B(0xf6)][B(0xc0)]({'srcPath':B(0xf8),'destPath':this[B(0xf6)][B(0xb6)]({'pathParts':[B(0x111),B(0x105),b[B(0xd7)],j,B(0xd8)+n]}),'context':m,'config':c}));m[B(0xce)]&&this['fsi']['template']({'srcPath':'api/methods.js','destPath':this[B(0xf6)][B(0xb6)]({'pathParts':['imports',B(0x105),b[B(0xd7)],j,B(0x10a)+n]}),'context':m,'config':c});m['withFixtures']&&this['fsi']['template']({'srcPath':B(0xb7),'destPath':this[B(0xf6)][B(0xb6)]({'pathParts':[B(0x111),B(0x105),b['dir'],j,B(0xdf)+n]}),'context':m,'config':c});c[B(0xfc)][B(0xf4)]!==B(0xe8)&&this[B(0xf6)][B(0xc0)]({'srcPath':B(0xd4),'destPath':this['fsi'][B(0xb6)]({'pathParts':[B(0x111),B(0x105),b[B(0xd7)],j,j+B(0x103)+n]}),'context':m,'config':c});m['withPubs']&&this[B(0xf6)][B(0xc0)]({'srcPath':B(0x10b),'destPath':this[B(0xf6)][B(0xb6)]({'pathParts':[B(0x111),'api',b[B(0xd7)],j,B(0xcc)+n]}),'context':m,'config':c});if(c[B(0xfc)][B(0x106)]===B(0xcb)){if(g[B(0xc4)](B(0xe4))){const q=this[B(0xf6)][B(0xb6)]({'pathParts':[B(0x111),B(0xee),B(0xef),B(0x110)+c[B(0xfc)]['js']]}),r=this[B(0xf6)][B(0xba)]({'pathParts':[q],'config':c}),s=this[B(0xf6)][B(0xb6)]({'pathParts':[B(0x111),B(0x105),b[B(0xd7)],j,'graphql','typeDefs.'+n]}),t=B(0xfe)+l+j+B(0xd0);this['fsi'][B(0xc0)]({'srcPath':B(0xc7),'destPath':s,'context':m,'config':c}),this['fsi']['injectAtBeginningOfFile']({'filePath':r,'content':B(0x100)+k+B(0xf7)+t+B(0x109)}),this[B(0xf6)][B(0xff)]({'filePath':r,'content':B(0xc1)+k+B(0xe3),'begin':B(0xcf),'end':'if\x20\x5c(typeList'});const u=this[B(0xf6)][B(0xb6)]({'pathParts':[B(0x111),'api',b['dir'],j,B(0x106),'resolvers.'+n]}),v=B(0xfe)+l+j+'/graphql/resolvers';this[B(0xf6)][B(0xc0)]({'srcPath':'api/resolvers.js','destPath':u,'context':m,'config':c}),this[B(0xf6)][B(0x107)]({'filePath':r,'content':B(0x10d)+k+B(0xc8)+v+'\x27;'}),this[B(0xf6)][B(0xff)]({'filePath':r,'content':B(0xb9)+k+B(0xe6),'begin':B(0xcf),'end':B(0xea)});}}this[B(0xf6)]['template']({'srcPath':B(0xe5),'destPath':this[B(0xf6)][B(0xb6)]({'pathParts':['imports','startup',B(0xef),'register-'+j+B(0x114)+n]}),'context':m,'config':c,'force':!![]});const p=this[B(0xf6)][B(0xb6)]({'pathParts':['imports','startup',B(0xef),'index.'+c[B(0xfc)]['js']]});this[B(0xf6)]['injectAtEndOfFile']({'filePath':p,'content':B(0xb4)+j+B(0xd9)});});}catch(h){console[A(0xbb)](h),process[A(0xc5)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a97c(){const q=['
|
|
1
|
+
const a97n=a97d;function a97c(){const q=['col','resourceName','engines','installMeteorPackage','9zQNqJW','injectAtEndOfFile','97719INjlab','template','where','90hfqVLl','1983718MBXjUP','dir','maka:check','fsi','2677DyoHDV','withValue','notice','pathFromApp','4CEpvEJ','checkMeteorPackage','.app-tests.','collection/tests.js','842390jiIWqs','maka\x20g:collection\x20todos','mongo','startup','tsx','search','apply','appPathPrefix','collection','collection/collection.js','constructor','imports','collections','maka\x20{generate,\x20g}:{collection,\x20col}\x20<name>','2sxaZCJ','Verifying\x20meteor\x20package\x20requirements:\x20mongo\x20...','toString','test','none','(((.+)+)+)+$','\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','Scaffolding\x20for\x20a\x20Meteor\x20(Mongo)\x20Collection','55600CfPVdT','create','Verifying\x20meteor\x20package\x20requirements:\x20maka:check\x20...','1323170FIvQzW','39438gPynWY'];a97c=function(){return q;};return a97c();}function a97d(a,b){const c=a97c();return a97d=function(d,e){d=d-0x1d4;let f=c[d];return f;},a97d(a,b);}(function(a,b){const k=a97d,c=a();while(!![]){try{const d=parseInt(k(0x1e2))/0x1*(-parseInt(k(0x1f8))/0x2)+-parseInt(k(0x1da))/0x3*(parseInt(k(0x1e6))/0x4)+parseInt(k(0x1ea))/0x5+-parseInt(k(0x1dd))/0x6*(parseInt(k(0x204))/0x7)+parseInt(k(0x200))/0x8+-parseInt(k(0x1d8))/0x9*(parseInt(k(0x203))/0xa)+parseInt(k(0x1de))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a97c,0x19509));const a97b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a97d;if(c){const e=c[l(0x1f0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a97a=a97b(this,function(){const m=a97d;return a97a[m(0x1fa)]()[m(0x1ef)](m(0x1fd))[m(0x1fa)]()[m(0x1f4)](a97a)[m(0x1ef)](m(0x1fd));});a97a();import{paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a97n(0x201)]({'name':a97n(0x1f2),'aliases':[a97n(0x1d4)],'usage':a97n(0x1f7),'checkWhere':!![],'shortDesc':a97n(0x1ff),'validOpts':['dir','where'],'description':a97n(0x1fe),'examples':[a97n(0x1eb)]},async function(a,b){const o=a97n;try{const c=this[o(0x1e1)]['pathFromApp']({}),d=this[o(0x1e1)]['getProjectConfig']();this['fsi'][o(0x1e3)](d,async()=>{const p=o,f=paramCase(b[p(0x1d5)]),g={'name':pascalCase(b['resourceName']),'collectionName':pascalCase(b[p(0x1d5)]),'fileName':f,'where':b[p(0x1dc)],'test':d[p(0x1d6)]['test'],'noRename':!![]};let h='js';d[p(0x1d6)]['js']===p(0x1ee)&&(h='ts');!this[p(0x1e1)][p(0x1e7)](p(0x1ec))&&(Log[p(0x1e4)](p(0x1f9)),await this['fsi'][p(0x1d7)]('mongo',{'cwd':c}));!this[p(0x1e1)][p(0x1e7)](p(0x1e0))&&(Log[p(0x1e4)](p(0x202)),await this[p(0x1e1)][p(0x1d7)](p(0x1e0),{'cwd':c}));this[p(0x1e1)][p(0x1db)]({'srcPath':p(0x1f3),'destPath':this[p(0x1e1)]['pathFromApp']({'pathParts':['imports','startup',b[p(0x1f1)],p(0x1f6),b[p(0x1df)],f+'.'+h]}),'context':g,'config':d});d['engines'][p(0x1fb)]!==p(0x1fc)&&this['fsi']['template']({'srcPath':p(0x1e9),'destPath':this['fsi'][p(0x1e5)]({'pathParts':[p(0x1f5),p(0x1ed),b[p(0x1f1)],p(0x1f6),b[p(0x1df)],f+p(0x1e8)+h]}),'context':g,'config':d});const i=b['dir']?'/'+b[p(0x1df)]+'/':'/',j=this[p(0x1e1)]['pathFromApp']({'pathParts':['imports',p(0x1ed),b[p(0x1f1)],'index.'+d[p(0x1d6)]['js']]});this[p(0x1e1)][p(0x1d9)]({'filePath':j,'content':'import\x20\x27./collections'+i+f+'\x27;'});});}catch(f){Log['error'](f);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a98q=a98d;(function(a,b){const n=a98d,c=a();while(!![]){try{const d=-parseInt(n(
|
|
1
|
+
const a98q=a98d;function a98d(a,b){const c=a98c();return a98d=function(d,e){d=d-0x10d;let f=c[d];return f;},a98d(a,b);}function a98c(){const t=['create','string','/imports/ui/components','pathFromProject','370056NbAqXd','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','component','injectAtBeginningOfFile','42CCZQjv','import\x20\x27./','findAppDirectory','search','.js','features','1515622vlagdb','graphql','20DTscdA','Scaffolding\x20for\x20a\x20React\x20Component.\x0ahttps://reactjs.org/docs/react-component.html','imports','comp','layouts','apply','fileName','.tests.js','maka\x20g:comp\x20todos/todos-item','tsx','setTemplate','startup','test','pathFromApp','pages','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','reflux','error','toString','export\x20{\x20','theme','import\x20{\x20','getProjectConfig','ramda','fsi','className','component/component.js','1378056oNcFTZ','1317230SzngQe','2839144BTSubB','18uPdQeo','engines','.css','ssr','relative','root','assign','rewriteDestinationPathForEngine','cssCaseName','css','template','resourceName','60932ywGWhg','constructor','baseDir','templates.js','injectAtEndOfFile','checkNpmPackage','client','components','\x27;\x0a','dir','true','import\x20\x27','api','(((.+)+)+)+$','782808sYmWVN','165wvpOzI','react','template/template.css'];a98c=function(){return t;};return a98c();}(function(a,b){const n=a98d,c=a();while(!![]){try{const d=-parseInt(n(0x11a))/0x1+-parseInt(n(0x12c))/0x2+-parseInt(n(0x126))/0x3*(-parseInt(n(0x158))/0x4)+-parseInt(n(0x12e))/0x5*(parseInt(n(0x122))/0x6)+parseInt(n(0x14b))/0x7+parseInt(n(0x149))/0x8*(-parseInt(n(0x14c))/0x9)+parseInt(n(0x14a))/0xa*(parseInt(n(0x11b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a98c,0x7100e));const a98b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a98d;if(c){const e=c[o(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a98a=a98b(this,function(){const p=a98d;return a98a[p(0x140)]()[p(0x129)](p(0x119))[p(0x140)]()[p(0x10d)](a98a)[p(0x129)](p(0x119));});a98a();import a98e from'path';import{camelCase,paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';const aliases=[a98q(0x131)];Generator[a98q(0x11e)]({'name':a98q(0x124),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{comp}\x20[path/]<name>','shortDesc':a98q(0x12f),'validOpts':[{'name':a98q(0x10e),'values':['hooks',a98q(0x113),a98q(0x13c),a98q(0x132)]}],'examples':[a98q(0x136)]},async function(a,b){const r=a98q;try{const c=this[r(0x146)][r(0x128)](),d=b[r(0x10e)]?'/imports/ui/'+b[r(0x10e)]:r(0x120),f=this[r(0x146)]['pathFromApp']({'pathParts':[d,b[r(0x115)],paramCase(b['resourceName']),paramCase(b[r(0x157)])]}),g=await this[r(0x146)][r(0x144)]();this[r(0x146)]['withValue'](g,async()=>{const s=r;typeof g[s(0x156)][s(0x13a)]===s(0x11f)&&(g[s(0x156)][s(0x13a)]=g['template'][s(0x13a)]==='true'?!![]:![],this[s(0x146)][s(0x138)](s(0x13a),g[s(0x156)]['test']));typeof g[s(0x156)]['css']===s(0x11f)&&(g[s(0x156)][s(0x155)]=g[s(0x156)][s(0x155)]===s(0x116)?!![]:![],this[s(0x146)]['setTemplate'](s(0x155),g[s(0x156)][s(0x155)]));typeof g[s(0x156)]['js']===s(0x11f)&&(g[s(0x156)]['js']=g[s(0x156)]['js']===s(0x116)?!![]:![],this[s(0x146)][s(0x138)]('js',g[s(0x156)]['js']));!g['features']&&(g['features']={});!b[s(0x151)]&&!this[s(0x146)][s(0x111)](s(0x145))&&(Log['warn'](s(0x123)),await this[s(0x146)]['installNpmPackage'](s(0x145),{'cwd':c}));if(!b[s(0x151)]&&!this[s(0x146)][s(0x111)](s(0x11c))){Log['error'](s(0x13d));return;}const h={'name':pascalCase(b[s(0x157)]),'myPath':a98e[s(0x150)](this[s(0x146)][s(0x121)]({}),f),'cssCaseName':paramCase(b[s(0x157)]),'className':pascalCase(b[s(0x157)]),'camelCaseName':camelCase(b['resourceName']),'fileName':paramCase(b[s(0x157)]),'graphql':g[s(0x14d)][s(0x12d)],'features':g[s(0x12b)],'client':g[s(0x14d)][s(0x112)],'api':g[s(0x14d)][s(0x118)],'ssr':g[s(0x14d)][s(0x14f)],'test':g[s(0x14d)]['test'],'theme':g['engines'][s(0x142)],'isLayout':![],'isComponent':!![],'withTranslations':g[s(0x12b)]['withTranslations']};this[s(0x146)]['template']({'srcPath':s(0x148),'destPath':f+s(0x12a),'context':h,'framework':'react','config':g});g['engines'][s(0x13a)]!=='none'&&this[s(0x146)]['template']({'srcPath':'test/test.js','destPath':f+s(0x135),'context':h,'framework':s(0x11c),'config':g});g[s(0x156)][s(0x155)]&&(this[s(0x146)][s(0x156)]({'srcPath':s(0x11d),'destPath':f+s(0x14e),'context':Object[s(0x152)]({},h,{'className':paramCase(b[s(0x157)])}),'config':g}),this[s(0x146)][s(0x125)]({'filePath':f+'.'+g[s(0x14d)]['js'],'content':s(0x127)+h[s(0x154)]+'.'+g[s(0x14d)][s(0x155)]+'\x27;'}));const i=b[s(0x115)]?'/'+b['dir']+'/':'/',j=''+d+i+h[s(0x134)]+'/'+h[s(0x134)];let k;if(g['engines']['ssr']===s(0x116)){const l=this[s(0x146)][s(0x13b)]({'pathParts':[s(0x130),s(0x139),'lib','templates.js']});k=this[s(0x146)]['rewriteDestinationPathForEngine']({'pathParts':[l],'config':g});}else{const m=this[s(0x146)][s(0x13b)]({'pathParts':['imports',s(0x139),'client',s(0x10f)]});k=this[s(0x146)][s(0x153)]({'pathParts':[m],'config':g});}g[s(0x14d)][s(0x112)]===s(0x11c)||g[s(0x14d)][s(0x112)]===s(0x13e)?(g['engines']['js']===s(0x137)?this['fsi'][s(0x125)]({'filePath':k,'content':s(0x143)+h['className']+'\x20}\x20from\x20\x27'+j+s(0x114)}):this[s(0x146)][s(0x125)]({'filePath':k,'content':s(0x143)+h[s(0x147)]+'\x20}\x20from\x20\x27'+j+'.'+g['engines']['js']+s(0x114)}),this[s(0x146)][s(0x110)]({'filePath':k,'content':s(0x141)+h[s(0x147)]+'\x20};\x0a'})):this[s(0x146)][s(0x110)]({'filePath':k,'content':s(0x117)+j+'.'+g['engines']['js']+s(0x114)});});}catch(h){Log[r(0x13f)](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a99c(){const n=['
|
|
1
|
+
const a99k=a99d;function a99c(){const n=['pathFromProject','config/process.env','resourceName','6ycxVAW','2332605xVzsre','constructor','fsi','production','503706eOlrDd','isDocker','maka\x20{generate,\x20g}:{config}\x20<name>','5917050fbtViH','toString','development','21wQjcAj','template','256661hjJlGx','appName','settings.json','prod','16mpBMjo','dev','142408JdDYZx','search','3150738oVgdSM','maka\x20g:config\x20production','15019356uOyUpt','withValue','51hGyxpc','(((.+)+)+)+$','config','config/settings.json','apply','create'];a99c=function(){return n;};return a99c();}(function(a,b){const h=a99d,c=a();while(!![]){try{const d=parseInt(h(0xdc))/0x1*(parseInt(h(0xf1))/0x2)+parseInt(h(0xe8))/0x3*(parseInt(h(0xe2))/0x4)+parseInt(h(0xf2))/0x5+parseInt(h(0xf6))/0x6*(parseInt(h(0xfc))/0x7)+parseInt(h(0xe0))/0x8*(-parseInt(h(0xe4))/0x9)+parseInt(h(0xf9))/0xa+-parseInt(h(0xe6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a99c,0x974d8));const a99b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a99d;if(c){const e=c[i(0xec)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a99a=a99b(this,function(){const j=a99d;return a99a[j(0xfa)]()[j(0xe3)](j(0xe9))[j(0xfa)]()[j(0xf3)](a99a)[j(0xe3)](j(0xe9));});a99a();import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';function a99d(a,b){const c=a99c();return a99d=function(d,e){d=d-0xdc;let f=c[d];return f;},a99d(a,b);}Generator[a99k(0xed)]({'name':'config','usage':a99k(0xf8),'shortDesc':'Generate\x20configuration\x20settings.','validOpts':[a99k(0xf7)],'examples':[a99k(0xe5)]},function(a,b){const l=a99k,c=this[l(0xf4)]['getProjectConfig']();this[l(0xf4)][l(0xe7)](c,async()=>{const m=l,d={'app':c[m(0xdd)],'appFileCase':paramCase(c['appName']),'name':pascalCase(b['resourceName']),'fileName':paramCase(b[m(0xf0)]),'camelCase':camelCase(b[m(0xf0)]),'userName':'ubuntu','isDocker':b['isDocker']};let e=b[m(0xf0)];if(e===m(0xe1))e=m(0xfb);else e===m(0xdf)&&(e=m(0xf5));const f=this[m(0xf4)][m(0xee)]({'pathParts':[m(0xea),e,m(0xde)]});this['fsi'][m(0xfd)]({'srcPath':m(0xeb),'destPath':f,'context':d,'config':c});if(!b[m(0xf7)]){const g=this[m(0xf4)][m(0xee)]({'pathParts':[m(0xea),e,'process.env']});this[m(0xf4)][m(0xfd)]({'srcPath':m(0xef),'destPath':g,'context':d,'config':c});}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a100m=a100d;function a100c(){const p=['
|
|
1
|
+
const a100m=a100d;function a100c(){const p=['fsi','1128QcIDGf','getProjectConfig','search','constructor','server','resourceName','injectAtEndOfFile','Npm\x20package\x20\x22mssql\x22\x20not\x20installed,\x20installing...','4485604jORgbq','mssql','Npm\x20package\x20\x22better-sqlite3\x22\x20not\x20installed,\x20installing...','2882tNvzGi','677604rjDRrJ','import\x20\x27./register-','maka\x20g:dbc\x20azure\x20--type=mssql','72duvLcD','dbc','dir','(((.+)+)+)+$','warn','sqlite','Scaffolding\x20for\x20creating\x20a\x20for\x20a\x20database\x20connection.','23490UEqAoS','type','better-sqlite3','1013628WXBWNR','apply','maka\x20g:dbc\x20geoserver\x20--type=pgsql','pgsql','8770EvfPMU','startup','config.','toString','imports','422411bXNnjF','error','tsx','index.','612405JQWQqi','Npm\x20package\x20\x22pg\x22\x20not\x20installed,\x20installing...','pathFromApp','3aKcznV','template','-dbc\x27;','installNpmPackage','maka\x20g:dbc\x20todos\x20--type=sqlite','dbc/config.js','dbc/conn.js','checkNpmPackage','-dbc.'];a100c=function(){return p;};return a100c();}(function(a,b){const j=a100d,c=a();while(!![]){try{const d=-parseInt(j(0x121))/0x1+parseInt(j(0x10b))/0x2+parseInt(j(0xf5))/0x3*(-parseInt(j(0x107))/0x4)+parseInt(j(0x115))/0x5*(parseInt(j(0xff))/0x6)+-parseInt(j(0x118))/0x7*(-parseInt(j(0x10e))/0x8)+-parseInt(j(0x125))/0x9+-parseInt(j(0x11c))/0xa*(parseInt(j(0x10a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a100c,0xa6e6f));const a100b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a100d;if(c){const e=c[k(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a100a=a100b(this,function(){const l=a100d;return a100a[l(0x11f)]()['search'](l(0x111))['toString']()[l(0x102)](a100a)[l(0x101)](l(0x111));});a100a();function a100d(a,b){const c=a100c();return a100d=function(d,e){d=d-0xf3;let f=c[d];return f;},a100d(a,b);}import{camelCase,paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator['create']({'name':'dbc','usage':'maka\x20{generate,\x20g}:{dbc}\x20<connection-name>','shortDesc':a100m(0x114),'validOpts':[a100m(0x110)],'mustBeInMakaProject':!![],'requiredOpts':[{'name':a100m(0x116),'values':[a100m(0x11b),a100m(0x108),'sqlite']}],'examples':[a100m(0x11a),a100m(0x10d),a100m(0xf9)]},async function(a,b){const n=a100m;try{const c=await this[n(0xfe)][n(0x100)](),d=this[n(0xfe)]['pathFromApp']({}),f=paramCase(b[n(0x104)]),g={'name':pascalCase(b[n(0x104)]),'fileName':paramCase(b[n(0x104)]),'camelCase':camelCase(b['resourceName']),'type':b[n(0x116)],'engine':c['engines']['js'],'noRename':!![]};this['fsi']['withValue'](c,async()=>{const o=n;let h='js';c['engines']['js']===o(0x123)&&(h='ts');b[o(0x116)]===o(0x11b)&&!this['fsi'][o(0xfc)]('pg')&&(Log[o(0x112)](o(0xf3)),await this[o(0xfe)]['installNpmPackage']('pg',{'cwd':d}));b[o(0x116)]==='mssql'&&!this[o(0xfe)][o(0xfc)]('mssql')&&(Log[o(0x112)](o(0x106)),await this['fsi'][o(0xf8)](o(0x108),{'cwd':d}));b['type']===o(0x113)&&!this[o(0xfe)][o(0xfc)](o(0x117))&&(Log[o(0x112)](o(0x109)),await this[o(0xfe)]['installNpmPackage']('better-sqlite3',{'cwd':d}));this[o(0xfe)]['template']({'srcPath':o(0xfa),'destPath':this[o(0xfe)][o(0xf4)]({'pathParts':[o(0x120),'startup',o(0x103),o(0x10f),b['dir'],f,o(0x11e)+h]}),'context':g,'config':c}),this[o(0xfe)][o(0xf6)]({'srcPath':o(0xfb),'destPath':this[o(0xfe)][o(0xf4)]({'pathParts':[o(0x120),o(0x11d),o(0x103),o(0x10f),b['dir'],f,'conn.'+h]}),'context':g,'config':c}),this[o(0xfe)][o(0xf6)]({'srcPath':'dbc/register-dbc.js','destPath':this[o(0xfe)]['pathFromApp']({'pathParts':[o(0x120),o(0x11d),'server','register-'+f+o(0xfd)+h]}),'context':g,'config':c});const i=this[o(0xfe)][o(0xf4)]({'pathParts':['imports',o(0x11d),o(0x103),o(0x124)+c['engines']['js']]});this[o(0xfe)][o(0x105)]({'filePath':i,'content':o(0x10c)+f+o(0xf7)});});}catch(h){Log[n(0x122)](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a101i=a101d;(function(a,b){const f=a101d,c=a();while(!![]){try{const d
|
|
1
|
+
function a101c(){const l=['withValue','create','23772xRrhvw','Generate\x20an\x20updated\x20dockerfile','getProjectConfig','toString','3823320KiDjZx','build','4Hirukh','fsi','constructor','apply','1641496uRTrDT','template','findProjectDirectory','docker/Dockerfile','527932KsjEfU','15AujpNS','app.tar.gz','10416854xFyTGx','9UcczOZ','5268gGLFyz','service','2265RJBETW','(((.+)+)+)+$','maka\x20g:dockerfile','getGlobalConfig','13178JMhmWp','598225KLwyOJ','error','join','maka\x20{generate,\x20g}:dockerfile','search'];a101c=function(){return l;};return a101c();}const a101i=a101d;(function(a,b){const f=a101d,c=a();while(!![]){try{const d=parseInt(f(0xa0))/0x1*(parseInt(f(0xad))/0x2)+-parseInt(f(0xb6))/0x3*(-parseInt(f(0xb5))/0x4)+-parseInt(f(0xbc))/0x5*(-parseInt(f(0xba))/0x6)+parseInt(f(0xb8))/0x7+-parseInt(f(0xb1))/0x8*(parseInt(f(0xb9))/0x9)+-parseInt(f(0xab))/0xa+-parseInt(f(0x9f))/0xb*(parseInt(f(0xa7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a101c,0xbec98));const a101b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a101d;if(c){const e=c[g(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a101a=a101b(this,function(){const h=a101d;return a101a[h(0xaa)]()[h(0xa4)](h(0xbd))['toString']()[h(0xaf)](a101a)[h(0xa4)](h(0xbd));});a101a();function a101d(a,b){const c=a101c();return a101d=function(d,e){d=d-0x9e;let f=c[d];return f;},a101d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import a101e from'path';Generator[a101i(0xa6)]({'name':'dockerfile','usage':a101i(0xa3),'shortDesc':a101i(0xa8),'validOpts':[],'noResource':!![],'examples':[a101i(0xbe)]},async function(){const j=a101i;try{const a=await this[j(0xae)][j(0xa9)](),b=await this[j(0xae)][j(0x9e)](),c=this['fsi'][j(0xb3)]();this[j(0xae)][j(0xa5)](a,async()=>{const k=j,d={'app':b['appName'],'config':a,'appPath':a101e[k(0xa2)](c,'app'),'bundlePath':a101e[k(0xa2)](c,k(0xac),k(0xb7)),'useCert':this['fsi']['isFile'](b['cert'])};this[k(0xae)][k(0xb2)]({'srcPath':k(0xb4),'destPath':a101e[k(0xa2)](c,'Dockerfile'),'framework':k(0xbb),'context':d,'config':a});});}catch(d){Log[j(0xa1)](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a102r=a102d;
|
|
1
|
+
const a102r=a102d;function a102c(){const u=['withTranslations','.js','pathFromApp','tsx','\x27;\x0a','apply','lib','resourceName','checkNpmPackage','installNpmPackage','fileName','import\x20\x27./','injectAtBeginningOfFile','engines','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','className','theme','template','/imports/ui/hooks','(((.+)+)+)+$','278KZLFXJ','layouts','149496dDFCrr','string','components','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','none','client','features','8SQUADf','124201dXeMTD','\x20};\x0a','dir','rewriteDestinationPathForEngine','8163rZDzqI','4552205lYugks','injectAtEndOfFile','setTemplate','imports','getProjectConfig','pages','108CbjcfF','error','warn','test','Creating\x20','search','16447896QnUiCU','startup','toString','create','.css','template/template.css','24divleZ','import\x20{\x20','relative','maka\x20g:hook\x20cool-hook','css','react','fsi','hook/hook.js','baseDir','65105wKvyJw','withValue','hook','.app-tests.js','templates.js','\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','@apollo/client','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','graphql','import\x20\x27','740PWhdtN','615yVFXjG','true','\x20}\x20from\x20\x27'];a102c=function(){return u;};return a102c();}(function(a,b){const o=a102d,c=a();while(!![]){try{const d=-parseInt(o(0x86))/0x1*(parseInt(o(0x9d))/0x2)+-parseInt(o(0x72))/0x3*(-parseInt(o(0x9f))/0x4)+-parseInt(o(0x7b))/0x5*(-parseInt(o(0x66))/0x6)+-parseInt(o(0xac))/0x7*(-parseInt(o(0xa6))/0x8)+-parseInt(o(0xab))/0x9+-parseInt(o(0x85))/0xa*(-parseInt(o(0xa7))/0xb)+-parseInt(o(0x6c))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a102c,0x893f9));const a102b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a102d;if(c){const e=c[p(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a102a=a102b(this,function(){const q=a102d;return a102a[q(0x6e)]()[q(0x6b)](q(0x9c))[q(0x6e)]()['constructor'](a102a)['search'](q(0x9c));});a102a();import a102e from'path';function a102d(a,b){const c=a102c();return a102d=function(d,e){d=d-0x64;let f=c[d];return f;},a102d(a,b);}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[a102r(0x6f)]({'name':a102r(0x7d),'aliases':['h'],'checkWhere':![],'usage':a102r(0xa2),'shortDesc':a102r(0x82),'validOpts':[{'name':a102r(0x7a),'values':['hooks',a102r(0xa1),a102r(0x65),a102r(0x9e)]}],'examples':[a102r(0x75)],'description':a102r(0x80)},async function(a,b){const s=a102r;Log['notice'](s(0x6a)+b[s(0x90)]+'\x20hook...');try{const c=this[s(0x78)][s(0x91)](s(0x77));if(!c){Log[s(0x67)](s(0x97));throw new UsageError();}const d=this[s(0x78)][s(0x8b)](b),f=b[s(0x7a)]?'/imports/ui/'+b[s(0x7a)]:s(0x9b),g=this[s(0x78)]['pathFromApp']({'pathParts':[f,b[s(0xa9)],paramCase(b['resourceName']),paramCase(b[s(0x90)])]}),h=await this[s(0x78)][s(0x64)]();this[s(0x78)][s(0x7c)](h,async()=>{const t=s;typeof h[t(0x9a)]['css']===t(0xa0)&&(h[t(0x9a)]['css']=h[t(0x9a)][t(0x76)]===t(0x87)?!![]:![],this[t(0x78)][t(0xae)](t(0x76),h[t(0x9a)]['css']));h[t(0x96)]['graphql']==='apollo'&&!this['fsi'][t(0x91)](t(0x81))&&(Log[t(0x68)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),await this[t(0x78)][t(0x92)]('@apollo/client\x20isomorphic-fetch',{'cwd':d}));const i={'cssCaseName':paramCase(b[t(0x90)]),'camelCaseName':camelCase(b[t(0x90)]),'className':pascalCase(b[t(0x90)]),'name':pascalCase(b[t(0x90)]),'graphql':h['engines'][t(0x83)],'theme':h['engines'][t(0x99)],'features':h[t(0xa5)],'myPath':a102e[t(0x74)](this[t(0x78)]['pathFromProject']({}),g),'fileName':paramCase(b[t(0x90)]),'isComponent':![],'isLayout':![],'withTranslations':h[t(0xa5)][t(0x89)]};this[t(0x78)][t(0x9a)]({'srcPath':t(0x79),'destPath':g+t(0x8a),'context':i,'config':h,'framework':t(0x77)});h[t(0x9a)][t(0x76)]&&(this[t(0x78)][t(0x9a)]({'srcPath':t(0x71),'destPath':g+t(0x70),'context':Object['assign']({},i,{'className':i['cssCaseName']}),'config':h}),this['fsi'][t(0x95)]({'filePath':g+'.'+h[t(0x96)]['js'],'content':t(0x94)+i[t(0x93)]+'.'+h['engines']['css']+'\x27;'}));h[t(0x96)][t(0x69)]!==t(0xa3)&&this[t(0x78)][t(0x9a)]({'srcPath':'test/test.js','destPath':g+t(0x7e),'framework':t(0x77),'context':i,'config':h});const j=b[t(0xa9)]?'/'+b[t(0xa9)]+'/':'/',k=''+f+j+i[t(0x93)]+'/'+i[t(0x93)];let l;if(h[t(0x96)]['ssr']===t(0x87)){const m=this['fsi'][t(0x8b)]({'pathParts':['imports',t(0x6d),t(0x8f),t(0x7f)]});l=this[t(0x78)][t(0xaa)]({'pathParts':[m],'config':h});}else{const n=this['fsi']['pathFromApp']({'pathParts':[t(0xaf),'startup',t(0xa4),t(0x7f)]});l=this[t(0x78)][t(0xaa)]({'pathParts':[n],'config':h});}h[t(0x96)][t(0xa4)]===t(0x77)?(h[t(0x96)]['js']===t(0x8c)?this[t(0x78)][t(0x95)]({'filePath':l,'content':t(0x73)+i[t(0x98)]+t(0x88)+k+t(0x8d)}):this[t(0x78)][t(0x95)]({'filePath':l,'content':t(0x73)+i['className']+t(0x88)+k+'.'+h['engines']['js']+t(0x8d)}),this[t(0x78)]['injectAtEndOfFile']({'filePath':l,'content':'export\x20{\x20'+i[t(0x98)]+t(0xa8)})):this[t(0x78)][t(0xad)]({'filePath':l,'content':t(0x84)+k+'.'+h[t(0x96)]['js']+t(0x8d)});});}catch(i){Log[s(0x67)](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a103j=a103d;(function(a,b){const h=a103d,c=a();while(!![]){try{const d=-parseInt(h(0x192))/0x1+parseInt(h(0x17c))/0x2+-parseInt(h(0x189))/0x3+parseInt(h(0x183))/0x4+-parseInt(h(0x18c))/0x5*(parseInt(h(0x184))/0x6)+parseInt(h(0x18d))/0x7*(parseInt(h(0x193))/0x8)+-parseInt(h(0x187))/0x9*(-parseInt(h(0x17d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a103c,0x5106e));function a103c(){const m=['581004TQhXqK','search','(Placeholder)\x20Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','495745ioZEtA','7FDwRPe','toString','resourceName','NIE','error','208893CiWELZ','3476968miQBDf','notice','fsi','create','(blank)','engines','maka\x20{generate,\x20g}:{kit}\x20<kit-name>','maka\x20g:k\x20city-map\x20--type=leaflet-map','indexOf','4378IvvWeL','30UtgmNP','maka\x20g:kit\x20--type=map','login',',\x20you\x20must\x20provide\x20a\x20valid\x20type\x20as\x20an\x20argument','Invalid\x20type\x20','withValue','1884520Vtiugg','36bhqcLn','leaflet-map','type','1264203rLdbZb','(((.+)+)+)+$'];a103c=function(){return m;};return a103c();}const a103b=(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;};}()),a103a=a103b(this,function(){const i=a103d;return a103a[i(0x18e)]()[i(0x18a)](i(0x188))[i(0x18e)]()['constructor'](a103a)[i(0x18a)](i(0x188));});a103a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a103d(a,b){const c=a103c();return a103d=function(d,e){d=d-0x175;let f=c[d];return f;},a103d(a,b);}import{camelCase,paramCase,pascalCase}from'change-case';Generator[a103j(0x176)]({'name':'kit','aliases':['k'],'usage':a103j(0x179),'shortDesc':a103j(0x18b),'validOpts':['type'],'examples':[a103j(0x17e),a103j(0x17a)]},async function(a,b){const k=a103j;try{const c=this[k(0x175)]['getProjectConfig']();this[k(0x175)][k(0x182)](c,async()=>{const l=k,d={'name':pascalCase(b[l(0x18f)]),'fileName':paramCase(b[l(0x18f)]),'camelCase':camelCase(b[l(0x18f)]),'type':b[l(0x186)],'engine':c[l(0x178)]['js'],'noRename':!![]},f=[l(0x185),l(0x17f)];if(f[l(0x17b)](d['type'])<0x0){const g=d[l(0x186)]?d['type']:l(0x177);Log[l(0x191)](l(0x181)+g+l(0x180));return;}b['type']==='map'&&Log[l(0x194)]('NIE'),b[l(0x186)]===l(0x17f)&&Log['notice'](l(0x190));});}catch(d){Log['error'](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a104r=a104d;(function(a,b){const o=a104d,c=a();while(!![]){try{const d
|
|
1
|
+
const a104r=a104d;function a104c(){const u=['Scaffolding\x20for\x20a\x20React\x20Layout.','toString','features','hook/hook.js','fileName','import\x20\x27','test','css','constructor','\x20};\x0a','8582IoiOTF','template/template.css','export\x20{\x20','/imports/ui/layouts','lib','(((.+)+)+)+$','templates.js','injectAtBeginningOfFile','test/test.js','withValue','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','1937270XzJtzP','installNpmPackage','fsi','88DSxCfI','client','pathFromApp','true','.js','className','.app-tests.js','findAppDirectory','4cPAQqX','.css','none','checkNpmPackage','8AfbAKv','2634XKQWVa','engines','688474wkytaE','\x27;\x0a','search','relative','theme','maka\x20g:l\x20web/safari','warn','apply','4513815IbGDQW','rewriteDestinationPathForEngine','ssr','setTemplate','\x20}\x20from\x20\x27','getProjectConfig','import\x20{\x20','2505560PkBVMo','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','6276UeKlVX','resourceName','assign','imports','startup','string','dir','component/component.js','maka\x20g:layout\x20mobile/iPhone8','injectAtEndOfFile','13787WAEGGM','split','template','ramda','react'];a104c=function(){return u;};return a104c();}(function(a,b){const o=a104d,c=a();while(!![]){try{const d=-parseInt(o(0xbf))/0x1+parseInt(o(0xa4))/0x2+parseInt(o(0xb5))/0x3*(-parseInt(o(0x9d))/0x4)+-parseInt(o(0xb3))/0x5+parseInt(o(0xa2))/0x6*(-parseInt(o(0x87))/0x7)+-parseInt(o(0xa1))/0x8*(parseInt(o(0xac))/0x9)+parseInt(o(0x92))/0xa*(parseInt(o(0x95))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a104c,0x525a1));const a104b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a104d;if(c){const e=c[p(0xab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a104a=a104b(this,function(){const q=a104d;return a104a['toString']()[q(0xa6)](q(0x8c))[q(0xc5)]()[q(0x85)](a104a)[q(0xa6)](q(0x8c));});function a104d(a,b){const c=a104c();return a104d=function(d,e){d=d-0x80;let f=c[d];return f;},a104d(a,b);}a104a();import a104e 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':'layout','aliases':aliases,'usage':a104r(0xb4),'shortDesc':a104r(0xc4),'validOpts':[],'examples':[a104r(0xbd),a104r(0xa9)]},function(a,b){const s=a104r,c=s(0x8a),d=this['fsi'][s(0x9c)](),e=this[s(0x94)][s(0x97)]({'pathParts':[c,b[s(0xbb)],paramCase(b[s(0xb6)]),paramCase(b[s(0xb6)])]}),f=this[s(0x94)][s(0xb1)]();this[s(0x94)][s(0x90)](f,()=>{const t=s;typeof f[t(0xc1)][t(0x83)]===t(0xba)&&(f[t(0xc1)][t(0x83)]=f[t(0xc1)]['test']===t(0x98)?!![]:![],this[t(0x94)]['setTemplate'](t(0x83),f[t(0xc1)][t(0x83)]));typeof f['template'][t(0x84)]===t(0xba)&&(f[t(0xc1)]['css']=f[t(0xc1)][t(0x84)]===t(0x98)?!![]:![],this[t(0x94)][t(0xaf)](t(0x84),f[t(0xc1)][t(0x84)]));typeof f[t(0xc1)]['js']===t(0xba)&&(f['template']['js']=f['template']['js']==='true'?!![]:![],this[t(0x94)][t(0xaf)]('js',f['template']['js']));!f[t(0xc6)]&&(f['features']={});const g=b['_']?b['_'][0x0][t(0xc0)](':')[0x1]:![],h=b['_']&&aliases['includes'](g);h&&!this[t(0xa0)](t(0xc2))&&(Log['warn'](t(0x91)),this[t(0x94)][t(0x93)](t(0xc2),{'cwd':d}));if(h&&!this['checkNpmPackage']('react')){Log[t(0xaa)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');return;}const i={'name':pascalCase(b[t(0xb6)]),'myPath':a104e[t(0xa7)](this['fsi']['pathFromProject']({}),e),'cssCaseName':paramCase(b[t(0xb6)]),'className':pascalCase(b[t(0xb6)]),'camelCaseName':camelCase(b[t(0xb6)]),'fileName':paramCase(b[t(0xb6)]),'graphql':f['engines']['graphql'],'features':f[t(0xc6)],'client':f['engines'][t(0x96)],'api':f[t(0xa3)]['api'],'ssr':f[t(0xa3)]['ssr'],'test':f[t(0xa3)]['test'],'theme':f[t(0xa3)][t(0xa8)],'isComponent':![],'isLayout':!![],'withTranslations':f[t(0xc6)]['withTranslations']};f[t(0xc6)]?.['withHooks']||b['withHook']?this[t(0x94)][t(0xc1)]({'srcPath':t(0x80),'destPath':e+'.js','framework':t(0xc3),'context':i,'config':f}):this[t(0x94)][t(0xc1)]({'srcPath':t(0xbc),'destPath':e+t(0x99),'framework':t(0xc3),'context':i,'config':f});f[t(0xa3)][t(0x83)]!==t(0x9f)&&this['fsi'][t(0xc1)]({'srcPath':t(0x8f),'destPath':e+t(0x9b),'framework':t(0xc3),'context':i,'config':f});f[t(0xc1)][t(0x84)]&&(this['fsi']['template']({'srcPath':t(0x88),'destPath':e+t(0x9e),'context':Object[t(0xb7)]({},i,{'className':paramCase(b[t(0xb6)])}),'config':f}),this[t(0x94)][t(0x8e)]({'filePath':e+'.'+f[t(0xa3)]['js'],'content':'import\x20\x27./'+i[t(0x81)]+'.'+f[t(0xa3)][t(0x84)]+'\x27;'}));const j=b[t(0xbb)]?'/'+b[t(0xbb)]+'/':'/',k=''+c+j+i['fileName']+'/'+i[t(0x81)];let l;if(f[t(0xa3)][t(0xae)]==='true'){const m=this[t(0x94)][t(0x97)]({'pathParts':[t(0xb8),t(0xb9),t(0x8b),t(0x8d)]});l=this[t(0x94)][t(0xad)]({'pathParts':[m],'config':f});}else{const n=this[t(0x94)][t(0x97)]({'pathParts':[t(0xb8),'startup',t(0x96),t(0x8d)]});l=this[t(0x94)][t(0xad)]({'pathParts':[n],'config':f});}f[t(0xa3)][t(0x96)]===t(0xc3)?(f[t(0xa3)]['js']==='tsx'?this[t(0x94)]['injectAtBeginningOfFile']({'filePath':l,'content':t(0xb2)+i['className']+t(0xb0)+k+t(0xa5)}):this['fsi']['injectAtBeginningOfFile']({'filePath':l,'content':t(0xb2)+i['className']+t(0xb0)+k+'.'+f[t(0xa3)]['js']+'\x27;\x0a'}),this[t(0x94)][t(0xbe)]({'filePath':l,'content':t(0x89)+i[t(0x9a)]+t(0x86)})):this[t(0x94)]['injectAtEndOfFile']({'filePath':l,'content':t(0x82)+k+'.'+f[t(0xa3)]['js']+t(0xa5)});});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a105i=a105d;(function(a,b){const f=a105d,c=a();while(!![]){try{const d=parseInt(f(0x1d2))/0x1+parseInt(f(0x1c8))/0x2+-parseInt(f(0x1d8))/0x3*(parseInt(f(0x1c7))/0x4)+-parseInt(f(0x1c4))/0x5*(parseInt(f(0x1d0))/0x6)+parseInt(f(0x1ce))/0x7*(parseInt(f(0x1cf))/0x8)+parseInt(f(0x1d7))/0x9*(-parseInt(f(0x1d5))/0xa)+-parseInt(f(0x1ca))/0xb*(-parseInt(f(0x1c6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a105c,0xd3a60));const a105b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a105d;if(c){const e=c[g(0x1c9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a105a=a105b(this,function(){const h=a105d;return a105a[h(0x1c5)]()[h(0x1d3)](h(0x1d6))['toString']()[h(0x1cc)](a105a)[h(0x1d3)](h(0x1d6));});a105a();function a105c(){const j=['132285iHpMzD','toString','12JqSQmX','5080396gJepzY','82842srzzqF','apply','9972413yICaCw','maka\x20<generate>:<entity>\x20[<args>]\x20[<opts>]','constructor','Maka!','4561109xGMVKX','8zaJVRu','6jWxBRa','maka','1131601vrjGmL','search','maka\x20g:hook\x20cool-hook','20BIjbUh','(((.+)+)+)+$','2554758agDCWf','3cFwFIt','\x0a\x20\x20For\x20more\x20information\x20visit:\x0a\x20\x20\x20\x20https://www.maka-cli.com\x0a\x20\x20\x20\x20https://medium.com/@maka-io\x0a\x20\x20\x20\x20https://gitter.im/meteor/meteor\x20(@maka-io)\x0a\x20\x20'];a105c=function(){return j;};return a105c();}import{Generator}from'../generator.js';function a105d(a,b){const c=a105c();return a105d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a105d(a,b);}const MakaGen=new Generator({'name':a105i(0x1d1),'shortDesc':a105i(0x1cd),'validOpts':[],'description':a105i(0x1d9),'usage':a105i(0x1cb),'examples':['maka\x20generate:api\x20Trucks',a105i(0x1d4)]},function(){return null;});export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a106n=a106d;(function(a,b){const k=a106d,c=a();while(!![]){try{const d
|
|
1
|
+
const a106n=a106d;(function(a,b){const k=a106d,c=a();while(!![]){try{const d=-parseInt(k(0x1a1))/0x1+-parseInt(k(0x1a7))/0x2*(-parseInt(k(0x1b0))/0x3)+parseInt(k(0x19f))/0x4+parseInt(k(0x1ac))/0x5+-parseInt(k(0x18e))/0x6*(-parseInt(k(0x1a6))/0x7)+-parseInt(k(0x1ad))/0x8+-parseInt(k(0x191))/0x9*(parseInt(k(0x18a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a106c,0x62ac1));const a106b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a106d;if(c){const e=c[l(0x19a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a106a=a106b(this,function(){const m=a106d;return a106a[m(0x1a3)]()[m(0x196)](m(0x1a4))[m(0x1a3)]()[m(0x18d)](a106a)[m(0x196)](m(0x1a4));});a106a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a106c(){const q=['9IRDTRF','mdg:validated-method','ddp-rate-limiter','withValue','pathFromApp','search','method/method.js','Meteor\x20package\x20\x22check\x22\x20or\x20\x22ddp-rate-limiter\x22\x20or\x20\x22mdg:validated-method\x22\x20is\x20not\x20installed,\x20installing...','getProjectConfig','apply','-rpc-method.','appPathPrefix','checkMeteorPackage','warn','2913900odZaUo','resourceName','392583QNJSjJ','startup','toString','(((.+)+)+)+$','tsx','112SLZukz','15118yzRmie','create','maka\x20g:method\x20todos','check\x20ddp-rate-limiter\x20mdg:validated-method','installMeteorPackage','1705970eFtcDm','4357320ZFMBjf','import\x20\x27./methods','injectAtEndOfFile','18ZqCXqs','3575660OKveyF','dir','fsi','constructor','218982OPiZdT','imports','method'];a106c=function(){return q;};return a106c();}import{camelCase,paramCase,pascalCase}from'change-case';function a106d(a,b){const c=a106c();return a106d=function(d,e){d=d-0x18a;let f=c[d];return f;},a106d(a,b);}Generator[a106n(0x1a8)]({'name':a106n(0x190),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{method,\x20m}\x20name','checkWhere':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','validOpts':['dir'],'examples':[a106n(0x1a9)]},function(a,b){const o=a106n;try{const c=this[o(0x18c)][o(0x199)]();this[o(0x18c)][o(0x194)](c,async()=>{const p=o,d=paramCase(b[p(0x1a0)]),f={'name':b[p(0x1a0)],'fileName':d,'className':pascalCase(b['resourceName']),'camelCase':camelCase(b[p(0x1a0)]),'noRename':!![]};let g='js';c['engines']['js']===p(0x1a5)&&(g='ts');const h=this[p(0x18c)][p(0x195)]({});(!this[p(0x18c)]['checkMeteorPackage']('check')||!this[p(0x18c)][p(0x19d)](p(0x193))||!this['fsi']['checkMeteorPackage'](p(0x192)))&&(Log[p(0x19e)](p(0x198)),this['fsi'][p(0x1ab)](p(0x1aa),{'cwd':h}));this[p(0x18c)]['template']({'srcPath':p(0x197),'destPath':this[p(0x18c)][p(0x195)]({'pathParts':['imports',p(0x1a2),b['appPathPrefix'],'methods',b['dir'],d+p(0x19b)+g]}),'context':f,'config':c});const i=b[p(0x18b)]?'/'+b['dir']+'/':'/',j=this[p(0x18c)]['pathFromApp']({'pathParts':[p(0x18f),p(0x1a2),b[p(0x19c)],'index.'+c['engines']['js']]});this[p(0x18c)][p(0x1af)]({'filePath':j,'content':p(0x1ae)+i+d+'-rpc-method\x27;'});});}catch(d){Log['error'](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a107o=a107d;(function(a,b){const l=a107d,c=a();while(!![]){try{const d=parseInt(l(
|
|
1
|
+
const a107o=a107d;(function(a,b){const l=a107d,c=a();while(!![]){try{const d=parseInt(l(0x171))/0x1*(-parseInt(l(0x161))/0x2)+-parseInt(l(0x166))/0x3*(-parseInt(l(0x174))/0x4)+-parseInt(l(0x168))/0x5+parseInt(l(0x17f))/0x6+-parseInt(l(0x179))/0x7*(-parseInt(l(0x173))/0x8)+-parseInt(l(0x159))/0x9*(parseInt(l(0x155))/0xa)+-parseInt(l(0x165))/0xb*(parseInt(l(0x153))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a107c,0xe5a27));const a107b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a107d;if(c){const e=c[m(0x17b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a107a=a107b(this,function(){const n=a107d;return a107a[n(0x16f)]()[n(0x163)](n(0x177))[n(0x16f)]()[n(0x151)](a107a)['search']('(((.+)+)+)+$');});a107a();import a107e from'path';function a107d(a,b){const c=a107c();return a107d=function(d,e){d=d-0x14c;let f=c[d];return f;},a107d(a,b);}import{Generator}from'../generator.js';function a107c(){const s=['.js','constructor','pathFromProject','47004PhTjpq','dir','98520ysQYJd','client','lib','engines','72HQAPES','package.js','server','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','/package.js','/client/','getProjectConfig','graphql','238SEKDDA','theme','search','component','4048APiJdb','54WrtemL','template','8957905WXdMAj','layout','ssr','package/','packages','create','hasOwnProperty','toString','noRename','1829rSlFsR','forEach','23448xPpRoY','344688KbTVRB','pathFromAppWithNoReWrite','store','(((.+)+)+)+$','tests/server','3451nPxRKC','features','apply','fsi','package','tests/client','8844048zTVvlI','withValue','maka\x20g:package\x20todos:package','resourceName','relative'];a107c=function(){return s;};return a107c();}import{camelCase,paramCase,pascalCase}from'change-case';Generator[a107o(0x16d)]({'name':a107o(0x17d),'aliases':['p'],'usage':a107o(0x15c),'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','validOpts':['dir'],'examples':[a107o(0x14d)]},async function(a,b){const p=a107o,c=paramCase(b[p(0x14e)]),d=this[p(0x17c)]['pathFromApp']({'pathParts':[p(0x16c),b[p(0x154)],c]}),e=this['fsi'][p(0x175)]({'pathParts':[p(0x16c),b[p(0x154)],c,p(0x15a)]}),f=this[p(0x17c)][p(0x15f)]();this[p(0x17c)][p(0x14c)](f,async()=>{const q=p,g={'name':paramCase(b[q(0x14e)]),'myPath':a107e[q(0x14f)](this[q(0x17c)][q(0x152)]({}),d),'cssCaseName':paramCase(b[q(0x14e)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b['resourceName']),'fileName':c,'client':f[q(0x158)][q(0x156)],'graphql':f['engines'][q(0x160)],'ssr':f['engines'][q(0x16a)],'isComponent':b[q(0x16e)](q(0x164)),'isLayout':b[q(0x16e)](q(0x169)),'isStore':b[q(0x16e)](q(0x176)),'features':f[q(0x17a)],'noRename':!![],'theme':f[q(0x158)][q(0x162)]};this['fsi'][q(0x167)]({'srcPath':'package/package.js','destPath':e,'context':g,'config':f}),g[q(0x170)]=![];const h=d+q(0x15e)+c+q(0x150);this[q(0x17c)][q(0x167)]({'srcPath':'template/template.js','destPath':h,'context':g,'config':f});const i=[q(0x157),q(0x15b),q(0x17e),q(0x178)];i[q(0x172)](j=>{const r=q,k=d+'/'+j+'/'+c+'.js';this['fsi'][r(0x167)]({'srcPath':r(0x16b)+j+r(0x15d),'destPath':k,'context':g,'config':f});});});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a108o=a108d;(function(a,b){const m=a108d,c=a();while(!![]){try{const d=parseInt(m(0x11d))/0x1*(-parseInt(m(0x120))/0x2)+parseInt(m(0xfa))/0x3*(-parseInt(m(0xf9))/0x4)+parseInt(m(0xf2))/0x5*(-parseInt(m(0xeb))/0x6)+-parseInt(m(0x11f))/0x7+parseInt(m(0x123))/0x8*(-parseInt(m(0xde))/0x9)+-parseInt(m(0x11e))/0xa*(parseInt(m(0xdb))/0xb)+-parseInt(m(0xd9))/0xc*(-parseInt(m(0xdc))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a108c,0x78947));const a108b=(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;};}()),a108a=a108b(this,function(){const n=a108d;return a108a['toString']()[n(0x11a)](n(0xd8))[n(0xdf)]()[n(0xf6)](a108a)[n(0x11a)](n(0xd8));});a108a();function a108d(a,b){const c=a108c();return a108d=function(d,e){d=d-0xd5;let f=c[d];return f;},a108d(a,b);}import a108e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';function a108c(){const r=['fileName','ssr','hasOwnProperty','(((.+)+)+)+$','51727620RcYmMl','features','1940917FuwhZN','13vTGUOd','startup','9gdzUFL','toString','injectAtEndOfFile','baseDir','.js','react','templates.js','client','import\x20\x27','import\x20{\x20','assign','template/template.html','rewriteDestinationPathForEngine','57282mxXmLd','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','Updating\x20npm\x20packages\x20...','theme','fsi','maka\x20g:page\x20todos/todos-item','.app-tests.js','265MEAdHk','export\x20{\x20','store','page','constructor','none','hook/hook.js','56trtrDf','96939iijccc','tsx','true','resourceName','pathFromProject','lib','component','checkNpmPackage','test/test.js','.html','import\x20\x27./','pathFromApp','className','/imports/ui/','root','component/component.js','\x27;\x0a','html','graphql','imports','dir','css','setTemplate','layout','.css','template','engines','string','\x20};\x0a','\x20}\x20from\x20\x27','template/template.css','relative','search','withTranslations','ramda','16sswCqD','50iMEzqT','4908883XjpJLj','120580GkQrWA','layouts','withHooks','2481784qAmtvS','injectAtBeginningOfFile','withHook','test'];a108c=function(){return r;};return a108c();}const aliases=['p'];Generator['create']({'name':a108o(0xf5),'aliases':aliases,'usage':a108o(0xec),'shortDesc':'Generate\x20a\x20page.','validOpts':[{'name':a108o(0xe1),'values':['hooks','components','pages',a108o(0x121)]},{'name':a108o(0x125),'boolFlag':!![]}],'examples':[a108o(0xf0)]},function(a,b){const p=a108o,c=b[p(0xe1)]?p(0x107)+b['baseDir']:'/imports/ui/pages',d=this[p(0xef)]['pathFromApp'](b),e=this[p(0xef)]['pathFromApp']({'pathParts':[c,b[p(0x10e)],paramCase(b['resourceName']),paramCase(b[p(0xfd)])]}),f=this[p(0xef)]['getProjectConfig']();this[p(0xef)]['withValue'](f,()=>{const q=p;typeof f[q(0x113)]['html']===q(0x115)&&(f[q(0x113)][q(0x10b)]=f['template'][q(0x10b)]===q(0xfc)?!![]:![],this[q(0xef)]['setTemplate']('html',f[q(0x113)][q(0x10b)]));typeof f['template'][q(0x126)]==='string'&&(f[q(0x113)][q(0x126)]=f[q(0x113)][q(0x126)]===q(0xfc)?!![]:![],this[q(0xef)]['setTemplate'](q(0x126),f[q(0x113)][q(0x126)]));typeof f[q(0x113)][q(0x10f)]===q(0x115)&&(f[q(0x113)][q(0x10f)]=f[q(0x113)]['css']===q(0xfc)?!![]:![],this[q(0xef)]['setTemplate'](q(0x10f),f[q(0x113)]['css']));typeof f[q(0x113)]['js']==='string'&&(f['template']['js']=f['template']['js']===q(0xfc)?!![]:![],this[q(0xef)][q(0x110)]('js',f[q(0x113)]['js']));!f[q(0xda)]&&(f[q(0xda)]={});!b[q(0x108)]&&!this[q(0xef)][q(0x101)](q(0x11c))&&(Log['warn'](q(0xed)),this[q(0xef)]['installNpmPackage'](q(0x11c),{'cwd':d}));const g={'name':pascalCase(b['resourceName']),'myPath':a108e[q(0x119)](this[q(0xef)][q(0xfe)]({}),e),'cssCaseName':paramCase(b[q(0xfd)]),'className':pascalCase(b[q(0xfd)]),'camelCaseName':camelCase(b['resourceName']),'fileName':paramCase(b[q(0xfd)]),'graphql':f[q(0x114)][q(0x10c)],'features':f['features'],'client':f[q(0x114)][q(0xe5)],'api':f[q(0x114)]['api'],'ssr':f[q(0x114)][q(0xd6)],'isStore':b[q(0xd7)](q(0xf4)),'isComponent':b[q(0xd7)](q(0x100)),'isLayout':b[q(0xd7)](q(0x111)),'withTranslations':f[q(0xda)][q(0x11b)],'test':f['engines'][q(0x126)],'theme':f[q(0x114)][q(0xee)]};f[q(0x113)]['html']&&this[q(0xef)][q(0x113)]({'srcPath':q(0xe9),'destPath':e+q(0x103),'context':g,'config':f});f[q(0xda)]?.[q(0x122)]||b[q(0x125)]?this[q(0xef)][q(0x113)]({'srcPath':q(0xf8),'destPath':e+q(0xe2),'framework':'react','context':g,'config':f}):this[q(0xef)][q(0x113)]({'srcPath':q(0x109),'destPath':e+q(0xe2),'framework':q(0xe3),'context':g,'config':f});f['engines'][q(0x126)]!==q(0xf7)&&this[q(0xef)]['template']({'srcPath':q(0x102),'destPath':e+q(0xf1),'framework':q(0xe3),'context':g,'config':f});f[q(0x113)][q(0x10f)]&&this[q(0xef)][q(0x113)]({'srcPath':q(0x118),'destPath':e+q(0x112),'context':Object[q(0xe8)]({},g,{'className':paramCase(b[q(0xfd)])}),'config':f});f['engines'][q(0xe5)]!==q(0xe3)&&f[q(0x114)][q(0xe5)]!=='vanilla'?(f[q(0x113)][q(0x10f)]&&this[q(0xef)][q(0x124)]({'filePath':e+'.'+f[q(0x114)]['js'],'content':'import\x20\x27./'+g['fileName']+'.'+f[q(0x114)]['html']+'\x27;\x0a'+q(0x104)+g[q(0xd5)]+'.'+f[q(0x114)][q(0x10f)]+'\x27;'}),!f[q(0x113)][q(0x10f)]&&this['fsi'][q(0x124)]({'filePath':e+'.'+f[q(0x114)]['js'],'content':q(0x104)+g[q(0xd5)]+'.'+f[q(0x114)]['html']+'\x27;'})):f[q(0x113)][q(0x10f)]&&this[q(0xef)]['injectAtBeginningOfFile']({'filePath':e+'.'+f[q(0x114)]['js'],'content':q(0x104)+g[q(0xd5)]+'.'+f[q(0x114)][q(0x10f)]+'\x27;'});const h=b[q(0x10e)]?'/'+b['dir']+'/':'/',i=''+c+h+g[q(0xd5)]+'/'+g[q(0xd5)];let j;if(f[q(0x114)]['ssr']==='true'){const k=this[q(0xef)][q(0x105)]({'pathParts':[q(0x10d),'startup',q(0xff),q(0xe4)]});j=this[q(0xef)][q(0xea)]({'pathParts':[k],'config':f});}else{const l=this['fsi'][q(0x105)]({'pathParts':[q(0x10d),q(0xdd),q(0xe5),q(0xe4)]});j=this[q(0xef)][q(0xea)]({'pathParts':[l],'config':f});}f['engines']['client']===q(0xe3)?(f[q(0x114)]['js']===q(0xfb)?this[q(0xef)][q(0x124)]({'filePath':j,'content':q(0xe7)+g['className']+q(0x117)+i+q(0x10a)}):this[q(0xef)]['injectAtBeginningOfFile']({'filePath':j,'content':q(0xe7)+g[q(0x106)]+q(0x117)+i+'.'+f[q(0x114)]['js']+q(0x10a)}),this[q(0xef)][q(0xe0)]({'filePath':j,'content':q(0xf3)+g[q(0x106)]+q(0x116)})):this['fsi'][q(0xe0)]({'filePath':j,'content':q(0xe6)+i+'.'+f[q(0x114)]['js']+'\x27;\x0a'});});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a109k=a109d;(function(a,b){const h=a109d,c=a();while(!![]){try{const d=-parseInt(h(0x84))/0x1+-parseInt(h(0x82))/0x2*(parseInt(h(0x78))/0x3)+parseInt(h(0x7a))/0x4+-parseInt(h(0x74))/0x5*(-parseInt(h(0x79))/0x6)+-parseInt(h(0x7c))/0x7+parseInt(h(0x83))/0x8*(-parseInt(h(0x80))/0x9)+-parseInt(h(0x7e))/0xa*(-parseInt(h(0x7f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a109c,0x8cb80));const a109b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a109d;if(c){const e=c[i(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a109a=a109b(this,function(){const j=a109d;return a109a[j(0x72)]()[j(0x70)]('(((.+)+)+)+$')[j(0x72)]()[j(0x85)](a109a)[j(0x70)](j(0x77));});function a109d(a,b){const c=a109c();return a109d=function(d,e){d=d-0x6f;let f=c[d];return f;},a109d(a,b);}a109a();import{paramCase}from'change-case';function a109c(){const n=['apply','959430JTNEOQ','297mLIrTJ','585342zvCTGf','engines','560hyMJbq','32cZtdSz','459252EoGkvV','constructor','rewriteDestinationPathForEngine','fsi','publish','tsx','injectAtEndOfFile','search','templateContent','toString','withValue','10cOnXOH','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','resourceName','(((.+)+)+)+$','9888JJoLdq','400242xisfPb','1624084spNXZB','getProjectConfig','6378596UzlpTN'];a109c=function(){return n;};return a109c();}import{Generator}from'../generator.js';Generator['create']({'name':a109k(0x88),'aliases':['p'],'usage':a109k(0x75),'shortDesc':'Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','validOpts':[],'examples':['maka\x20g:publish\x20todos']},async function(a,b){const l=a109k,c=this['fsi'][l(0x7b)]();this[l(0x87)][l(0x73)](c,async()=>{const m=l,d={'name':b[m(0x76)],'collection':paramCase(b['resourceName']),'noRename':!![]};let e='js';c[m(0x81)]['js']===m(0x89)&&(e='ts');const f=this[m(0x87)][m(0x86)]({'pathParts':['server/publish.'+c[m(0x81)]['js']]}),g=this[m(0x87)][m(0x71)]({'srcPath':'publish/publish.'+e,'context':d,'config':c});this['fsi'][m(0x6f)]({'filePath':f,'content':'\x0a'+g});});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a110A=a110d;(function(a,b){const x=a110d,c=a();while(!![]){try{const d=parseInt(x(
|
|
1
|
+
const a110A=a110d;function a110d(a,b){const c=a110c();return a110d=function(d,e){d=d-0x19f;let f=c[d];return f;},a110d(a,b);}(function(a,b){const x=a110d,c=a();while(!![]){try{const d=parseInt(x(0x1d0))/0x1*(-parseInt(x(0x1d2))/0x2)+-parseInt(x(0x1a8))/0x3*(parseInt(x(0x1c4))/0x4)+-parseInt(x(0x1e7))/0x5+parseInt(x(0x1ce))/0x6+parseInt(x(0x1e8))/0x7+parseInt(x(0x1c8))/0x8+-parseInt(x(0x1c2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a110c,0xb426b));const a110b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a110d;if(c){const e=c[y(0x1bf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a110a=a110b(this,function(){const z=a110d;return a110a[z(0x1df)]()[z(0x1ea)]('(((.+)+)+)+$')[z(0x1df)]()[z(0x1bb)](a110a)[z(0x1ea)]('(((.+)+)+)+$');});a110a();import a110e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import a110f from'../generators/maka.gen.js';import{UsageError}from'../error.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['r'];Generator[a110A(0x1e3)]({'name':'route','aliases':aliases,'validOpts':[a110A(0x1a2),a110A(0x1d3),'only',a110A(0x1d9),a110A(0x1cb),a110A(0x1d7),a110A(0x1cc),a110A(0x1e4),a110A(0x1d4)],'usage':a110A(0x1ca),'shortDesc':a110A(0x1b3),'examples':[a110A(0x1aa),a110A(0x1cf),a110A(0x1a6),'maka\x20g:route\x20pages/lists/listIndex\x20lists',a110A(0x1b4)]},function(a,b){const B=a110A;try{const c=[B(0x1cd),'components',B(0x1e1),B(0x1bd)];if(b[B(0x1d4)]&&!c[B(0x1d6)](b['baseDir'])){Log[B(0x1af)]('Invalid\x20directory\x20option\x20\x22'+b[B(0x1d4)]+'\x22'),Log[B(0x1af)](B(0x1a3)+c['join'](',\x20'));throw new UsageError();}const d=this[B(0x1b2)]['getProjectConfig']();this[B(0x1b2)][B(0x1bc)](d,async()=>{const C=B,f=b[C(0x1a2)]??![];let g=paramCase(b[C(0x1da)]),h='/'+g;a[C(0x1e5)]>0x1&&(h='/'+a[C(0x1a9)](function(n){return n!=='/';})['join']('/')[C(0x1be)]());g=camelCase(g);b[C(0x1d3)]&&(b[C(0x1d3)]=camelCase(b[C(0x1d3)]));const i=b[C(0x1d4)]?C(0x1b7)+b[C(0x1d4)]:C(0x1de),j=a110e[C(0x1ab)](i,b[C(0x1ae)],g,paramCase(g)),k={'name':g,'fileCase':paramCase(g),'camelCaseName':camelCase(g),'url':h,'layout':b[C(0x1d3)]||C(0x1b9),'templatePath':j,'templateName':pascalCase(g),'client':d[C(0x1e0)]['client'],'newForm':![],'withTranslations':d['features'][C(0x1b5)]};f&&(k[C(0x1d3)]=C(0x1c7));if(!b['root']){const n=a110f[C(0x1e6)](C(0x1b1));n&&await n[C(0x1dc)](a,b);}let l,m;if(d[C(0x1e0)][C(0x1c6)]===C(0x1b0)){if(d['engines'][C(0x1c0)]===C(0x19f)){const r=this[C(0x1b2)]['pathFromApp']({'pathParts':[C(0x1b8),C(0x1e9),C(0x1d1),'routes.js']});l=this[C(0x1b2)]['rewriteDestinationPathForEngine']({'pathParts':[r],'config':d});}else{const s=this[C(0x1b2)][C(0x1d8)]({'pathParts':[C(0x1b8),C(0x1e9),C(0x1c6),C(0x1a7)]});l=this['fsi']['rewriteDestinationPathForEngine']({'pathParts':[s],'config':d});}const o=this[C(0x1b2)][C(0x1a4)](l)[C(0x1c3)]((t,u)=>{const D=C;return t[D(0x1d6)](D(0x1ac))?u+0x1:null;})['filter'](t=>t!==null);let p=this['fsi'][C(0x1a4)](l)[C(0x1c3)]((t,u)=>{const E=C;return t[E(0x1d6)](E(0x1dd))?u+0x1:null;})['filter'](t=>t!==null),q=this[C(0x1b2)][C(0x1a4)](l)[C(0x1c3)]((t,u)=>{const F=C;return t[F(0x1d6)](F(0x1ad))?u+0x1:null;})[C(0x1a9)](t=>t!==null);p[C(0x1e5)]>0x0&&q[C(0x1e5)]>0x0&&(k[C(0x1c1)]=!![]);m=this[C(0x1b2)][C(0x1db)]({'srcPath':C(0x1c5),'framework':'react','context':k,'config':d});if(p[C(0x1e5)]>0x0||q[C(0x1e5)]>0x0){this[C(0x1b2)][C(0x1e2)]({'filePath':l,'content':m,'lineNumber':o[0x0]});if(f&&q[C(0x1e5)]>0x0)q=this[C(0x1b2)][C(0x1a4)](l)['map']((t,u)=>{const G=C;return t[G(0x1d6)](G(0x1ad))?u+0x1:null;})['filter'](t=>t!==null),this[C(0x1b2)][C(0x1e2)]({'filePath':l,'content':'\x09{'+k[C(0x1a0)]+'}','lineNumber':q[0x0]});else p[C(0x1e5)]>0x0?(p=this[C(0x1b2)][C(0x1a4)](l)[C(0x1c3)]((t,u)=>{const H=C;return t[H(0x1d6)](H(0x1dd))?u+0x1:null;})['filter'](t=>t!==null),this[C(0x1b2)][C(0x1e2)]({'filePath':l,'content':'\x09{'+k['templateName']+'}','lineNumber':p[0x0]})):Log['warn']('Could\x20not\x20find\x20a\x20suitable\x20location\x20to\x20enable\x20this\x20route.\x20\x20Please\x20inspect\x20'+l);}else{const t=this[C(0x1b2)][C(0x1a4)](l)[C(0x1c3)](w=>{return w['includes']('\x22*\x22');}),u=t[C(0x1c9)](!![])>-0x1,v=u?'<Route':C(0x1d5);this[C(0x1b2)][C(0x1b6)]({'filePath':l,'content':'\x0a\x09\x09'+m+'\x0a\x09\x09','begin':C(0x1a5),'end':v});}}else{if(d[C(0x1e0)]['client']===C(0x1ba)){const w=this[C(0x1b2)][C(0x1d8)]({'pathParts':[C(0x1b8),C(0x1e9),C(0x1c6),C(0x1a7)]});l=this[C(0x1b2)][C(0x1a1)]({'pathParts':[w],'config':d}),m=this[C(0x1b2)][C(0x1db)]({'srcPath':'route/route.js','context':k}),this['fsi']['injectAtEndOfFile']({'filePath':l,'content':'\x0a'+m});}}});}catch(f){Log[B(0x1af)](f);}});function a110c(){const I=['invoke','const\x20publicRoutes\x20=\x20(<>','/imports/ui/pages','toString','engines','pages','injectAfterLineNumber','create','url','length','findGenerator','2993090IDTykS','8436169zzQjFc','startup','search','true','templateName','rewriteDestinationPathForEngine','private','Valid\x20options\x20are:\x20','readFileLines','<Router','maka\x20g:route\x20usersShow\x20users/:id/show\x20--layout\x20userView','routes.js','1005sJyqzc','filter','maka\x20g:route\x20todosIndex\x20todos','join','import\x20*\x20as\x20Component\x20from\x20\x27./templates\x27;','const\x20privateRoutes\x20=\x20(<>','dir','error','react','page','fsi','Scaffolding\x20for\x20a\x20Route.','maka\x20g:route\x20pages/about','withTranslations','injectIntoFile','/imports/ui/','imports','MasterLayout','vanilla','constructor','withValue','layouts','toLowerCase','apply','ssr','newForm','3554883tucQRv','map','2608HzjZgQ','route/route.js','client','PrivateLayout','1939528onbGiJ','indexOf','maka\x20{generate,\x20g}:{route,\x20r}\x20[path/]<name>','config','withHook','hooks','4964592aJiDwh','maka\x20g:route\x20todosEdit\x20todos/:id/edit','22XRBVmx','lib','29556qsmTDd','layout','baseDir','</Router>','includes','root','pathFromApp','cwd','resourceName','templateContent'];a110c=function(){return I;};return a110c();}
|