@maka/maka-cli 5.0.35 → 5.0.40
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/bundle/obf/package.json +3 -3
- 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/cecr.sub.cmd.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/decr.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/lecr.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/profile.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/register.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/_index.js +1 -0
- package/bundle/obf/src/commands/test/jest.sub.cmd.js +1 -0
- package/bundle/obf/src/commands/test/mocha.sub.cmd.js +1 -0
- package/bundle/obf/src/commands/test/test.command.js +1 -0
- package/bundle/obf/src/commands/undo.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/aws/_index.js +1 -1
- package/bundle/obf/src/generators/aws/aws.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.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/auth/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.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/auth.mui.gen.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/gitignore +2 -1
- package/bundle/obf/src/templates/react/test/test.js.jsx +32 -35
- package/bundle/obf/src/templates/react/test/test.js.tsx +32 -35
- package/bundle/obf/src/templates/service/eslint/babel.config.js +15 -0
- package/bundle/obf/src/templates/service/test/jest/jest.config.js +6 -0
- package/bundle/obf/src/templates/service/test/jest/jest.setup.js +7 -0
- 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/cfg/cfg.class.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/mpi/mpi.class.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/scaffold/scaffold.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 +3 -3
- package/bundle/obf/src/commands/test.js +0 -1
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js +0 -9
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.jsx +0 -9
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.ts +0 -9
- package/bundle/obf/src/templates/meteor/app/client/main.app-tests.js.tsx +0 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js +0 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.jsx +0 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.ts +0 -9
- package/bundle/obf/src/templates/meteor/app/server/main.app-tests.js.tsx +0 -9
- package/bundle/obf/src/templates/service/eslint/babelrc +0 -18
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a119o=a119d;(function(a,b){const l=a119d,c=a();while(!![]){try{const d=-parseInt(l(0xc2))/0x1+parseInt(l(0xcf))/0x2+-parseInt(l(0xf0))/0x3+parseInt(l(0xe4))/0x4+parseInt(l(0xe2))/0x5*(-parseInt(l(0xf5))/0x6)+parseInt(l(0xd2))/0x7+parseInt(l(0xdc))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xbf415));const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a119d;if(c){const e=c[m(0xe5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const n=a119d;return a119a['toString']()['search'](n(0xe1))[n(0xc7)]()[n(0xc0)](a119a)['search'](n(0xe1));});a119a();import a119e from'path';import{kebabCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';function a119c(){const q=['constructor','components','1389938XSoMfi','baseDir','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','/imports/ui/components','test','toString','\x0a\x20\x20Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html\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','hook','cssCaseName','setTemplate','projectConfig','checkNpmPackage','error','1254976yNtgCt','template','import\x20\x27./','7640556hbxedv','string','css','installNpmPackage','Creating\x20','test/test.js','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','maka\x20g:hook\x20cool-hook','hook/hook.js','\x20hook...','23860496dXmHxW','force','engines','withTranslations','relative','(((.+)+)+)+$','50iSUdnJ','features','2029396vLZaPB','apply','graphql','assign','react','fileName','none','create','notice','.app-tests.js','injectAtBeginningOfFile','scaffold','4431174VqqAjS','findAppDirectory','className','findProjectDirectory','resourceName','935118yqVndI','.js','pkg','apollo','warn','fsi','dir','cfg','template/template.css','injectTemplateModule'];a119c=function(){return q;};return a119c();}import{Log}from'../tools/log/log.class.js';function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0xb9;let f=c[d];return f;},a119d(a,b);}Generator[a119o(0xeb)]({'name':a119o(0xc9),'aliases':['h'],'checkWhere':![],'usage':'maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','shortDesc':a119o(0xd8),'mustBeInMakaProject':!![],'validOpts':[{'name':a119o(0xc3),'values':['hooks',a119o(0xc1),'pages','layouts']},{'name':'force','boolFlag':!![]}],'examples':[a119o(0xd9)],'description':a119o(0xc8)},async function(a,b){const p=a119o;Log[p(0xec)](p(0xd6)+b[p(0xf4)]+p(0xdb));try{await this['pkg'][p(0xcd)](p(0xe8),{'shouldInstall':!![]});const c=this[p(0xbb)][p(0xf1)](),d=b[p(0xc3)]?'/imports/ui/'+b['baseDir']:p(0xc5),f=this[p(0xef)]['pathFromApp']({'pathParts':[d,b[p(0xbc)],kebabCase(b[p(0xf4)]),kebabCase(b['resourceName'])]}),g=this[p(0xcc)];typeof g['template'][p(0xd4)]===p(0xd3)&&this[p(0xbd)][p(0xcb)](p(0xd4),g[p(0xd0)][p(0xd4)]);g[p(0xde)][p(0xe6)]===p(0xb9)&&!this[p(0xf7)][p(0xcd)]('@apollo/client')&&(Log[p(0xba)](p(0xc4)),await this['pkg'][p(0xd5)]('@apollo/client\x20isomorphic-fetch',{'cwd':c}));const h={'cssCaseName':kebabCase(b[p(0xf4)]),'camelCaseName':camelCase(b[p(0xf4)]),'className':pascalCase(b['resourceName']),'name':pascalCase(b[p(0xf4)]),'graphql':g['engines'][p(0xe6)],'theme':g[p(0xde)]['theme'],'test':g[p(0xde)][p(0xc6)],'features':g['features'],'myPath':a119e[p(0xe0)](this[p(0xbb)][p(0xf3)](),f),'fileName':kebabCase(b[p(0xf4)]),'isComponent':![],'isLayout':![],'withTranslations':g[p(0xe3)][p(0xdf)]};await this['scaffold'][p(0xd0)]({'srcPath':p(0xda),'destPath':f+p(0xf6),'context':h,'config':g,'framework':p(0xe8),'force':b[p(0xdd)]});g[p(0xd0)]['css']&&(await this[p(0xef)][p(0xd0)]({'srcPath':p(0xbe),'destPath':f+'.css','context':Object[p(0xe7)]({},h,{'className':h[p(0xca)]}),'config':g,'force':b['force']}),await this[p(0xef)][p(0xee)]({'filePath':f+'.'+g[p(0xde)]['js'],'content':p(0xd1)+h[p(0xe9)]+'.'+g[p(0xde)]['css']+'\x27;'}));g[p(0xde)][p(0xc6)]!==p(0xea)&&await this['scaffold']['template']({'srcPath':p(0xd7),'destPath':f+p(0xed),'framework':'react','context':h,'config':g,'force':b['force']});const i=b[p(0xbc)]?'/'+b[p(0xbc)]+'/':'/',j=''+d+i+h[p(0xe9)]+'/'+h[p(0xe9)];await this['scaffold'][p(0xbf)](h[p(0xf2)],g,j);}catch(k){Log[p(0xce)](k);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a120d,c=a();while(!![]){try{var d=-parseInt(f(0x1f4))/0x1+-parseInt(f(0x1ed))/0x2+-parseInt(f(0x1ee))/0x3*(-parseInt(f(0x1f5))/0x4)+parseInt(f(0x1f0))/0x5*(parseInt(f(0x1f8))/0x6)+-parseInt(f(0x1f9))/0x7+-parseInt(f(0x1f7))/0x8*(parseInt(f(0x1f1))/0x9)+parseInt(f(0x1f2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x956e8));var a120b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a120d;if(c){var e=c[g(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){var h=a120d;return a120a[h(0x1ec)]()['search'](h(0x1fa))[h(0x1ec)]()[h(0x1f6)](a120a)[h(0x1ef)](h(0x1fa));});function a120d(a,b){var c=a120c();return a120d=function(d,e){d=d-0x1ec;var f=c[d];return f;},a120d(a,b);}a120a();import'./kit.js';import'./mui/_index.js';function a120c(){var i=['apply','750058prSgRL','8260bnSqyn','constructor','8qAwFIJ','6PEooJg','6945890oOQWjs','(((.+)+)+)+$','toString','414228ffAaZp','1359oBMxOj','search','4739080TgRYCl','8290449FDrtls','15994140yzIatk'];a120c=function(){return i;};return a120c();}import'./esri/_index.js';import'./auth/_index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a121c(){var h=['47127lXLxdB','6VfqkhH','1776275EETtxt','search','14YVIvLH','10scAvUV','11317867oxHyBR','toString','1847736MjhHiR','constructor','(((.+)+)+)+$','247080jgRQwd','7eIFILn','910635zrsoSz','344456MnifsF'];a121c=function(){return h;};return a121c();}function a121d(a,b){var c=a121c();return a121d=function(d,e){d=d-0x83;var f=c[d];return f;},a121d(a,b);}(function(a,b){var f=a121d,c=a();while(!![]){try{var d=parseInt(f(0x88))/0x1*(parseInt(f(0x8c))/0x2)+parseInt(f(0x86))/0x3+parseInt(f(0x84))/0x4+-parseInt(f(0x8a))/0x5*(-parseInt(f(0x89))/0x6)+-parseInt(f(0x85))/0x7*(parseInt(f(0x87))/0x8)+parseInt(f(0x90))/0x9*(parseInt(f(0x8d))/0xa)+-parseInt(f(0x8e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x2ce01));var a121b=(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;};}()),a121a=a121b(this,function(){var g=a121d;return a121a[g(0x8f)]()[g(0x8b)](g(0x83))[g(0x8f)]()[g(0x91)](a121a)[g(0x8b)](g(0x83));});a121a();import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a122i=a122d;(function(a,b){const f=a122d,c=a();while(!![]){try{const d=parseInt(f(0x1cb))/0x1+-parseInt(f(0x1cd))/0x2*(parseInt(f(0x1d7))/0x3)+-parseInt(f(0x1d1))/0x4+-parseInt(f(0x1d6))/0x5+parseInt(f(0x1d0))/0x6+parseInt(f(0x1d3))/0x7*(-parseInt(f(0x1d9))/0x8)+parseInt(f(0x1ca))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xf3c17));function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a122d(a,b);}const a122b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a122d;if(c){const e=c[g(0x1cc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){const h=a122d;return a122a[h(0x1d8)]()[h(0x1da)](h(0x1d4))[h(0x1d8)]()['constructor'](a122a)[h(0x1da)](h(0x1d4));});a122a();function a122c(){const k=['2574832owMFLL','maka\x20g:kit:a','30002oKjUFf','(((.+)+)+)+$','NIE','2064380yVHVlg','3iWRtpT','toString','232EOUlQu','search','auth','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','8992116XUyozq','1119167kghEfW','apply','3498044bCsyNn','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20','create','10860192NedMyQ'];a122c=function(){return k;};return a122c();}import{Generator}from'../../../generator.js';import a122e from'../kit.js';const AuthGen=Generator[a122i(0x1cf)]({'name':a122i(0x1db),'aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','shortDesc':a122i(0x1c9),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a122i(0x1d2)],'description':a122i(0x1ce)},async function(){const j=a122i;throw j(0x1d5);},async function(){},a122e);export default AuthGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a123v=a123d;(function(a,b){const s=a123d,c=a();while(!![]){try{const d=-parseInt(s(0x189))/0x1+parseInt(s(0x17c))/0x2*(-parseInt(s(0x174))/0x3)+parseInt(s(0x16c))/0x4*(-parseInt(s(0x186))/0x5)+parseInt(s(0x16d))/0x6*(-parseInt(s(0x143))/0x7)+-parseInt(s(0x151))/0x8*(-parseInt(s(0x15f))/0x9)+parseInt(s(0x169))/0xa+-parseInt(s(0x17a))/0xb*(-parseInt(s(0x183))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x51247));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a123d;if(c){const e=c[t(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const u=a123d;return a123a['toString']()['search'](u(0x158))[u(0x184)]()['constructor'](a123a)[u(0x176)](u(0x158));});a123a();function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x143;let f=c[d];return f;},a123d(a,b);}import a123e from'path';import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a123f from'./auth.generator.js';import a123g from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a123v(0x154)]({'name':a123v(0x166),'aliases':['m'],'usage':a123v(0x17e),'shortDesc':a123v(0x177),'validOpts':[a123v(0x16f)],'isPro':!![],'resourceNameRequired':![],'mustBeInMakaProject':!![],'requiredEngines':{'client':ClientEngines[a123v(0x17b)]},'description':a123v(0x170)},async function(a,b){const w=a123v,{fsi:c,pkg:d,scaffold:f,projectConfig:g}=this;try{const h=b[w(0x16f)]||![];await d[w(0x16e)]([w(0x185)],{'shouldInstall':!![]});const i=c[w(0x15b)](),j=c[w(0x147)](),k=g[w(0x173)][w(0x150)]===w(0x166);await a123g[w(0x15d)](w(0x14c),[],{'force':h,'cwd':i,'config':g}),await a123g[w(0x15d)](w(0x180),['auth/roles'],{'force':h,'globalPublish':!![],'cwd':i,'config':g});const l=j+a123e['normalize'](w(0x16b)),m=k?w(0x14d):w(0x155),n=f[w(0x153)]({'pathParts':[m,'','',w(0x182)]});await f['template']({'srcPath':w(0x168),'destPath':n+'.js','framework':w(0x159),'context':{},'config':g,'force':h,'ignore':![]});const o=f[w(0x153)]({'pathParts':[m,'','',w(0x15a)]}),p=g[w(0x173)]['js'];await f[w(0x179)]({'filePath':o+'.'+p,'importName':w(0x14e),'modulePath':k?w(0x146):'/imports/startup/client/authentication-service','isNamedExport':![]}),await f[w(0x16a)]({'filePath':o+'.'+p,'content':w(0x164),'begin':'const\x20authenticateUser','replace':!![]}),await f[w(0x16a)]({'filePath':o+'.'+p,'content':w(0x14a),'begin':w(0x181),'replace':!![]}),await f[w(0x16a)]({'filePath':o+'.'+p,'content':w(0x178),'begin':w(0x172),'replace':!![]}),await f[w(0x16a)]({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','begin':w(0x165),'replace':!![]}),await f['injectIntoCodeBlock']({'filePath':o+'.'+p,'content':w(0x17f),'begin':w(0x17d),'replace':!![]}),await f[w(0x16a)]({'filePath':o+'.'+p,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':w(0x161),'replace':!![]}),await f[w(0x16a)]({'filePath':o+'.'+p,'content':w(0x162),'begin':w(0x188),'replace':!![]});k&&(await f[w(0x179)]({'filePath':o+'.'+p,'importName':'useTracker','modulePath':'meteor/maka:react-tracker','isNamedExport':!![]}),await f[w(0x167)]({'filePath':o+'.'+p,'content':w(0x145),'begin':w(0x14b),'end':'useEffect\x5c('}));await f[w(0x179)]({'filePath':l,'importName':w(0x175),'modulePath':w(0x156),'isNamedExport':!![],'injectAtStart':!![]}),await f[w(0x16a)]({'filePath':l,'content':w(0x163),'begin':w(0x149),'replace':!![]});const q=f[w(0x153)]({'pathParts':[w(0x187),'startup',w(0x15e),w(0x157)]});await f['injectImport']({'filePath':q+'.'+p,'importName':w(0x144),'modulePath':w(0x160),'isNamedExport':!![]}),await f[w(0x16a)]({'filePath':q+'.'+p,'content':w(0x15c),'begin':w(0x152),'replace':!![]});}catch(r){Log[w(0x148)](r),process[w(0x171)](0x1);}},async function(){},a123f);function a123c(){const x=['meteor/meteor','index','(((.+)+)+)+$','react','authentication-provider','findProjectDirectory','\x0a\x20\x20\x20\x20\x20\x20WebAppInternals.setInlineScriptsAllowed(false);\x0a\x0a\x20\x20\x20\x20\x20\x20Accounts.urls.resetPassword\x20=\x20function\x20(token)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.absoluteUrl(\x27reset-password/\x27\x20+\x20token);\x0a\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20','processAndRunGenerator','server','72umUzTS','meteor/accounts-base','const\x20registerNewUser','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20If\x20logged\x20in,\x20return\x20documents\x20owned\x20by\x20this\x20user.\x20Otherwise\x20return\x20nothing.\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.userId)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.roleAssignment.find({\x20\x27user._id\x27:\x20this.userId\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20[];\x0a\x20\x20\x20\x20\x20\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateUser(username,\x20password);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','const\x20deauthenticateUser','meteor','injectIntoFile','kit/auth/service/meteor-auth-service.js','38090FSNhuU','injectIntoCodeBlock','/imports/startup/server/publications/auth/roles.js','1227496IxOfdO','460992LyqCKf','checkMeteorPackage','force','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20start\x20by\x20generating\x20your\x20auth\x20provider\x20and\x20context,\x20and\x20then\x20setup\x20Meteor\x20Accounts\x0a\x20\x20\x20\x20to\x20handle\x20authentication\x20and\x20authorization.\x0a\x20\x20','exit','const\x20getUserAuthorizations','engines','917583shJlAB','Meteor','search','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','\x0a\x20\x20\x20\x20\x20\x20const\x20authorizations\x20=\x20await\x20AuthService.getUserAuthorizations(user.id);\x0a\x20\x20\x20\x20\x20\x20return\x20authorizations;\x0a\x20\x20\x20\x20\x20\x20','injectImport','6541216exIWLz','REACT','4lYvtHn','const\x20sendForgotPasswordEmail','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','publish','const\x20authenticateToken','authentication-service','24mLAuqk','toString','accounts-password','5XbPBTp','imports','const\x20resetPasswordWithToken','190910cORJEo','7LUQJwt','Accounts','\x0a\x20\x20\x20\x20\x20\x20\x20\x20useTracker(()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.isClient)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(Meteor.user()\x20&&\x20!currentUser)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20setCurrentUser(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fetchUserAuthorizations(Meteor.user());\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x0a\x20\x20\x20\x20\x20\x20','/imports/startup/lib/authentication-service','findAppDirectory','error','Meteor.publish','\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateToken();\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','export\x20const\x20AuthProvider','kit:auth:provider','/imports/startup/lib','AuthService','apply','ssr','325576duvijG','Meteor.startup','pathFromApp','create','/imports/startup/client'];a123c=function(){return x;};return a123c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a124w=a124d;(function(a,b){const u=a124d,c=a();while(!![]){try{const d=parseInt(u(0x134))/0x1*(parseInt(u(0x114))/0x2)+-parseInt(u(0x132))/0x3*(-parseInt(u(0x142))/0x4)+parseInt(u(0x121))/0x5*(-parseInt(u(0x11a))/0x6)+parseInt(u(0x133))/0x7+parseInt(u(0x11c))/0x8+parseInt(u(0x126))/0x9*(parseInt(u(0x115))/0xa)+parseInt(u(0x125))/0xb*(-parseInt(u(0x12b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xc0c1d));const a124b=(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;};}()),a124a=a124b(this,function(){const v=a124d;return a124a[v(0x141)]()[v(0x118)](v(0x117))[v(0x141)]()['constructor'](a124a)['search'](v(0x117));});a124a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a124e from'./auth.generator.js';import{capitalCase}from'change-case';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x113;let f=c[d];return f;},a124d(a,b);}import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124w(0x122)]({'name':'provider','aliases':['p'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','shortDesc':a124w(0x11f),'validOpts':[a124w(0x135)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a124w(0x138)]},'description':a124w(0x12e)},async function(a,b){const x=a124w;try{const c=b['force']||![];Log[x(0x119)](x(0x123));const {projectConfig:d}=this,f=d[x(0x11e)][x(0x13a)]==='meteor',g={'name':capitalCase(d[x(0x13b)])},h=f?x(0x13d):'/imports/startup/client',i=this[x(0x128)]['pathFromApp']({'pathParts':[h,'','',x(0x12a)]});await this[x(0x128)][x(0x130)]({'srcPath':'kit/auth/provider/authentication-provider.js','destPath':i+x(0x12d),'framework':'react','context':g,'config':d,'force':c,'ignore':![]});const j=d['engines']['js'],k=h+'/routes',l=k[x(0x12f)]('/'),m=this[x(0x128)]['pathFromApp']({'pathParts':l});await this[x(0x128)]['injectImport']({'filePath':m+'.'+j,'importName':'AuthContext','modulePath':f?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this[x(0x128)]['injectImport']({'filePath':m+'.'+j,'importName':x(0x127),'modulePath':x(0x13c),'isNamedExport':!![],'injectAtStart':!![]}),await this['scaffold'][x(0x13e)]({'filePath':m+'.'+j,'content':x(0x120),'begin':[x(0x139),'function\x20useAuth'],'replace':!![]}),await this[x(0x128)][x(0x13e)]({'filePath':m+'.'+j,'content':x(0x129),'begin':['const\x20PrivateRoute'],'replace':!![]});const n='/imports/startup/client/index',o=n[x(0x12f)]('/'),p=this['scaffold'][x(0x11d)]({'pathParts':o});await this['scaffold']['injectImport']({'filePath':p+'.'+j,'importName':x(0x12c),'modulePath':f?x(0x13f):x(0x140),'isNamedExport':!![]}),await this[x(0x128)][x(0x116)]({'filePath':p+'.'+j,'aboveContent':x(0x137),'belowContent':x(0x11b),'targetString':x(0x136),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=x(0x113),r=q[x(0x12f)]('/'),s=this[x(0x128)][x(0x11d)]({'pathParts':r});await this[x(0x128)]['injectImport']({'filePath':s+'.'+j,'importName':x(0x12c),'modulePath':f?x(0x13f):x(0x140),'isNamedExport':!![]}),await this[x(0x128)][x(0x116)]({'filePath':s+'.'+j,'aboveContent':x(0x137),'belowContent':'</AuthProvider>','targetString':'<AppRoutes\x20history={history}/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[x(0x124)](t),process[x(0x131)](0x1);}},async function(){},a124e);function a124c(){const y=['10588284kDLJEN','5FgQkep','force','<AppRoutes\x20/>','<AuthProvider>','REACT','const\x20useAuth','ssr','appName','react','/imports/startup/lib','injectIntoCodeBlock','/imports/startup/lib/authentication-provider','/imports/startup/client/authentication-provider','toString','4hdbZvl','/imports/startup/server/index','154778QHACQK','50raHslD','injectAroundString','(((.+)+)+)+$','search','bright','12102OQPzoy','</AuthProvider>','6824104lTUCHn','pathFromApp','engines','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useContext(AuthContext);\x0a\x20\x20\x20\x20\x20\x20return\x20{\x20currentUser,\x20loading\x20};\x0a\x20\x20\x20\x20\x20\x20','1555mSJvxH','create','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','error','880MvrGaq','1280061gxlFeF','useContext','scaffold','\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useAuth();\x0a\x20\x20\x20\x20\x20\x20if\x20(loading)\x20return\x20<div>Loading...</div>;\x0a\x20\x20\x20\x20\x20\x20return\x20(currentUser)\x20?\x20<Outlet/>\x20:\x20<Navigate\x20to=\x22/login\x22\x20/>;\x0a\x20\x20\x20\x20\x20\x20','authentication-provider','391320lagrtI','AuthProvider','.js','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x0a\x20\x20\x20\x20It\x20will\x20also\x20update\x20your\x20Routes\x20file\x20to\x20include\x20the\x20AuthProvider\x20and\x20Context.\x0a\x20\x20\x20\x20for\x20navigation\x20checking.\x0a\x20\x20','split','template','exit','1685715tFUPhh'];a124c=function(){return y;};return a124c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0xe0))/0x1+parseInt(f(0xe3))/0x2*(-parseInt(f(0xe9))/0x3)+-parseInt(f(0xe7))/0x4+-parseInt(f(0xdf))/0x5+parseInt(f(0xe6))/0x6+parseInt(f(0xe1))/0x7*(-parseInt(f(0xe4))/0x8)+parseInt(f(0xea))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x40422));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a['toString']()[h(0xe5)]('(((.+)+)+)+$')['toString']()['constructor'](a125a)[h(0xe5)](h(0xe2));});function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0xdf;var f=c[d];return f;},a125d(a,b);}function a125c(){var i=['7DLvwdb','(((.+)+)+)+$','202PNiEyT','3108736cRjqMy','search','1739922zmkdkV','705380nDhrRG','apply','11229CNhcYQ','11205621oLdXDc','612850RfPLiN','206304SqiwDY'];a125c=function(){return i;};return a125c();}a125a();import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0x108))/0x1+parseInt(f(0x106))/0x2*(-parseInt(f(0x107))/0x3)+parseInt(f(0x101))/0x4*(parseInt(f(0x10d))/0x5)+parseInt(f(0x10c))/0x6*(-parseInt(f(0x10b))/0x7)+parseInt(f(0x10e))/0x8+parseInt(f(0x102))/0x9+parseInt(f(0x10f))/0xa*(parseInt(f(0x104))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xe47c4));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x110)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a[h(0x111)]()['search'](h(0x10a))['toString']()[h(0xfe)](a126a)[h(0x109)]('(((.+)+)+)+$');});function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0xfe;let f=c[d];return f;},a126d(a,b);}a126a();import{Generator}from'../../../generator.js';function a126c(){const j=['apply','toString','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','constructor','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','\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','412OLsuis','14593599GalxSm','create','9963470CvOGbp','maka\x20g:kit:e','933726UykgIg','6IFZOIG','1417356MwLPKs','search','(((.+)+)+)+$','659239gvoQIC','114gVfMxH','47465YKODHd','5323928uPxCrX','20ZLHyZx'];a126c=function(){return j;};return a126c();}import{UsageError}from'../../../error.js';import a126e from'../kit.js';const EsriGen=Generator[a126i(0x103)]({'name':'esri','aliases':['e'],'usage':a126i(0xff),'shortDesc':a126i(0x112),'resourceNameRequired':![],'validOpts':[''],'isPro':!![],'examples':[a126i(0x105)],'description':a126i(0x100)},async function(){throw UsageError;},async function(){},a126e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a127v=a127d;(function(a,b){const s=a127d,c=a();while(!![]){try{const d=-parseInt(s(0x12e))/0x1*(parseInt(s(0x15c))/0x2)+parseInt(s(0x151))/0x3*(parseInt(s(0x157))/0x4)+parseInt(s(0x153))/0x5+parseInt(s(0x12f))/0x6*(parseInt(s(0x132))/0x7)+parseInt(s(0x15b))/0x8+-parseInt(s(0x134))/0x9+parseInt(s(0x14d))/0xa*(-parseInt(s(0x14e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xacc36));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const t=a127d;if(c){const e=c[t(0x15a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const u=a127d;return a127a[u(0x13c)]()['search'](u(0x13f))[u(0x13c)]()['constructor'](a127a)[u(0x135)](u(0x13f));});a127a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a127c(){const x=['</div>','/imports/ui/','Generating\x20a\x20map\x20component','<div\x20id=\x22map\x22>','injectTemplateModule','react','@esri/react-arcgis','Generate\x20an\x20Esri\x20map\x20component','bright','REACT','kit/esri/map/','checkNpmPackage','4794290pLoRMu','11IMsQaN','.js','map','3826155hGhbQv','injectImport','801425FLixnI','pathFromApp','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','basic-map','4gRkYAo','exit','/imports/startup/lib/templates','apply','736112AoOKbZ','724qFYRgP','932pNpeJd','1356ZcBKTM','findProjectDirectory','NONE','35721EKPiVx','meteor','10408599iNURra','search','create','replaceAll','injectIntoFile','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','split','esri-loader','toString','dir','template','(((.+)+)+)+$','/imports/startup/client/templates'];a127c=function(){return x;};return a127c();}import a127e from'./esri.generator.js';import a127f from'../../../generators/maka.gen.js';import{kebabCase,capitalCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x12e;let f=c[d];return f;},a127d(a,b);}Generator[a127v(0x136)]({'name':a127v(0x150),'aliases':['m'],'usage':a127v(0x155),'shortDesc':a127v(0x148),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'client':ClientEngines[a127v(0x14a)],'ssr':SsrEngines[a127v(0x131)]},'description':'\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'},async function(a,b){const w=a127v;try{const {projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;Log[w(0x149)](w(0x143));const h=w(0x156);await f[w(0x14c)]([w(0x147),w(0x13b)],{'shouldInstall':!![]});const i=d[w(0x130)](),j=c['engines']['ssr']===w(0x133),k=await a127f['processAndRunGenerator']('page',[w(0x150)],{'cwd':i,'config':c}),l={'name':capitalCase(c['appName'])[w(0x137)]('-','\x20'),'componentName':pascalCase(h)},m=b['baseDir']?w(0x142)+b['baseDir']:'/imports/ui/components',n=g[w(0x154)]({'pathParts':[m,b[w(0x13d)],kebabCase(h),kebabCase(h)]});await g[w(0x13e)]({'srcPath':w(0x14b)+h+w(0x14f),'destPath':n+'.js','framework':w(0x146),'context':l,'config':c,'force':![],'ignore':![]});const o=''+m+b[w(0x13d)]+'/'+h+'/'+h;await g[w(0x145)](h,c,o);const p=k[w(0x13a)]('/'),q=g[w(0x154)]({'pathParts':p});await g[w(0x152)]({'filePath':q,'importName':pascalCase(h),'modulePath':j?w(0x159):w(0x140),'isNamedExport':!![]}),await g[w(0x138)]({'filePath':q,'content':'\x0a<'+pascalCase(h)+w(0x139),'begin':[w(0x144),'<div\x20id=\x22map\x22>'],'end':[w(0x141)],'replace':!![]});}catch(r){Log['error'](r),process[w(0x158)](0x1);}},async function(){},a127e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0xbb;let f=c[d];return f;},a128d(a,b);}const a128i=a128d;(function(a,b){const f=a128d,c=a();while(!![]){try{const d=-parseInt(f(0xc3))/0x1*(parseInt(f(0xca))/0x2)+-parseInt(f(0xbd))/0x3+-parseInt(f(0xcf))/0x4+parseInt(f(0xcd))/0x5*(parseInt(f(0xc0))/0x6)+-parseInt(f(0xc4))/0x7*(parseInt(f(0xc6))/0x8)+parseInt(f(0xcc))/0x9+-parseInt(f(0xc2))/0xa*(-parseInt(f(0xcb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x3cd34));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a128d;if(c){const e=c[g(0xbc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const h=a128d;return a128a[h(0xc1)]()['search'](h(0xc7))[h(0xc1)]()[h(0xbb)](a128a)[h(0xce)](h(0xc7));});a128a();import{Generator}from'../../generator.js';const KitGen=Generator[a128i(0xc9)]({'name':a128i(0xbf),'aliases':['k'],'usage':a128i(0xbe),'shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'resourceNameRequired':![],'examples':[a128i(0xc8),a128i(0xc5)]},async function(){});export default KitGen;function a128c(){const j=['8993330cMKSLD','22FmnbuT','7Xdwacp','maka\x20g:k','3269608ukPzKK','(((.+)+)+)+$','maka\x20g:kit','create','1038VIsVDP','11RbIUjS','827424ipGbMZ','5feCIbJ','search','1733920pjeRzQ','constructor','apply','621807rVsLPi','maka\x20{generate,\x20g}:{kit}\x20<name>','kit','1912434ollhbc','toString'];a128c=function(){return j;};return a128c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=
|
|
1
|
+
(function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0x17e))/0x1+-parseInt(f(0x184))/0x2*(-parseInt(f(0x18c))/0x3)+parseInt(f(0x188))/0x4*(parseInt(f(0x187))/0x5)+parseInt(f(0x185))/0x6*(parseInt(f(0x181))/0x7)+-parseInt(f(0x18d))/0x8*(parseInt(f(0x18b))/0x9)+parseInt(f(0x17f))/0xa*(parseInt(f(0x182))/0xb)+-parseInt(f(0x186))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x9a8a4));var a129b=(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;};}()),a129a=a129b(this,function(){var g=a129d;return a129a[g(0x180)]()[g(0x189)](g(0x18a))[g(0x180)]()[g(0x183)](a129a)['search'](g(0x18a));});a129a();import'./mui.generator.js';function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x17e;var f=c[d];return f;},a129d(a,b);}function a129c(){var h=['toString','36239wrtKbd','66czKWcg','constructor','2Vjncvt','1038RlVqRs','28101384srrvvQ','193790IWBcqN','20zsbmxR','search','(((.+)+)+)+$','48276lWEeIT','2571234SrDrIf','696DHvQBN','993771dMdVYZ','835310JbZlxv'];a129c=function(){return h;};return a129c();}import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a130L=a130d;(function(a,b){const I=a130d,c=a();while(!![]){try{const d=parseInt(I(0x131))/0x1+-parseInt(I(0x101))/0x2+parseInt(I(0x12a))/0x3+-parseInt(I(0x10f))/0x4*(-parseInt(I(0x126))/0x5)+-parseInt(I(0x117))/0x6+-parseInt(I(0x12b))/0x7*(-parseInt(I(0x137))/0x8)+parseInt(I(0x116))/0x9*(-parseInt(I(0x107))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x30863));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const J=a130d;if(c){const e=c[J(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const K=a130d;return a130a[K(0x113)]()[K(0x127)](K(0x123))[K(0x113)]()['constructor'](a130a)[K(0x127)](K(0x123));});a130a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';function a130c(){const O=['ssr','injectImport','dir','engines','template','.js','754320XFckZA','/imports/ui/pages/auth','force','meteor','toString','auth','apply','158877UVvMpY','1232034zKSWJR','login','kit/mui/auth/logout/','kit/mui/auth/forgot-password/','maka\x20generate:kit:mui:auth','basic-login-page','MATERIAL','react','pathFromApp','/imports/startup/client/authentication-provider','injectTemplateModule','kit:auth:provider','(((.+)+)+)+$','error','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','10KqfkzA','search','processAndRunGenerator','select','812178WRygPC','1563044UEnFmE','exit','log','appName','forgot-password','basic-logout-page','283265GtGiWg','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{auth,\x20a}','register','basic-password-reset-page','route','/imports/startup/lib/authentication-provider','8pqAynd','kit/mui/auth/login/','Custom\x20(roll\x20your\x20own)','basic-register-page','REACT','Cleaning\x20up...','logout','layouts','custom','AuthContext','512130LOcchG','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20setup\x20with\x20login,\x20logout,\x20registration,\x20and\x20password\x20reset\x20pages.\x0a\x20\x20','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','kit/mui/auth/register/','split','maka\x20g:k:m:a','280MjXnyn','/imports/ui/'];a130c=function(){return O;};return a130c();}import a130e from'../../../generators/maka.gen.js';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x100;let f=c[d];return f;},a130d(a,b);}import a130f from'./mui.generator.js';import{kebabCase,capitalCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a130L(0x114),'aliases':['a'],'usage':a130L(0x132),'shortDesc':a130L(0x103),'validOpts':[a130L(0x13e),a130L(0x111)],'isPro':!![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a130L(0x11d)],'client':ClientEngines[a130L(0x13b)]},'examples':[a130L(0x11b),a130L(0x106)],'description':a130L(0x102)},async function(a,b){const M=a130L;try{const {projectConfig:c,fsi:d,scaffold:f}=this,g=b[M(0x111)]||![],h=d['findProjectDirectory'](),i=await Actions[M(0x129)]({'name':'authType','message':M(0x125),'choices':[{'name':'Meteor\x20Accounts','value':M(0x112)},{'name':M(0x139),'value':'custom'}]}),j=M(0x11c),k=M(0x130),l=M(0x13a),m=M(0x134),n='basic-forgot-password-page',o=b['baseDir']?M(0x108)+b['baseDir']:M(0x110),p=f[M(0x11f)]({'pathParts':[o,b[M(0x10b)],kebabCase(j),kebabCase(j)]}),q=f[M(0x11f)]({'pathParts':[o,b[M(0x10b)],kebabCase(k),kebabCase(k)]}),r=f['pathFromApp']({'pathParts':[o,b[M(0x10b)],kebabCase(l),kebabCase(l)]}),s=f['pathFromApp']({'pathParts':[o,b[M(0x10b)],kebabCase(m),kebabCase(m)]}),t=f[M(0x11f)]({'pathParts':[o,b[M(0x10b)],kebabCase(n),kebabCase(n)]}),u={'name':capitalCase(c[M(0x12e)])};await f[M(0x10d)]({'srcPath':M(0x138)+j+M(0x10e),'destPath':p+M(0x10e),'framework':'react','context':u,'config':c,'force':g,'ignore':![]}),await f[M(0x10d)]({'srcPath':M(0x119)+k+M(0x10e),'destPath':q+M(0x10e),'framework':M(0x11e),'context':u,'config':c,'force':g,'ignore':![]}),await f['template']({'srcPath':M(0x104)+l+M(0x10e),'destPath':r+M(0x10e),'framework':M(0x11e),'context':u,'config':c,'force':g,'ignore':![]}),await f[M(0x10d)]({'srcPath':'kit/mui/auth/password-reset/'+m+M(0x10e),'destPath':s+M(0x10e),'framework':M(0x11e),'context':u,'config':c,'force':g,'ignore':![]}),await f['template']({'srcPath':M(0x11a)+n+M(0x10e),'destPath':t+M(0x10e),'framework':M(0x11e),'context':u,'config':c,'force':g,'ignore':![]});const v=''+o+b['dir']+'/'+j+'/'+j;await f[M(0x121)](j,c,v);const w=''+o+b[M(0x10b)]+'/'+k+'/'+k;await f[M(0x121)](k,c,w);const x=''+o+b[M(0x10b)]+'/'+l+'/'+l;await f[M(0x121)](l,c,x);const y=''+o+b[M(0x10b)]+'/'+m+'/'+m;await f[M(0x121)](m,c,y);const z=''+o+b[M(0x10b)]+'/'+n+'/'+n;await f[M(0x121)](n,c,z),await a130e[M(0x128)](M(0x135),[M(0x11c)],{'route':M(0x118),'cwd':h,'config':c}),await a130e[M(0x128)](M(0x135),[M(0x130)],{'route':M(0x13d),'private':!![],'cwd':h,'config':c}),await a130e[M(0x128)](M(0x135),['basic-register-page'],{'route':M(0x133),'cwd':h,'config':c}),await a130e[M(0x128)](M(0x135),[M(0x134)],{'route':'reset-password/:token','cwd':h,'config':c}),await a130e[M(0x128)](M(0x135),['basic-forgot-password-page'],{'route':M(0x12f),'cwd':h,'config':c});i===M(0x112)&&await a130e['processAndRunGenerator']('kit:auth:meteor',[],{'force':g,'cwd':h,'config':c});i===M(0x13f)&&await a130e[M(0x128)](M(0x122),[],{'force':g,'cwd':h,'config':c});const A=c[M(0x10c)][M(0x109)]===M(0x112),B=c['engines']['js'],C=f[M(0x11f)]({'pathParts':v[M(0x105)]('/')});await f[M(0x10a)]({'filePath':C+'.'+B,'importName':M(0x100),'modulePath':A?M(0x136):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const D=f[M(0x11f)]({'pathParts':w[M(0x105)]('/')});await f[M(0x10a)]({'filePath':D+'.'+B,'importName':M(0x100),'modulePath':A?M(0x136):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const E=f[M(0x11f)]({'pathParts':x[M(0x105)]('/')});await f['injectImport']({'filePath':E+'.'+B,'importName':M(0x100),'modulePath':A?M(0x136):M(0x120),'isNamedExport':!![]});const F=f[M(0x11f)]({'pathParts':y['split']('/')});await f[M(0x10a)]({'filePath':F+'.'+B,'importName':M(0x100),'modulePath':A?M(0x136):M(0x120),'isNamedExport':!![]});const G=f[M(0x11f)]({'pathParts':z['split']('/')});await f[M(0x10a)]({'filePath':G+'.'+B,'importName':M(0x100),'modulePath':A?M(0x136):M(0x120),'isNamedExport':!![]});}catch(H){Log[M(0x124)](H),process[M(0x12c)](0x1);}},async function(){const N=a130L;console[N(0x12d)](N(0x13c));},a130f);export default a130f;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a131G=a131d;(function(a,b){const E=a131d,c=a();while(!![]){try{const d=parseInt(E(0x1df))/0x1+parseInt(E(0x1a5))/0x2+parseInt(E(0x1e7))/0x3+-parseInt(E(0x1c9))/0x4*(-parseInt(E(0x1ca))/0x5)+parseInt(E(0x1db))/0x6*(-parseInt(E(0x1ce))/0x7)+parseInt(E(0x1b3))/0x8+-parseInt(E(0x1c1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xcb9c5));const a131b=(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;};}()),a131a=a131b(this,function(){const F=a131d;return a131a[F(0x1a9)]()[F(0x1c6)](F(0x1a8))[F(0x1a9)]()[F(0x1c7)](a131a)[F(0x1c6)]('(((.+)+)+)+$');});a131a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a131e from'path';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a131d(a,b);}import a131f from'./mui.generator.js';function a131c(){const J=['-hook\x22>','/imports/startup/lib/templates','1839808KIEhct','checkbox','kit/mui/frame/app-bars/','(((.+)+)+)+$','toString','Container','findAppDirectory','injectIntoFile','kit/mui/frame/drawers/','pathFromApp','layouts','app-tests','test','jsx','4709976qBqhEq','getDirectories','Cleaning\x20up...','imports','<Outlet/>','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20frame\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','<div\x20id=\x22','\x20/>\x0a','injectImport','maka:react-tracker','@mui/material/Container','<Box\x20style={{\x20display:\x20\x27flex\x27,\x20flexDirection:\x20\x27column\x27,\x20minHeight:\x20\x27calc(100vh\x20-\x20157px)\x27\x20}}>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<Container\x20component=\x22main\x22>','22840866bWRSwg','No\x20layouts\x20selected','error','dir','react','search','constructor','.js','27632xZRoIt','310hRlHnJ','meteor','join','baseDir','7PIAGxP','@mui/material/Box','/imports/ui/components','maka\x20g:k:m:f','injectTemplateModule','getFiles','force','<Outlet\x20/>','engines','MATERIAL','REACT','length','appName','5687934sWKNDi','tsx','tests','session','1329055RNDycp','Box','/imports/startup/client/templates','/imports/ui/','checkMeteorPackage','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','map','template','3161550SpfAjW','basic-drawer','basic-sticky-footer'];a131c=function(){return J;};return a131c();}import{kebabCase,pascalCase,capitalCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':'frame','aliases':['f'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f}','shortDesc':a131G(0x1b9),'validOpts':[a131G(0x1af),a131G(0x1cd),'dir',a131G(0x1d4)],'isPro':![],'mustBeInMakaProject':!![],'resourceNameRequired':![],'requiredEngines':{'theme':ThemeEngines[a131G(0x1d7)],'client':ClientEngines[a131G(0x1d8)]},'examples':['maka\x20generate:kit:mui:frame',a131G(0x1d1)],'description':a131G(0x1b8)},async function(a,b){const H=a131G,{projectConfig:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=b[H(0x1d4)]||![],i='basic-app-bar',j=H(0x1e8),k=H(0x1e9),l=c[H(0x1d6)]['ssr']===H(0x1cb);await f[H(0x1e3)]([H(0x1de),H(0x1be)],{'shouldInstall':!![]});const m=d[H(0x1ab)](),n=a131e[H(0x1cc)](m,H(0x1b6),'ui',H(0x1af)),o=d[H(0x1b4)](n),p=o[H(0x1e5)](z=>({'name':z,'value':z})),q=await Actions[H(0x1a6)]({'message':H(0x1e4),'name':H(0x1af),'choices':p});if(q[H(0x1d9)]===0x0){Log[H(0x1c3)](H(0x1c2));return;}const r=b[H(0x1cd)]?H(0x1e2)+b[H(0x1cd)]:H(0x1d0),s=g[H(0x1ae)]({'pathParts':[r,b[H(0x1c4)],kebabCase(i),kebabCase(i)]}),t=g['pathFromApp']({'pathParts':[r,b[H(0x1c4)],kebabCase(j),kebabCase(j)]}),u=g[H(0x1ae)]({'pathParts':[r,b['dir'],kebabCase(k),kebabCase(k)]}),v={'name':capitalCase(c[H(0x1da)])};await g[H(0x1e6)]({'srcPath':H(0x1a7)+i+H(0x1c8),'destPath':s+H(0x1c8),'framework':H(0x1c5),'context':v,'config':c,'force':h,'ignore':![]}),await g[H(0x1e6)]({'srcPath':H(0x1ad)+j+H(0x1c8),'destPath':t+H(0x1c8),'framework':'react','context':v,'config':c,'force':h,'ignore':![]}),await g[H(0x1e6)]({'srcPath':'kit/mui/frame/footers/'+k+H(0x1c8),'destPath':u+H(0x1c8),'framework':H(0x1c5),'context':v,'config':c,'force':h,'ignore':![]});const w=''+r+b[H(0x1c4)]+'/'+i+'/'+i;await g[H(0x1d2)](i,c,w);const x=''+r+b[H(0x1c4)]+'/'+j+'/'+j;await g['injectTemplateModule'](j,c,x);const y=''+r+b[H(0x1c4)]+'/'+k+'/'+k;await g['injectTemplateModule'](k,c,y);for(const z of q){const A=d[H(0x1d3)](a131e['join'](n,z),{'extensions':[H(0x1b2),H(0x1dc)],'omit':[H(0x1b0),H(0x1dd),H(0x1b1)]});for(const B of A){const C=a131e[H(0x1cc)](n,z,B);await g[H(0x1bd)]({'filePath':C,'importName':H(0x1e0),'modulePath':H(0x1cf),'isNamedExport':![]}),await g[H(0x1bd)]({'filePath':C,'importName':H(0x1aa),'modulePath':H(0x1bf),'isNamedExport':![]}),await g[H(0x1bd)]({'filePath':C,'importName':pascalCase(i),'modulePath':l?H(0x1a4):H(0x1e1),'isNamedExport':!![]}),await g['injectIntoFile']({'filePath':C,'content':'<'+pascalCase(i)+H(0x1bc),'begin':['<div\x20id=\x22'+z+'\x22>',H(0x1bb)+z+H(0x1ea)],'end':[H(0x1b7),H(0x1d5)]}),await g['injectImport']({'filePath':C,'importName':pascalCase(j),'modulePath':l?H(0x1a4):H(0x1e1),'isNamedExport':!![]}),await g['injectIntoFile']({'filePath':C,'content':'<'+pascalCase(j)+H(0x1bc),'begin':[H(0x1bb)+z+'\x22>','<div\x20id=\x22'+z+H(0x1ea)],'end':[H(0x1b7),H(0x1d5)]}),await g[H(0x1ac)]({'filePath':C,'content':'<'+pascalCase(k)+H(0x1bc),'begin':[H(0x1b7),H(0x1d5)],'end':['</div>']}),await g[H(0x1bd)]({'filePath':C,'importName':pascalCase(k),'modulePath':l?'/imports/startup/lib/templates':H(0x1e1),'isNamedExport':!![]}),await g['injectAroundString']({'filePath':C,'aboveContent':H(0x1c0),'belowContent':H(0x1ba),'targetString':['<Outlet/>',H(0x1d5)],'targetIndentAdjustment':0x6});}}}catch(D){Log[H(0x1c3)](D);}},async function(){const I=a131G;console['log'](I(0x1b5));},a131f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a132i=a132d;(function(a,b){const g=a132d,c=a();while(!![]){try{const d=-parseInt(g(0x18c))/0x1+parseInt(g(0x18f))/0x2+parseInt(g(0x193))/0x3+parseInt(g(0x197))/0x4+-parseInt(g(0x18e))/0x5+-parseInt(g(0x194))/0x6+-parseInt(g(0x181))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x718d1));function a132c(){const k=['Material-UI\x20Kit','\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20','1742216tgJHQk','cfg','auth','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','error','processAndRunGenerator','checkbox','kit:mui:auth','includes','length','maka\x20g:kit:m','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','getMakaProjectConfig','Header,\x20Footer,\x20and\x20Drawer','6193796EpXDjx','mui','(((.+)+)+)+$','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','exit','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','fsi','frame','toString','create','notice','47294FRDpcw','search','343390PJpnDV','1373108XmrrZZ','No\x20MUI\x20kits\x20selected.\x20Exiting.','info','constructor','1749879sjvtLS','1436976tBOXmC'];a132c=function(){return k;};return a132c();}function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x17c;let f=c[d];return f;},a132d(a,b);}const a132b=(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;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0x189)]()[h(0x18d)](h(0x183))[h(0x189)]()[h(0x192)](a132a)[h(0x18d)]('(((.+)+)+)+$');});a132a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a132e from'../../../generators/maka.gen.js';import a132f from'../kit.js';const MuiGen=Generator[a132i(0x18a)]({'name':a132i(0x182),'aliases':['m'],'usage':a132i(0x186),'resourceNameRequired':![],'shortDesc':a132i(0x195),'validOpts':[''],'isPro':!![],'examples':[a132i(0x17d)]},async function(){const j=a132i;try{Log[j(0x191)](j(0x184)),Log[j(0x18b)](j(0x196));const a=await Actions[j(0x19d)]({'message':j(0x17e),'name':'kitChoices','choices':[{'name':j(0x180),'value':j(0x188)},{'name':j(0x19a),'value':j(0x199)}]}),b=this[j(0x187)]['findProjectDirectory'](),c=this[j(0x198)][j(0x17f)]();a['includes']('frame')&&await a132e[j(0x19c)]('kit:mui:frame',[],{'force':!![],'cwd':b,'config':c});a[j(0x19f)](j(0x199))&&await a132e[j(0x19c)](j(0x19e),[],{'force':!![],'cwd':b,'config':c});if(a[j(0x17c)]===0x0){Log[j(0x191)](j(0x190));return;}}catch(d){Log[j(0x19b)](d),process[j(0x185)](0x1);}},async function(){},a132f);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a133s=a133d;(function(a,b){const p=a133d,c=a();while(!![]){try{const d=-parseInt(p(0x1df))/0x1+parseInt(p(0x1cb))/0x2*(parseInt(p(0x1e0))/0x3)+-parseInt(p(0x1b8))/0x4*(-parseInt(p(0x1bd))/0x5)+-parseInt(p(0x1b4))/0x6+parseInt(p(0x1d5))/0x7+-parseInt(p(0x1e5))/0x8*(parseInt(p(0x1c9))/0x9)+parseInt(p(0x1cf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0x4881d));const a133b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a133d;if(c){const e=c[q(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){const r=a133d;return a133a[r(0x1c1)]()[r(0x1c6)]('(((.+)+)+)+$')[r(0x1c1)]()[r(0x1e6)](a133a)[r(0x1c6)](r(0x1b3));});a133a();function a133d(a,b){const c=a133c();return a133d=function(d,e){d=d-0x1b3;let f=c[d];return f;},a133d(a,b);}import a133e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';function a133c(){const u=['split','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','warn','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','(((.+)+)+)+$','1390386fmcbyj','none','client','theme','2295148Tpfjto','test/test.js','assign','.js','css','5blgarK','injectAtBeginningOfFile','withHook','resourceName','toString','features','maka\x20g:l\x20web/safari','fileName','template','search','apply','includes','4868685CJeXhE','ramda','575978QOnqiL','findAppDirectory','api','injectTemplateModule','1418420XgZuzV','findProjectDirectory','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','className','import\x20\x27./','withHooks','678125HBPOFW','engines','react','withTranslations','.css','setTemplate','layout','create','/imports/ui/layouts','template/template.css','30808dGdtCE','3VnPfHO','string','checkNpmPackage','dir','test','8cVDqBQ','constructor'];a133c=function(){return u;};return a133c();}const aliases=['l'];Generator[a133s(0x1dc)]({'name':a133s(0x1db),'aliases':aliases,'usage':a133s(0x1e8),'shortDesc':'Scaffolding\x20for\x20a\x20React\x20Layout.','validOpts':[a133s(0x1bf)],'mustBeInMakaProject':!![],'examples':['maka\x20g:layout\x20mobile/iPhone8',a133s(0x1c3)]},async function(a,b){const t=a133s,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=t(0x1dd),i=d[t(0x1cc)](),j=g['pathFromApp']({'pathParts':[h,b[t(0x1e3)],kebabCase(b[t(0x1c0)]),kebabCase(b[t(0x1c0)])]});typeof c[t(0x1c5)]['test']===t(0x1e1)&&e[t(0x1da)](t(0x1e4),c[t(0x1c5)][t(0x1e4)]);typeof c[t(0x1c5)]['css']===t(0x1e1)&&e[t(0x1da)](t(0x1bc),c[t(0x1c5)][t(0x1bc)]);typeof c[t(0x1c5)]['js']===t(0x1e1)&&e['setTemplate']('js',c[t(0x1c5)]['js']);const k=b['_']?b['_'][0x0][t(0x1e7)](':')[0x1]:![],l=b['_']&&aliases[t(0x1c8)](k);l&&!f[t(0x1e2)](t(0x1ca))&&(Log[t(0x1e9)](t(0x1ea)),f['installNpmPackage'](t(0x1ca),{'cwd':i}));if(l&&!f[t(0x1e2)](t(0x1d7))){Log[t(0x1e9)](t(0x1d1));return;}const m={'name':pascalCase(b[t(0x1c0)]),'myPath':a133e['relative'](d[t(0x1d0)](),j),'cssCaseName':kebabCase(b[t(0x1c0)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[t(0x1c0)]),'fileName':kebabCase(b[t(0x1c0)]),'graphql':c[t(0x1d6)]['graphql'],'features':c[t(0x1c2)],'client':c[t(0x1d6)][t(0x1b6)],'api':c[t(0x1d6)][t(0x1cd)],'ssr':c[t(0x1d6)]['ssr'],'test':c[t(0x1d6)][t(0x1e4)],'theme':c[t(0x1d6)][t(0x1b7)],'isComponent':![],'isLayout':!![],'withTranslations':c[t(0x1c2)][t(0x1d8)]};c['features']?.[t(0x1d4)]||b[t(0x1bf)]?await g[t(0x1c5)]({'srcPath':'hook/hook.js','destPath':j+t(0x1bb),'framework':t(0x1d7),'context':m,'config':c}):await g[t(0x1c5)]({'srcPath':'component/component.js','destPath':j+'.js','framework':t(0x1d7),'context':m,'config':c});c[t(0x1d6)][t(0x1e4)]!==t(0x1b5)&&await g['template']({'srcPath':t(0x1b9),'destPath':j+'.app-tests.js','framework':t(0x1d7),'context':m,'config':c});c['template'][t(0x1bc)]&&(await g[t(0x1c5)]({'srcPath':t(0x1de),'destPath':j+t(0x1d9),'context':Object[t(0x1ba)]({},m,{'className':kebabCase(b[t(0x1c0)])}),'config':c}),await g[t(0x1be)]({'filePath':j+'.'+c[t(0x1d6)]['js'],'content':t(0x1d3)+m['fileName']+'.'+c[t(0x1d6)][t(0x1bc)]+'\x27;'}));const n=b['dir']?'/'+b[t(0x1e3)]+'/':'/',o=''+h+n+m['fileName']+'/'+m[t(0x1c4)];await g[t(0x1ce)](m[t(0x1d2)],c,o);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a134i=a134d;(function(a,b){const f=a134d,c=a();while(!![]){try{const d=-parseInt(f(0x159))/0x1+parseInt(f(0x147))/0x2*(parseInt(f(0x154))/0x3)+-parseInt(f(0x155))/0x4+parseInt(f(0x152))/0x5+parseInt(f(0x14b))/0x6*(parseInt(f(0x151))/0x7)+-parseInt(f(0x145))/0x8+-parseInt(f(0x148))/0x9*(parseInt(f(0x14a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x3cb28));function a134c(){const j=['toString','1014WoQDRn','522948FVtIab','maka\x20g:scaffold\x20todos','(((.+)+)+)+$','constructor','290924hVXUmU','maka\x20g:api\x20trucks','maka\x20{generate,\x20g}:<generator>\x20<name>','apply','202472qFvKfL','maka\x20g:package\x20package:name','932XSnVkX','355959XEPxLk','maka\x20g:route\x20todos/edit','10YnAFkb','328416vCUuNu','search','generate','maka\x20g:dbc\x20geoserver\x20--type=pgsql','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:template\x20todos/todo_item','56oxgFbG','698705sqCBMm'];a134c=function(){return j;};return a134c();}const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a[h(0x153)]()['search'](h(0x157))[h(0x153)]()[h(0x158)](a134a)[h(0x14c)](h(0x157));});a134a();function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x144;let f=c[d];return f;},a134d(a,b);}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a134i(0x14d),'aliases':['g'],'usage':a134i(0x15b),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':a134i(0x14f),'examples':['maka\x20generate:scaffold\x20todos',a134i(0x156),a134i(0x150),a134i(0x146),a134i(0x149),a134i(0x15a),a134i(0x14e)]},async function(){});export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a135d(a,b){const c=a135c();return a135d=function(d,e){d=d-0x12a;let f=c[d];return f;},a135d(a,b);}const a135n=a135d;(function(a,b){const k=a135d,c=a();while(!![]){try{const d=parseInt(k(0x12d))/0x1*(-parseInt(k(0x14e))/0x2)+parseInt(k(0x132))/0x3*(-parseInt(k(0x13b))/0x4)+-parseInt(k(0x136))/0x5*(-parseInt(k(0x13a))/0x6)+-parseInt(k(0x135))/0x7*(parseInt(k(0x138))/0x8)+-parseInt(k(0x14d))/0x9+parseInt(k(0x12f))/0xa*(parseInt(k(0x145))/0xb)+parseInt(k(0x148))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a135c,0x9236a));const a135b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a135d;if(c){const e=c[l(0x12c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a135a=a135b(this,function(){const m=a135d;return a135a[m(0x13e)]()[m(0x133)](m(0x12b))[m(0x13e)]()[m(0x13c)](a135a)['search'](m(0x12b));});a135a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';function a135c(){const p=['3923513YrDHdr','projectConfig','create','26824032nZMBFK','maka\x20{generate,\x20g}:{method,\x20m}\x20name','methods','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','tsx','4359852scqIeJ','1078sYCmOT','maka\x20g:method\x20todos','index.','error','scaffold','resourceName','ddp-rate-limiter','(((.+)+)+)+$','apply','337cQhprE','checkMeteorPackage','10gddeMe','method/method.js','engines','74541qNbpqh','search','pkg','2751SaqBOg','5RFXLQH','pathFromApp','19432NrsMMj','import\x20\x27./methods','3728514mPlLHe','160bYhLkN','constructor','dir','toString','template','startup','appPathPrefix','method','-rpc-method\x27;','imports'];a135c=function(){return p;};return a135c();}Generator[a135n(0x147)]({'name':a135n(0x142),'aliases':['m'],'usage':a135n(0x149),'mustBeInMakaProject':!![],'checkWhere':!![],'shortDesc':a135n(0x14b),'validOpts':[a135n(0x13d)],'examples':[a135n(0x14f)]},async function(a,b){const o=a135n;try{const c=this[o(0x146)],d=b[o(0x13d)]?'/'+b['dir']+'/':'/',f=kebabCase(b[o(0x153)]),g={'name':b[o(0x153)],'fileName':f,'className':pascalCase(b[o(0x153)]),'camelCase':camelCase(b[o(0x153)]),'noRename':!![]};let h='js';c[o(0x131)]['js']===o(0x14c)&&(h='ts');await this[o(0x134)][o(0x12e)](['maka:check',o(0x12a),'mdg:validated-method'],{'shouldInstall':!![]}),await this['scaffold'][o(0x13f)]({'srcPath':o(0x130),'destPath':this['scaffold'][o(0x137)]({'pathParts':[o(0x144),o(0x140),b[o(0x141)],o(0x14a),d,f+'-rpc-method.'+h]}),'context':g,'config':c});const i=this[o(0x152)][o(0x137)]({'pathParts':[o(0x144),o(0x140),b[o(0x141)],o(0x150)+c[o(0x131)]['js']]});await this['scaffold']['injectAtEndOfFile']({'filePath':i,'content':o(0x139)+d+f+o(0x143)});}catch(j){Log[o(0x151)](j);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a136p=a136d;(function(a,b){const m=a136d,c=a();while(!![]){try{const d=-parseInt(m(0x132))/0x1*(-parseInt(m(0x14c))/0x2)+-parseInt(m(0x13a))/0x3+parseInt(m(0x150))/0x4+parseInt(m(0x129))/0x5*(parseInt(m(0x137))/0x6)+-parseInt(m(0x141))/0x7+-parseInt(m(0x145))/0x8+-parseInt(m(0x130))/0x9*(-parseInt(m(0x12d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a136c,0x1a5ae));const a136b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a136d;if(c){const e=c[n(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a136a=a136b(this,function(){const o=a136d;return a136a[o(0x12e)]()[o(0x14e)](o(0x131))[o(0x12e)]()[o(0x14b)](a136a)[o(0x14e)](o(0x131));});a136a();import a136e from'path';import{Generator}from'../generator.js';function a136d(a,b){const c=a136c();return a136d=function(d,e){d=d-0x129;let f=c[d];return f;},a136d(a,b);}function a136c(){const r=['Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','client','849597uEObtu','pathFromApp','theme','tests/client','1534032LaKAHS','/package.js','package/package.js','tests/server','package/','hasOwnProperty','constructor','184EJVbDh','maka\x20g:package\x20todos:package','search','package','203092pAwkhT','/client/','create','engines','component','.js','apply','findProjectDirectory','824745qXWHPV','server','template/template.js','lib','471310Gqjjml','toString','packages','36MGnBpI','(((.+)+)+)+$','555wKLCFj','dir','package.js','store','template','6SIKebv','graphql','fsi','102693DFLKXq','scaffold','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','features','resourceName'];a136c=function(){return r;};return a136c();}import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a136p(0x152)]({'name':a136p(0x14f),'aliases':['p'],'usage':a136p(0x13c),'mustBeInMakaProject':!![],'shortDesc':a136p(0x13f),'validOpts':[a136p(0x133)],'examples':[a136p(0x14d)]},async function(a,b){const q=a136p,c=kebabCase(b[q(0x13e)]),d=b[q(0x133)]?'/'+b['dir']+'/':'/',e=this[q(0x13b)][q(0x142)]({'pathParts':[q(0x12f),d,c]}),f=this[q(0x13b)]['pathFromAppWithNoReWrite']({'pathParts':[q(0x12f),d,c,q(0x134)]}),g=this['projectConfig'],h={'name':kebabCase(b['resourceName']),'myPath':a136e['relative'](this[q(0x139)][q(0x157)](),e),'cssCaseName':kebabCase(b['resourceName']),'className':pascalCase(b[q(0x13e)]),'camelCaseName':camelCase(b[q(0x13e)]),'fileName':c,'client':g[q(0x153)][q(0x140)],'graphql':g['engines'][q(0x138)],'ssr':g['engines']['ssr'],'isComponent':b['hasOwnProperty'](q(0x154)),'isLayout':b[q(0x14a)]('layout'),'isStore':b[q(0x14a)](q(0x135)),'features':g[q(0x13d)],'noRename':!![],'theme':g[q(0x153)][q(0x143)]};await this['scaffold'][q(0x136)]({'srcPath':q(0x147),'destPath':f,'context':h,'config':g}),h['noRename']=![];const i=e+q(0x151)+c+q(0x155);await this['scaffold']['template']({'srcPath':q(0x12b),'destPath':i,'context':h,'config':g});const j=[q(0x12c),q(0x12a),q(0x144),q(0x148)];for(const k of j){const l=e+'/'+k+'/'+c+'.js';await this['scaffold']['template']({'srcPath':q(0x149)+k+q(0x146),'destPath':l,'context':h,'config':g});}});
|