@maka/maka-cli 5.0.7 → 5.0.8
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 +1 -1
- 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/patreon.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.js +1 -1
- 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/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a116k=a116d;(function(a,b){const h=a116d,c=a();while(!![]){try{const d=-parseInt(h(
|
|
1
|
+
const a116k=a116d;(function(a,b){const h=a116d,c=a();while(!![]){try{const d=-parseInt(h(0x197))/0x1+-parseInt(h(0x1a1))/0x2*(parseInt(h(0x1ac))/0x3)+-parseInt(h(0x19f))/0x4*(-parseInt(h(0x1a7))/0x5)+-parseInt(h(0x196))/0x6+parseInt(h(0x193))/0x7*(parseInt(h(0x1ab))/0x8)+parseInt(h(0x19c))/0x9+parseInt(h(0x1a0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x5d328));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a116d;if(c){const e=c[i(0x19a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const j=a116d;return a116a[j(0x192)]()[j(0x1aa)](j(0x1a8))[j(0x192)]()[j(0x191)](a116a)['search'](j(0x1a8));});function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x18d;let f=c[d];return f;},a116d(a,b);}function a116c(){const n=['toString','210aNCYFo','fsi','template','2344662fEnpDJ','218703vGUwjw','getGlobalConfig','service','apply','error','4467492oYMDAJ','findProjectDirectory','join','279116CxfiaU','8018440CnZfvQ','186886MRcPZJ','Generate\x20an\x20updated\x20dockerfile','app.tar.gz','maka\x20{generate,\x20g}:dockerfile','cert','create','5OQqmWh','(((.+)+)+)+$','withValue','search','24112UgCwqF','15QXqJNC','maka\x20g:dockerfile','getMakaProjectConfig','Dockerfile','app','constructor'];a116c=function(){return n;};return a116c();}a116a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import a116e from'path';Generator[a116k(0x1a6)]({'name':'dockerfile','usage':a116k(0x1a4),'shortDesc':a116k(0x1a2),'validOpts':[{'name':'force','boolFlag':!![]}],'noNeedResource':!![],'examples':[a116k(0x18d)]},async function(a,b){const l=a116k;try{const c=await this[l(0x194)][l(0x18e)](),d=await this['fsi'][l(0x198)](),f=this[l(0x194)][l(0x19d)]();await this[l(0x194)][l(0x1a9)](c,async()=>{const m=l,g={'app':d['appName'],'config':c,'appPath':a116e['join'](f,m(0x190)),'bundlePath':a116e['join'](f,'build',m(0x1a3)),'useCert':this[m(0x194)]['isFile'](d[m(0x1a5)])};await this['fsi'][m(0x195)]({'srcPath':'docker/Dockerfile','destPath':a116e[m(0x19e)](f,m(0x18f)),'framework':m(0x199),'context':g,'config':c,'force':b['force']});});}catch(g){Log[l(0x19b)](g);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a117o=a117d;function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x13f;let f=c[d];return f;},a117d(a,b);}(function(a,b){const l=a117d,c=a();while(!![]){try{const d=parseInt(l(0x17c))/0x1+-parseInt(l(0x15d))/0x2*(-parseInt(l(0x14a))/0x3)+-parseInt(l(0x148))/0x4*(parseInt(l(0x16c))/0x5)+-parseInt(l(0x15e))/0x6*(-parseInt(l(0x16d))/0x7)+parseInt(l(0x147))/0x8+-parseInt(l(0x166))/0x9+parseInt(l(0x172))/0xa*(parseInt(l(0x15b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x18a4a));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a117d;if(c){const e=c[m(0x174)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const n=a117d;return a117a['toString']()[n(0x14b)](n(0x14e))[n(0x142)]()[n(0x15a)](a117a)[n(0x14b)](n(0x14e));});a117a();import a117e from'path';import{paramCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';function a117c(){const r=['import\x20\x27./','24994JrqZop','warn','error','\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','toString','/imports/ui/','template/template.css','Creating\x20','test/test.js','92056CYwIeZ','10156ryGjqi','hook/hook.js','320613vZnYJM','search','pages','graphql','(((.+)+)+)+$','template','.css','baseDir','/imports/ui/components','test','fileName','injectAtBeginningOfFile','checkNpmPackage','withValue','pathFromProject','layouts','constructor','203720qqbnfe','features','2snhOpS','6vgkXLd','css','hooks','fsi','theme','@apollo/client','string','engines','825282IOjasU','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','.app-tests.js','withTranslations','setTemplate','resourceName','355QKNOkY','1217811ahUtXd','hook','apollo','force','maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','30sWrzeW','@apollo/client\x20isomorphic-fetch','apply','getMakaProjectConfig','maka\x20g:hook\x20cool-hook','components','react','dir','Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html'];a117c=function(){return r;};return a117c();}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Generator['create']({'name':a117o(0x16e),'aliases':['h'],'checkWhere':![],'usage':a117o(0x171),'shortDesc':a117o(0x17a),'validOpts':[{'name':'baseDir','values':[a117o(0x160),a117o(0x177),a117o(0x14c),a117o(0x159)]},{'name':a117o(0x170),'boolFlag':!![]}],'examples':[a117o(0x176)],'description':a117o(0x141)},async function(a,b){const p=a117o;Log['notice'](p(0x145)+b[p(0x16b)]+'\x20hook...');try{const c=this[p(0x161)][p(0x156)](p(0x178));if(!c){Log[p(0x140)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');throw new UsageError();}const d=this['fsi']['findAppDirectory'](),f=b[p(0x151)]?p(0x143)+b[p(0x151)]:p(0x152),g=this[p(0x161)]['pathFromApp']({'pathParts':[f,b[p(0x179)],paramCase(b[p(0x16b)]),paramCase(b[p(0x16b)])]}),h=await this[p(0x161)][p(0x175)]();await this[p(0x161)][p(0x157)](h,async()=>{const q=p;typeof h[q(0x14f)]['css']===q(0x164)&&(h[q(0x14f)][q(0x15f)]=h[q(0x14f)]['css']==='true'?!![]:![],this[q(0x161)][q(0x16a)](q(0x15f),h[q(0x14f)][q(0x15f)]));h[q(0x165)][q(0x14d)]===q(0x16f)&&!this['fsi']['checkNpmPackage'](q(0x163))&&(Log[q(0x13f)](q(0x167)),await this[q(0x161)]['installNpmPackage'](q(0x173),{'cwd':d}));const i={'cssCaseName':paramCase(b[q(0x16b)]),'camelCaseName':camelCase(b[q(0x16b)]),'className':pascalCase(b[q(0x16b)]),'name':pascalCase(b[q(0x16b)]),'graphql':h[q(0x165)][q(0x14d)],'theme':h[q(0x165)][q(0x162)],'features':h[q(0x15c)],'myPath':a117e['relative'](this[q(0x161)][q(0x158)]({}),g),'fileName':paramCase(b[q(0x16b)]),'isComponent':![],'isLayout':![],'withTranslations':h[q(0x15c)][q(0x169)]};await this[q(0x161)][q(0x14f)]({'srcPath':q(0x149),'destPath':g+'.js','context':i,'config':h,'framework':q(0x178),'force':b['force']});h[q(0x14f)]['css']&&(await this['fsi'][q(0x14f)]({'srcPath':q(0x144),'destPath':g+q(0x150),'context':Object['assign']({},i,{'className':i['cssCaseName']}),'config':h,'force':b[q(0x170)]}),await this[q(0x161)][q(0x155)]({'filePath':g+'.'+h[q(0x165)]['js'],'content':q(0x17b)+i[q(0x154)]+'.'+h['engines'][q(0x15f)]+'\x27;'}));h[q(0x165)][q(0x153)]!=='none'&&await this['fsi']['template']({'srcPath':q(0x146),'destPath':g+q(0x168),'framework':q(0x178),'context':i,'config':h,'force':b[q(0x170)]});const j=b[q(0x179)]?'/'+b[q(0x179)]+'/':'/',k=''+f+j+i[q(0x154)]+'/'+i[q(0x154)];await this[q(0x161)]['injectTemplateModule'](i['className'],h,k);});}catch(i){Log[p(0x140)](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a118d,c=a();while(!![]){try{var d
|
|
1
|
+
function a118c(){var i=['(((.+)+)+)+$','toString','constructor','search','21474ZJxFvr','332426UBMaMN','420272ZcFOao','apply','6276jGxcGa','173450efnuUs','913Djhdkf','179783fdtiSK','6505ibIlsH','27Ucubzk','3608iHUdbl','6616519UyFxsv'];a118c=function(){return i;};return a118c();}(function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(0xec))/0x1+-parseInt(f(0xe6))/0x2*(parseInt(f(0xee))/0x3)+-parseInt(f(0xe7))/0x4+parseInt(f(0xed))/0x5*(parseInt(f(0xe9))/0x6)+parseInt(f(0xe0))/0x7+-parseInt(f(0xdf))/0x8*(parseInt(f(0xe5))/0x9)+parseInt(f(0xea))/0xa*(parseInt(f(0xeb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xd900c));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0xe2)]()[h(0xe4)]('(((.+)+)+)+$')[h(0xe2)]()[h(0xe3)](a118a)[h(0xe4)](h(0xe1));});a118a();function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0xdf;var f=c[d];return f;},a118d(a,b);}import'./kit.js';import'./mui/_index.js';import'./esri/_index.js';import'./auth/_index.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a119d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a119d,c=a();while(!![]){try{var d=parseInt(f(0x1f0))/0x1+parseInt(f(0x1f5))/0x2+parseInt(f(0x1f1))/0x3*(-parseInt(f(0x1eb))/0x4)+parseInt(f(0x1f6))/0x5*(-parseInt(f(0x1ea))/0x6)+-parseInt(f(0x1f7))/0x7*(parseInt(f(0x1ef))/0x8)+-parseInt(f(0x1ee))/0x9*(-parseInt(f(0x1f3))/0xa)+parseInt(f(0x1f2))/0xb*(parseInt(f(0x1ed))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xe1872));var a119b=(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;};}()),a119a=a119b(this,function(){var g=a119d;return a119a[g(0x1e9)]()[g(0x1ec)](g(0x1f4))[g(0x1e9)]()['constructor'](a119a)['search'](g(0x1f4));});a119a();import'./auth.generator.js';function a119d(a,b){var c=a119c();return a119d=function(d,e){d=d-0x1e9;var f=c[d];return f;},a119d(a,b);}import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';function a119c(){var h=['4367376DtkWtW','1456232wytsSz','84QxdYqY','11CoPPCF','11813330PSlVkr','(((.+)+)+)+$','2486226YsrhTU','2474755KsxwJT','14aLtPha','toString','18kkUPwZ','118652sSJKyr','search','5404140ntyfEe','9IPYCwj'];a119c=function(){return h;};return a119c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a120i=a120d;(function(a,b){const f=a120d,c=a();while(!![]){try{const d=-parseInt(f(0xa1))/0x1*(-parseInt(f(0x9e))/0x2)+-parseInt(f(0xa6))/0x3*(-parseInt(f(0xa4))/0x4)+-parseInt(f(0xaf))/0x5+parseInt(f(0xab))/0x6*(parseInt(f(0xa8))/0x7)+parseInt(f(0xa2))/0x8*(parseInt(f(0xa0))/0x9)+-parseInt(f(0xa3))/0xa*(-parseInt(f(0xac))/0xb)+-parseInt(f(0xad))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x6f8d2));function a120c(){const k=['18PmxRnV','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20','196668DeaqML','83379WoaIrG','120tBiiFH','4787470RvKVpw','412VHvXNX','NIE','8913nmbhxw','(((.+)+)+)+$','44674mrSTWw','create','search','678AuvYKd','11poJWVf','20164200KYLuqQ','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','2234265dKfMFq','toString','apply','maka\x20g:kit:a'];a120c=function(){return k;};return a120c();}function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x9e;let f=c[d];return f;},a120d(a,b);}const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a120d;if(c){const e=c[g(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const h=a120d;return a120a[h(0xb0)]()[h(0xaa)](h(0xa7))[h(0xb0)]()['constructor'](a120a)['search']('(((.+)+)+)+$');});a120a();import{Generator}from'../../../generator.js';import a120e from'../kit.js';const AuthGen=Generator[a120i(0xa9)]({'name':'auth','aliases':['a'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','noNeedResource':!![],'shortDesc':a120i(0xae),'validOpts':[''],'isPro':!![],'examples':[a120i(0xb2)],'description':a120i(0x9f)},async function(){const j=a120i;throw j(0xa5);},async function(){},a120e);export default AuthGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a121q=a121d;(function(a,b){const o=a121d,c=a();while(!![]){try{const d=parseInt(o(0x189))/0x1*(parseInt(o(0x1b0))/0x2)+-parseInt(o(0x1a5))/0x3+-parseInt(o(0x17b))/0x4+-parseInt(o(0x183))/0x5*(-parseInt(o(0x19a))/0x6)+-parseInt(o(0x1b2))/0x7+parseInt(o(0x17e))/0x8+-parseInt(o(0x1aa))/0x9*(-parseInt(o(0x1b3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0xa8a57));function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x176;let f=c[d];return f;},a121d(a,b);}const a121b=(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;};}()),a121a=a121b(this,function(){const p=a121d;return a121a[p(0x18c)]()[p(0x198)](p(0x1a0))['toString']()[p(0x19f)](a121a)['search'](p(0x1a0));});a121a();function a121c(){const t=['withValue','ssr','Meteor.publish','findProjectDirectory','AuthService','search','imports','828858ViAKvW','fsi','pathFromApp','REACT','injectIntoCodeBlock','constructor','(((.+)+)+)+$','create','injectImport','true','\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','2504031LeUfIv','\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','kit:auth:provider','const\x20deauthenticateUser','meteor/maka:react-tracker','22365kfaXZC','startup','meteor','kit/auth/service/meteor-auth-service.js','const\x20authenticateToken','return\x20\x5c(','38DyiHfI','getMakaProjectConfig','4540543KEEgwU','7940GBeFSd','server','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','processAndRunGenerator','template','force','error','react','checkMeteorPackage','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','alanning:roles','publish','3205924MtzfZx','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','const\x20registerNewUser','4972688WQbECD','meteor/meteor','\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','injectIntoFile','exit','5TWrayc','const\x20sendForgotPasswordEmail','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','Meteor','accounts-password','index','12777kegHhj','authentication-service','auth/roles','toString','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','engines','const\x20resetPasswordWithToken','Accounts','useTracker','.js'];a121c=function(){return t;};return a121c();}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a121e from'./auth.generator.js';import a121f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a121q(0x1a1)]({'name':a121q(0x1ac),'aliases':['m'],'usage':a121q(0x185),'shortDesc':a121q(0x18d),'validOpts':['force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a121q(0x19d)]},'description':a121q(0x1a4)},async function(a,b){const r=a121q;try{const c=b[r(0x1b8)]||![];await this[r(0x19b)][r(0x177)]([r(0x187),r(0x179)],{'shouldInstall':!![]});const d=this[r(0x19b)][r(0x196)](),f=this[r(0x19b)][r(0x1b1)](),g=f['engines'][r(0x194)]===r(0x1a3);await a121f[r(0x1b6)](r(0x1a7),[],{'force':c,'cwd':d,'config':f});const h=await a121f[r(0x1b6)](r(0x17a),[r(0x18b)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?'/imports/startup/lib':'/imports/startup/client',j=this[r(0x19b)][r(0x19c)]({'pathParts':[i,'','',r(0x18a)]});await this[r(0x19b)][r(0x193)](f,async()=>{const s=r;await this[s(0x19b)][s(0x1b7)]({'srcPath':s(0x1ad),'destPath':j+s(0x192),'framework':s(0x176),'context':{},'config':f,'force':c,'ignore':![]});});const k=this[r(0x19b)][r(0x19c)]({'pathParts':[i,'','','authentication-provider']}),l=f[r(0x18e)]['js'];await this[r(0x19b)]['injectImport']({'filePath':k+'.'+l,'importName':r(0x197),'modulePath':g?'/imports/startup/lib/authentication-service':'/imports/startup/client/authentication-service','isNamedExport':![]}),await this[r(0x19b)][r(0x19e)]({'filePath':k+'.'+l,'content':'\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','begin':'const\x20authenticateUser','replace':!![]}),await this[r(0x19b)][r(0x19e)]({'filePath':k+'.'+l,'content':r(0x180),'begin':r(0x1ae),'replace':!![]}),await this[r(0x19b)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':r(0x1a6),'begin':'const\x20getUserAuthorizations','replace':!![]}),await this[r(0x19b)][r(0x19e)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','begin':r(0x1a8),'replace':!![]}),await this[r(0x19b)][r(0x19e)]({'filePath':k+'.'+l,'content':r(0x17c),'begin':r(0x184),'replace':!![]}),await this[r(0x19b)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':r(0x1b5),'begin':r(0x17d),'replace':!![]}),await this[r(0x19b)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':r(0x178),'begin':r(0x18f),'replace':!![]});g&&(await this[r(0x19b)][r(0x1a2)]({'filePath':k+'.'+l,'importName':r(0x191),'modulePath':r(0x1a9),'isNamedExport':!![]}),await this['fsi'][r(0x181)]({'filePath':k+'.'+l,'content':'\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','begin':'export\x20const\x20AuthProvider','end':r(0x1af)}));await this['fsi'][r(0x1a2)]({'filePath':h,'importName':r(0x186),'modulePath':r(0x17f),'isNamedExport':!![],'injectAtStart':!![]}),await this[r(0x19b)][r(0x19e)]({'filePath':h,'content':'\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','begin':r(0x195),'replace':!![]});const m=this['fsi']['pathFromApp']({'pathParts':[r(0x199),r(0x1ab),r(0x1b4),r(0x188)]});await this[r(0x19b)][r(0x1a2)]({'filePath':m+'.'+l,'importName':r(0x190),'modulePath':'meteor/accounts-base','isNamedExport':!![]}),await this['fsi'][r(0x19e)]({'filePath':m+'.'+l,'content':'\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','begin':'Meteor.startup','replace':!![]});}catch(n){Log[r(0x1b9)](n),process[r(0x182)](0x1);}},async function(){},a121e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a122x=a122d;(function(a,b){const u=a122d,c=a();while(!![]){try{const d=-parseInt(u(0x1ec))/0x1+-parseInt(u(0x205))/0x2+-parseInt(u(0x209))/0x3*(-parseInt(u(0x1f7))/0x4)+parseInt(u(0x20e))/0x5+parseInt(u(0x206))/0x6+-parseInt(u(0x1f3))/0x7+parseInt(u(0x1f8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xae9ee));const a122b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a122d;if(c){const e=c[v(0x20c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){const w=a122d;return a122a[w(0x1fc)]()[w(0x20a)](w(0x200))[w(0x1fc)]()['constructor'](a122a)[w(0x20a)](w(0x200));});a122a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a122c(){const A=['7205448cVIVzX','injectIntoCodeBlock','split','provider','toString','react','true','/routes','(((.+)+)+)+$','.js','template','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','pathFromApp','1408536KffHpG','556464DxhnZG','getMakaProjectConfig','</AuthProvider>','1427187TTsFHx','search','\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','apply','AuthContext','6815225lxBjXI','ssr','/imports/startup/client/authentication-provider','<AppRoutes\x20/>','fsi','engines','authentication-provider','\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','appName','/imports/startup/lib','/imports/startup/lib/authentication-provider','1121763ksydrn','\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','const\x20useAuth','withValue','create','AuthProvider','injectImport','2036454LAHjOp','injectAroundString','force','function\x20useAuth','4cfFyvT'];a122c=function(){return A;};return a122c();}function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x1e9;let f=c[d];return f;},a122d(a,b);}import a122e from'./auth.generator.js';import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a122x(0x1f0)]({'name':a122x(0x1fb),'aliases':['p'],'usage':a122x(0x203),'shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','validOpts':[a122x(0x1f5)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a122x(0x1ed)},async function(a,b){const y=a122x;try{const c=b[y(0x1f5)]||![];Log['bright']('Creating\x20an\x20AuthProvider\x20and\x20AuthContext');const d=this[y(0x212)][y(0x207)](),f=d[y(0x213)][y(0x20f)]===y(0x1fe),g={'name':headerCase(d[y(0x1e9)])['replaceAll']('-','\x20')},h=f?y(0x1ea):'/imports/startup/client',i=this[y(0x212)][y(0x204)]({'pathParts':[h,'','',y(0x214)]});await this[y(0x212)][y(0x1ef)](d,async()=>{const z=y;await this[z(0x212)][z(0x202)]({'srcPath':'kit/auth/provider/authentication-provider.js','destPath':i+z(0x201),'framework':z(0x1fd),'context':g,'config':d,'force':c,'ignore':![]});});const j=d[y(0x213)]['js'],k=h+y(0x1ff),l=k[y(0x1fa)]('/'),m=this[y(0x212)][y(0x204)]({'pathParts':l});await this[y(0x212)][y(0x1f2)]({'filePath':m+'.'+j,'importName':y(0x20d),'modulePath':f?y(0x1eb):y(0x210),'isNamedExport':!![]}),await this['fsi'][y(0x1f2)]({'filePath':m+'.'+j,'importName':'useContext','modulePath':y(0x1fd),'isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x212)][y(0x1f9)]({'filePath':m+'.'+j,'content':y(0x215),'begin':[y(0x1ee),y(0x1f6)],'replace':!![]}),await this[y(0x212)][y(0x1f9)]({'filePath':m+'.'+j,'content':y(0x20b),'begin':['const\x20PrivateRoute'],'replace':!![]});const n='/imports/startup/client/index',o=n['split']('/'),p=this['fsi']['pathFromApp']({'pathParts':o});await this[y(0x212)][y(0x1f2)]({'filePath':p+'.'+j,'importName':'AuthProvider','modulePath':f?y(0x1eb):y(0x210),'isNamedExport':!![]}),await this[y(0x212)][y(0x1f4)]({'filePath':p+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x208),'targetString':y(0x211),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q='/imports/startup/server/index',r=q['split']('/'),s=this[y(0x212)][y(0x204)]({'pathParts':r});await this['fsi'][y(0x1f2)]({'filePath':s+'.'+j,'importName':y(0x1f1),'modulePath':f?y(0x1eb):y(0x210),'isNamedExport':!![]}),await this[y(0x212)][y(0x1f4)]({'filePath':s+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x208),'targetString':y(0x211),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log['error'](t),process['exit'](0x1);}},async function(){},a122e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a123d,c=a();while(!![]){try{var d=-parseInt(f(0x10c))/0x1+-parseInt(f(0x106))/0x2*(parseInt(f(0x10f))/0x3)+-parseInt(f(0x107))/0x4+parseInt(f(0x111))/0x5+parseInt(f(0x10a))/0x6+parseInt(f(0x112))/0x7+parseInt(f(0x10b))/0x8*(parseInt(f(0x108))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xa6210));function a123c(){var i=['231277XqdjpA','toString','(((.+)+)+)+$','6zQLSGc','apply','2586985BAPgIu','1817452AWDqdt','600270oLxtti','5054496Ykayte','2259kOrquN','search','4958592CiBUgw','37360gMCokj'];a123c=function(){return i;};return a123c();}var a123b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a123d;if(c){var e=c[g(0x110)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){var h=a123d;return a123a['toString']()[h(0x109)](h(0x10e))[h(0x10d)]()['constructor'](a123a)[h(0x109)](h(0x10e));});function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x106;var f=c[d];return f;},a123d(a,b);}a123a();import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x1da;let f=c[d];return f;},a124d(a,b);}const a124i=a124d;(function(a,b){const f=a124d,c=a();while(!![]){try{const d=parseInt(f(0x1db))/0x1*(-parseInt(f(0x1e9))/0x2)+-parseInt(f(0x1e3))/0x3*(parseInt(f(0x1e1))/0x4)+parseInt(f(0x1e7))/0x5*(parseInt(f(0x1da))/0x6)+parseInt(f(0x1df))/0x7+parseInt(f(0x1e2))/0x8+-parseInt(f(0x1e0))/0x9+parseInt(f(0x1e4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x40513));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a124d;if(c){const e=c[g(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const h=a124d;return a124a['toString']()[h(0x1ea)](h(0x1e5))['toString']()[h(0x1e8)](a124a)[h(0x1ea)](h(0x1e5));});function a124c(){const k=['2003150UwSLnh','(((.+)+)+)+$','create','20tdQGcX','constructor','89674ncBClh','search','/foo','maka\x20g:kit:e','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','94194YOvSuU','9DAbEfd','apply','\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','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','1587593aphlDg','709740hgMKec','4aGtZux','3799832WXYrAO','657159sVgsuV'];a124c=function(){return k;};return a124c();}a124a();import{Generator}from'../../../generator.js';import a124e from'../kit.js';const EsriGen=Generator[a124i(0x1e6)]({'name':'esri','aliases':['e'],'usage':a124i(0x1ed),'noNeedResource':!![],'shortDesc':a124i(0x1de),'validOpts':[''],'isPro':!![],'examples':[a124i(0x1ec)],'description':a124i(0x1dd)},async function(){const j=a124i;return{'success':!![],'message':'Esri\x20Kit\x20generated\x20successfully','details':{'filesCreated':['/foo/bar'],'filesUpdated':[j(0x1eb)]}};},async function(){},a124e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a125s=a125d;
|
|
1
|
+
const a125s=a125d;(function(a,b){const p=a125d,c=a();while(!![]){try{const d=parseInt(p(0x1ef))/0x1*(-parseInt(p(0x1f3))/0x2)+parseInt(p(0x1f4))/0x3*(-parseInt(p(0x1fc))/0x4)+parseInt(p(0x1e3))/0x5*(parseInt(p(0x1ff))/0x6)+-parseInt(p(0x1e4))/0x7*(parseInt(p(0x200))/0x8)+parseInt(p(0x1ec))/0x9+-parseInt(p(0x1e5))/0xa+parseInt(p(0x1e8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x22853));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a125d;if(c){const e=c[q(0x1f9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const r=a125d;return a125a['toString']()['search'](r(0x1d8))['toString']()[r(0x1e1)](a125a)[r(0x1e2)](r(0x1d8));});a125a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a125d(a,b);}import a125e from'./esri.generator.js';function a125c(){const v=['page','basic-map','4043039TqUAxl','ssr','/imports/ui/','engines','896985HJEhRK','dir','</div>','113nLSwGL','withValue','baseDir','fsi','58lttEaF','30LYOBbp','findProjectDirectory','injectTemplateModule','true','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','apply','FALSE','split','30548vtvhCp','<div\x20id=\x22map\x22>','react','6AWgGlq','1429224bzQchQ','pathFromApp','/imports/ui/hooks','map','REACT','(((.+)+)+)+$','exit','.js','esri-loader','error','replaceAll','create','@esri/react-arcgis','\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','constructor','search','206860oeNwsn','7FeiRLg','1088910DKzOvK'];a125c=function(){return v;};return a125c();}import a125f from'../../../generators/maka.gen.js';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a125s(0x1de)]({'name':a125s(0x203),'aliases':['m'],'usage':a125s(0x1f8),'shortDesc':'Generate\x20an\x20Esri\x20map\x20component','validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a125s(0x1d7)],'ssr':SsrEngines[a125s(0x1fa)]},'description':a125s(0x1e0)},async function(a,b){const t=a125s;try{Log['bright']('Generating\x20a\x20map\x20component');const c=t(0x1e7);await this[t(0x1f2)]['checkNpmPackage']([t(0x1df),t(0x1db)],{'shouldInstall':!![]});const d=this['fsi'][t(0x1f5)](),f=this['fsi']['getMakaProjectConfig'](),g=f[t(0x1eb)][t(0x1e9)]===t(0x1f7),h=await a125f['processAndRunGenerator'](t(0x1e6),[t(0x203)],{'cwd':d,'config':f}),i={'name':headerCase(f['appName'])[t(0x1dd)]('-','\x20'),'componentName':pascalCase(c)},j=b[t(0x1f1)]?t(0x1ea)+b[t(0x1f1)]:t(0x202),k=this['fsi'][t(0x201)]({'pathParts':[j,b[t(0x1ed)],paramCase(c),paramCase(c)]});await this['fsi'][t(0x1f0)](f,async()=>{const u=t;await this[u(0x1f2)]['template']({'srcPath':'kit/esri/map/'+c+'.js','destPath':k+u(0x1da),'framework':u(0x1fe),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b['dir']+'/'+c+'/'+c;await this['fsi'][t(0x1f6)](c,f,l);const m=h[t(0x1fb)]('/'),n=this[t(0x1f2)][t(0x201)]({'pathParts':m});await this['fsi']['injectImport']({'filePath':n,'importName':pascalCase(c),'modulePath':g?'/imports/startup/lib/templates':'/imports/startup/client/templates','isNamedExport':!![]}),await this[t(0x1f2)]['injectIntoFile']({'filePath':n,'content':'\x0a<'+pascalCase(c)+'\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','begin':[t(0x1fd),t(0x1fd)],'end':[t(0x1ee)],'replace':!![]});}catch(o){Log[t(0x1dc)](o),process[t(0x1d9)](0x1);}},async function(){},a125e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a126i=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d
|
|
1
|
+
const a126i=a126d;function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x156;let f=c[d];return f;},a126d(a,b);}(function(a,b){const f=a126d,c=a();while(!![]){try{const d=parseInt(f(0x164))/0x1+-parseInt(f(0x166))/0x2*(-parseInt(f(0x159))/0x3)+parseInt(f(0x160))/0x4+parseInt(f(0x15d))/0x5+-parseInt(f(0x163))/0x6+parseInt(f(0x165))/0x7+-parseInt(f(0x15c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x93a4a));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x15e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a[h(0x15f)]()[h(0x162)](h(0x161))['toString']()[h(0x15b)](a126a)[h(0x162)](h(0x161));});a126a();import{Generator}from'../../generator.js';function a126c(){const j=['constructor','13655136OVHWBi','2232175WnRVId','apply','toString','2345392FdPruN','(((.+)+)+)+$','search','3416760DUVzqI','532996aGzAEK','2119537PtyuGo','8368GXQENv','maka\x20g:k','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','create','726gYeuEm','maka\x20{generate,\x20g}:{kit}\x20<name>'];a126c=function(){return j;};return a126c();}const KitGen=Generator[a126i(0x158)]({'name':'kit','aliases':['k'],'usage':a126i(0x15a),'shortDesc':a126i(0x157),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':['maka\x20g:kit',a126i(0x156)]},async function(){});export default KitGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a127d,c=a();while(!![]){try{var d=parseInt(f(0x1dc))/0x1*(-parseInt(f(0x1d8))/0x2)+parseInt(f(0x1db))/0x3*(-parseInt(f(0x1d7))/0x4)+-parseInt(f(0x1d6))/0x5+-parseInt(f(0x1de))/0x6*(parseInt(f(0x1dd))/0x7)+-parseInt(f(0x1e3))/0x8*(-parseInt(f(0x1e1))/0x9)+-parseInt(f(0x1d9))/0xa+parseInt(f(0x1da))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xd1c3d));function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0x1d6;var f=c[d];return f;},a127d(a,b);}var a127b=(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;};}()),a127a=a127b(this,function(){var g=a127d;return a127a[g(0x1df)]()[g(0x1e0)]('(((.+)+)+)+$')[g(0x1df)]()['constructor'](a127a)[g(0x1e0)](g(0x1e2));});a127a();import'./mui.generator.js';import'./frame.mui.gen.js';function a127c(){var h=['38972417lWDniR','885213aRkyEV','53OmdYsI','7btpzYm','9516360lkToZK','toString','search','216ZoOsdZ','(((.+)+)+)+$','553360FeMvyw','1025465qVcNUl','16kqOmgF','39602MkCmDw','3229400sOQNof'];a127c=function(){return h;};return a127c();}import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a128J=a128d;(function(a,b){const G=a128d,c=a();while(!![]){try{const d=parseInt(G(0xa9))/0x1*(parseInt(G(0x88))/0x2)+-parseInt(G(0xc4))/0x3*(-parseInt(G(0xbb))/0x4)+-parseInt(G(0x8c))/0x5*(-parseInt(G(0xac))/0x6)+parseInt(G(0x93))/0x7*(parseInt(G(0x9f))/0x8)+-parseInt(G(0xb6))/0x9+-parseInt(G(0xa3))/0xa*(-parseInt(G(0xc6))/0xb)+-parseInt(G(0xc5))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xaa876));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a128d;if(c){const e=c[H(0xba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const I=a128d;return a128a[I(0xbd)]()[I(0xb7)](I(0x8d))[I(0xbd)]()['constructor'](a128a)[I(0xb7)](I(0x8d));});a128a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';function a128c(){const N=['logout','log','list','dir','maka\x20g:k:m:f','split','kit/mui/auth/forgot-password/','replaceAll','AuthContext','3522879TTxHPt','search','pathFromApp','options','apply','890696adXiyV','forgot-password','toString','true','create','engines','basic-forgot-password-page','MATERIAL','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','12qDGguF','49628028dhIrMh','33wGNdnh','register','injectImport','template','force','meteor','route','kit/mui/auth/password-reset/','maka\x20generate:kit:mui:frame','892818pYFGrU','Cleaning\x20up...','basic-register-page','basic-password-reset-page','6734085tuMFXj','(((.+)+)+)+$','withValue','custom','authType','injectTemplateModule','react','434hQmEhh','fsi','kit/mui/auth/register/','/imports/startup/client/authentication-provider','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','kit/mui/auth/logout/','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','kit/mui/auth/login/','error','layouts','reset-password/:token','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','169264iQwNpZ','appName','/imports/ui/','basic-logout-page','1123500mRcrtQ','.js','processAndRunGenerator','/imports/startup/lib/authentication-provider','kit:auth:provider','auth','3yJNsfW','basic-login-page','/imports/ui/pages/auth','6ecgSej'];a128c=function(){return N;};return a128c();}import a128e from'../../../generators/maka.gen.js';import a128f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x84;let f=c[d];return f;},a128d(a,b);}Generator[a128J(0xbf)]({'name':a128J(0xa8),'aliases':['a'],'usage':a128J(0x9e),'shortDesc':a128J(0x99),'validOpts':[a128J(0x9c),a128J(0xca)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a128J(0xc2)],'client':ClientEngines['REACT']},'examples':[a128J(0x87),a128J(0xb1)],'description':a128J(0xc3)},async function(a,b){const K=a128J;try{const c=b[K(0xca)]||![],d=this[K(0x94)]['findProjectDirectory'](),f=this[K(0x94)]['getMakaProjectConfig'](),{authType:g}=await Actions[K(0xb9)]({'type':K(0xaf),'name':K(0x90),'message':K(0x97),'choices':[{'name':'Meteor\x20Accounts','value':K(0x84)},{'name':'Custom\x20(roll\x20your\x20own)','value':K(0x8f)}]}),h='basic-login-page',i=K(0xa2),j=K(0x8a),k=K(0x8b),l=K(0xc1),m=b['baseDir']?K(0xa1)+b['baseDir']:K(0xab),n=this['fsi'][K(0xb8)]({'pathParts':[m,b[K(0xb0)],paramCase(h),paramCase(h)]}),o=this[K(0x94)][K(0xb8)]({'pathParts':[m,b[K(0xb0)],paramCase(i),paramCase(i)]}),p=this[K(0x94)]['pathFromApp']({'pathParts':[m,b[K(0xb0)],paramCase(j),paramCase(j)]}),q=this[K(0x94)][K(0xb8)]({'pathParts':[m,b['dir'],paramCase(k),paramCase(k)]}),r=this[K(0x94)][K(0xb8)]({'pathParts':[m,b[K(0xb0)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[K(0xa0)])[K(0xb4)]('-','\x20')};await this[K(0x94)][K(0x8e)](f,async()=>{const L=K;await this['fsi'][L(0xc9)]({'srcPath':L(0x9a)+h+'.js','destPath':n+L(0xa4),'framework':L(0x92),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x94)]['template']({'srcPath':L(0x98)+i+'.js','destPath':o+'.js','framework':L(0x92),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x94)]['template']({'srcPath':L(0x95)+j+L(0xa4),'destPath':p+L(0xa4),'framework':L(0x92),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x94)][L(0xc9)]({'srcPath':L(0x86)+k+L(0xa4),'destPath':q+L(0xa4),'framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x94)][L(0xc9)]({'srcPath':L(0xb3)+l+'.js','destPath':r+L(0xa4),'framework':'react','context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[K(0xb0)]+'/'+h+'/'+h;await this['fsi'][K(0x91)](h,f,t);const u=''+m+b[K(0xb0)]+'/'+i+'/'+i;await this[K(0x94)]['injectTemplateModule'](i,f,u);const v=''+m+b[K(0xb0)]+'/'+j+'/'+j;await this[K(0x94)]['injectTemplateModule'](j,f,v);const w=''+m+b[K(0xb0)]+'/'+k+'/'+k;await this['fsi']['injectTemplateModule'](k,f,w);const x=''+m+b[K(0xb0)]+'/'+l+'/'+l;await this['fsi'][K(0x91)](l,f,x),await a128e[K(0xa5)]('route',[K(0xaa)],{'route':'login','cwd':d,'config':f}),await a128e[K(0xa5)](K(0x85),[K(0xa2)],{'route':K(0xad),'private':!![],'cwd':d,'config':f}),await a128e[K(0xa5)](K(0x85),[K(0x8a)],{'route':K(0xc7),'cwd':d,'config':f}),await a128e[K(0xa5)](K(0x85),[K(0x8b)],{'route':K(0x9d),'cwd':d,'config':f}),await a128e[K(0xa5)](K(0x85),[K(0xc1)],{'route':K(0xbc),'cwd':d,'config':f});g===K(0x84)&&await a128e[K(0xa5)]('kit:auth:meteor',[],{'force':c,'cwd':d,'config':f});g===K(0x8f)&&await a128e[K(0xa5)](K(0xa7),[],{'force':c,'cwd':d,'config':f});const y=f[K(0xc0)]['ssr']===K(0xbe),z=f[K(0xc0)]['js'],A=this[K(0x94)]['pathFromApp']({'pathParts':t[K(0xb2)]('/')});await this[K(0x94)][K(0xc8)]({'filePath':A+'.'+z,'importName':K(0xb5),'modulePath':y?K(0xa6):K(0x96),'isNamedExport':!![]});const B=this['fsi'][K(0xb8)]({'pathParts':u[K(0xb2)]('/')});await this[K(0x94)]['injectImport']({'filePath':B+'.'+z,'importName':K(0xb5),'modulePath':y?K(0xa6):K(0x96),'isNamedExport':!![]});const C=this[K(0x94)][K(0xb8)]({'pathParts':v[K(0xb2)]('/')});await this[K(0x94)][K(0xc8)]({'filePath':C+'.'+z,'importName':K(0xb5),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0x96),'isNamedExport':!![]});const D=this[K(0x94)]['pathFromApp']({'pathParts':w[K(0xb2)]('/')});await this[K(0x94)][K(0xc8)]({'filePath':D+'.'+z,'importName':K(0xb5),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0x96),'isNamedExport':!![]});const E=this[K(0x94)]['pathFromApp']({'pathParts':x[K(0xb2)]('/')});await this[K(0x94)][K(0xc8)]({'filePath':E+'.'+z,'importName':K(0xb5),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0x96),'isNamedExport':!![]});}catch(F){Log[K(0x9b)](F);}},async function(){const M=a128J;console[M(0xae)](M(0x89));},a128f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a129E=a129d;(function(a,b){const B=a129d,c=a();while(!![]){try{const d
|
|
1
|
+
const a129E=a129d;(function(a,b){const B=a129d,c=a();while(!![]){try{const d=parseInt(B(0xb0))/0x1*(-parseInt(B(0x96))/0x2)+-parseInt(B(0x99))/0x3+parseInt(B(0x88))/0x4*(-parseInt(B(0xa0))/0x5)+-parseInt(B(0x93))/0x6*(parseInt(B(0xc9))/0x7)+-parseInt(B(0x94))/0x8*(parseInt(B(0xc6))/0x9)+-parseInt(B(0xb4))/0xa*(parseInt(B(0x91))/0xb)+parseInt(B(0xca))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x1a85c));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a129d;if(c){const e=c[C(0xab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const D=a129d;return a129a['toString']()['search'](D(0x8d))[D(0xa9)]()[D(0x89)](a129a)[D(0xcb)](D(0x8d));});a129a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x87;let f=c[d];return f;},a129d(a,b);}function a129c(){const I=['join','dir','injectImport','Container','options','/imports/startup/client/templates','true','template','/imports/ui/','checkMeteorPackage','create','pathFromApp','engines','kit/mui/frame/drawers/','<Outlet\x20/>','410391bOgtnt','test','length','836794ZpGuEF','10456200tGlvTD','search','kit/mui/frame/app-bars/','imports','checkbox','getMakaProjectConfig','log','.js','\x20/>\x0a','156jRzOYN','constructor','@mui/material/Container','/imports/startup/lib/templates','basic-drawer','(((.+)+)+)+$','withValue','kit/mui/frame/footers/','layouts','198VbAGIs','maka\x20generate:kit:mui:frame','6NjgBuD','8xlbUJW','session','371378fPvEMm','tests','/imports/ui/components','486087rmvlOa','<div\x20id=\x22','injectIntoFile','replaceAll','frame','getFiles','basic-app-bar','14725htAZJb','-hook\x22>','jsx','react','injectTemplateModule','<Outlet/>','Cleaning\x20up...','maka\x20g:k:m:f','error','toString','@mui/material/Box','apply','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f}','ssr','force','fsi','1jxxCkT','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','findAppDirectory','appName','75000hySlOU','baseDir','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20frame\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20'];a129c=function(){return I;};return a129c();}import a129e from'path';import a129f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a129E(0xc1)]({'name':a129E(0x9d),'aliases':['f'],'usage':a129E(0xac),'shortDesc':'Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','validOpts':[a129E(0x90),'baseDir',a129E(0xb8),a129E(0xae)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines['REACT']},'examples':[a129E(0x92),a129E(0xa7)],'description':a129E(0xb6)},async function(a,b){const F=a129E;try{const c=b[F(0xae)]||![],d=F(0x9f),f=F(0x8c),g='basic-sticky-footer',h=this[F(0xaf)][F(0xcf)](),i=h[F(0xc3)][F(0xad)]===F(0xbd);await this[F(0xaf)][F(0xc0)]([F(0x95),'maka:react-tracker'],{'shouldInstall':!![]});const j=this[F(0xaf)][F(0xb2)](),k=a129e[F(0xb7)](j,F(0xcd),'ui','layouts'),l=this['fsi']['getDirectories'](k),m=await Actions[F(0xbb)]({'type':F(0xce),'name':F(0x90),'message':'Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','choices':l});if(m['layouts'][F(0xc8)]===0x0){Log[F(0xa8)]('No\x20layouts\x20selected');return;}const n=b['baseDir']?F(0xbf)+b[F(0xb5)]:F(0x98),o=this['fsi'][F(0xc2)]({'pathParts':[n,b[F(0xb8)],paramCase(d),paramCase(d)]}),p=this[F(0xaf)][F(0xc2)]({'pathParts':[n,b[F(0xb8)],paramCase(f),paramCase(f)]}),q=this[F(0xaf)][F(0xc2)]({'pathParts':[n,b[F(0xb8)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[F(0xb3)])[F(0x9c)]('-','\x20')};await this[F(0xaf)][F(0x8e)](h,async()=>{const G=F;await this[G(0xaf)][G(0xbe)]({'srcPath':G(0xcc)+d+'.js','destPath':o+G(0xd1),'framework':'react','context':r,'config':h,'force':c,'ignore':![]}),await this[G(0xaf)][G(0xbe)]({'srcPath':G(0xc4)+f+G(0xd1),'destPath':p+'.js','framework':G(0xa3),'context':r,'config':h,'force':c,'ignore':![]}),await this['fsi']['template']({'srcPath':G(0x8f)+g+G(0xd1),'destPath':q+G(0xd1),'framework':'react','context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0xb8)]+'/'+d+'/'+d;await this[F(0xaf)][F(0xa4)](d,h,s);const t=''+n+b['dir']+'/'+f+'/'+f;await this[F(0xaf)][F(0xa4)](f,h,t);const u=''+n+b[F(0xb8)]+'/'+g+'/'+g;await this[F(0xaf)]['injectTemplateModule'](g,h,u);const {layouts:v}=m;for(const w of v){const x=this['fsi'][F(0x9e)](a129e[F(0xb7)](k,w),{'extensions':[F(0xa2),'tsx'],'omit':['app-tests',F(0x97),F(0xc7)]});for(const y of x){const z=a129e['join'](k,w,y);await this[F(0xaf)][F(0xb9)]({'filePath':z,'importName':'Box','modulePath':F(0xaa),'isNamedExport':![]}),await this[F(0xaf)][F(0xb9)]({'filePath':z,'importName':F(0xba),'modulePath':F(0x8a),'isNamedExport':![]}),await this[F(0xaf)]['injectImport']({'filePath':z,'importName':pascalCase(d),'modulePath':i?'/imports/startup/lib/templates':F(0xbc),'isNamedExport':!![]}),await this[F(0xaf)][F(0x9b)]({'filePath':z,'content':'<'+pascalCase(d)+'\x20/>\x0a','begin':[F(0x9a)+w+'\x22>',F(0x9a)+w+F(0xa1)],'end':[F(0xa5),F(0xc5)]}),await this[F(0xaf)][F(0xb9)]({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0x8b):F(0xbc),'isNamedExport':!![]}),await this['fsi']['injectIntoFile']({'filePath':z,'content':'<'+pascalCase(f)+F(0x87),'begin':[F(0x9a)+w+'\x22>',F(0x9a)+w+F(0xa1)],'end':[F(0xa5),F(0xc5)]}),await this[F(0xaf)]['injectIntoFile']({'filePath':z,'content':'<'+pascalCase(g)+'\x20/>\x0a','begin':[F(0xa5),F(0xc5)],'end':['</div>']}),await this['fsi'][F(0xb9)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?F(0x8b):F(0xbc),'isNamedExport':!![]}),await this[F(0xaf)]['injectAroundString']({'filePath':z,'aboveContent':'<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>','belowContent':F(0xb1),'targetString':[F(0xa5),F(0xc5)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[F(0xa8)](A);}},async function(){const H=a129E;console[H(0xd0)](H(0xa6));},a129f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130j=a130d;function
|
|
1
|
+
const a130j=a130d;function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xf4;let f=c[d];return f;},a130d(a,b);}(function(a,b){const g=a130d,c=a();while(!![]){try{const d=parseInt(g(0x10d))/0x1*(parseInt(g(0x105))/0x2)+-parseInt(g(0x101))/0x3+-parseInt(g(0x111))/0x4+-parseInt(g(0x104))/0x5+parseInt(g(0x109))/0x6*(-parseInt(g(0xf5))/0x7)+parseInt(g(0x102))/0x8+parseInt(g(0xfa))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xce215));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a130d;if(c){const e=c[h(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const i=a130d;return a130a['toString']()[i(0x10c)](i(0x10f))['toString']()[i(0x107)](a130a)[i(0x10c)](i(0x10f));});a130a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a130e from'../../../generators/maka.gen.js';import a130f from'../kit.js';const MuiGen=Generator['create']({'name':a130j(0xf7),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':a130j(0xf8),'validOpts':[''],'isPro':!![],'examples':[a130j(0x106)]},async function(){const k=a130j;Log[k(0x112)]('Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!'),Log['notice'](k(0x10e));const {kitChoices:a}=await Actions[k(0x108)]({'type':'checkbox','name':k(0xfb),'message':k(0xfc),'choices':[{'name':k(0xff),'value':k(0xf9)},{'name':k(0x103),'value':'auth'}]}),b=this['fsi']['findProjectDirectory'](),c=this[k(0xfe)][k(0xf4)]();a[k(0x10a)]('frame')&&await a130e[k(0x110)](k(0x113),[],{'force':!![],'cwd':b,'config':c});a['includes']('auth')&&await a130e[k(0x110)](k(0x100),[],{'force':!![],'cwd':b,'config':c});if(a[k(0xf6)]===0x0){Log[k(0x112)](k(0x10b));return;}},async function(){},a130f);function a130c(){const l=['(((.+)+)+)+$','processAndRunGenerator','1192040JKkhjS','info','kit:mui:frame','getMakaProjectConfig','1470525aPiBAS','length','mui','Material-UI\x20Kit','frame','9773937LIunLE','kitChoices','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','apply','fsi','Header,\x20Footer,\x20and\x20Drawer','kit:mui:auth','3351963aMgiwh','6196320DfCJYC','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','2864235tTMvDt','3214BJkNtq','maka\x20g:kit:m','constructor','options','18CbgTsL','includes','No\x20MUI\x20kits\x20selected.\x20Exiting.','search','997ssjvRb','\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'];a130c=function(){return l;};return a130c();}export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a131o=a131d;(function(a,b){const l=a131d,c=a();while(!![]){try{const d=-parseInt(l(0xf0))/0x1*(parseInt(l(0xe9))/0x2)+parseInt(l(0x112))/0x3+parseInt(l(0x105))/0x4*(parseInt(l(0xf7))/0x5)+-parseInt(l(0xed))/0x6*(-parseInt(l(0xd8))/0x7)+parseInt(l(0x106))/0x8+parseInt(l(0xe6))/0x9*(parseInt(l(0x11a))/0xa)+parseInt(l(0x116))/0xb*(-parseInt(l(0xd7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xcf49d));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a131d;if(c){const e=c[m(0xeb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const n=a131d;return a131a[n(0x115)]()[n(0x10b)](n(0xff))[n(0x115)]()[n(0xf9)](a131a)[n(0x10b)](n(0xff));});a131a();import a131e from'path';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0xd7;let f=c[d];return f;},a131d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator[a131o(0x101)]({'name':a131o(0x10a),'aliases':aliases,'usage':a131o(0xf1),'shortDesc':a131o(0xf8),'validOpts':[a131o(0xfd)],'examples':[a131o(0xec),a131o(0x113)]},async function(a,b){const p=a131o,c=p(0xe8),d=this[p(0xea)][p(0x119)](),e=this[p(0xea)][p(0xdc)]({'pathParts':[c,b[p(0xde)],paramCase(b[p(0x10c)]),paramCase(b[p(0x10c)])]}),f=this[p(0xea)][p(0x100)]();await this['fsi'][p(0xda)](f,async()=>{const q=p;typeof f['template'][q(0x10e)]===q(0xe0)&&(f[q(0x111)][q(0x10e)]=f[q(0x111)][q(0x10e)]==='true'?!![]:![],this[q(0xea)][q(0xe7)](q(0x10e),f[q(0x111)][q(0x10e)]));typeof f[q(0x111)][q(0xfb)]===q(0xe0)&&(f[q(0x111)][q(0xfb)]=f['template']['css']===q(0x109)?!![]:![],this[q(0xea)][q(0xe7)]('css',f[q(0x111)][q(0xfb)]));typeof f[q(0x111)]['js']===q(0xe0)&&(f[q(0x111)]['js']=f[q(0x111)]['js']==='true'?!![]:![],this[q(0xea)]['setTemplate']('js',f[q(0x111)]['js']));!f[q(0xfc)]&&(f['features']={});const g=b['_']?b['_'][0x0][q(0xfe)](':')[0x1]:![],h=b['_']&&aliases[q(0xe1)](g);h&&!this[q(0xe3)](q(0xdb))&&(Log['warn'](q(0xee)),this[q(0xea)]['installNpmPackage']('ramda',{'cwd':d}));if(h&&!this[q(0xe3)](q(0x103))){Log['warn'](q(0xdf));return;}const i={'name':pascalCase(b[q(0x10c)]),'myPath':a131e[q(0x117)](this[q(0xea)][q(0xe4)]({}),e),'cssCaseName':paramCase(b[q(0x10c)]),'className':pascalCase(b[q(0x10c)]),'camelCaseName':camelCase(b[q(0x10c)]),'fileName':paramCase(b[q(0x10c)]),'graphql':f['engines'][q(0x10d)],'features':f[q(0xfc)],'client':f[q(0xdd)][q(0x114)],'api':f['engines'][q(0xf5)],'ssr':f[q(0xdd)][q(0xe5)],'test':f[q(0xdd)]['test'],'theme':f[q(0xdd)][q(0xe2)],'isComponent':![],'isLayout':!![],'withTranslations':f[q(0xfc)][q(0x104)]};f[q(0xfc)]?.[q(0xef)]||b[q(0xfd)]?await this[q(0xea)][q(0x111)]({'srcPath':q(0x102),'destPath':e+q(0x107),'framework':'react','context':i,'config':f}):await this[q(0xea)][q(0x111)]({'srcPath':q(0xf6),'destPath':e+'.js','framework':q(0x103),'context':i,'config':f});f[q(0xdd)][q(0x10e)]!==q(0xfa)&&await this[q(0xea)][q(0x111)]({'srcPath':'test/test.js','destPath':e+q(0x108),'framework':q(0x103),'context':i,'config':f});f[q(0x111)][q(0xfb)]&&(await this[q(0xea)][q(0x111)]({'srcPath':q(0xd9),'destPath':e+q(0xf2),'context':Object[q(0xf4)]({},i,{'className':paramCase(b[q(0x10c)])}),'config':f}),await this['fsi'][q(0x118)]({'filePath':e+'.'+f['engines']['js'],'content':q(0xf3)+i['fileName']+'.'+f[q(0xdd)][q(0xfb)]+'\x27;'}));const j=b[q(0xde)]?'/'+b[q(0xde)]+'/':'/',k=''+c+j+i[q(0x10f)]+'/'+i['fileName'];await this['fsi']['injectTemplateModule'](i[q(0x110)],f,k);});});function a131c(){const r=['className','template','2323473Jbdcfj','maka\x20g:l\x20web/safari','client','toString','22807939vVapLi','relative','injectAtBeginningOfFile','findAppDirectory','12913850idNSuB','12sgtyiZ','1185821EAGRyv','template/template.css','withValue','ramda','pathFromApp','engines','dir','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','string','includes','theme','checkNpmPackage','pathFromProject','ssr','9PdIsQp','setTemplate','/imports/ui/layouts','2lprPEA','fsi','apply','maka\x20g:layout\x20mobile/iPhone8','42hZvIWV','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','withHooks','669491EPoCkB','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','.css','import\x20\x27./','assign','api','component/component.js','45tejZtr','Scaffolding\x20for\x20a\x20React\x20Layout.','constructor','none','css','features','withHook','split','(((.+)+)+)+$','getMakaProjectConfig','create','hook/hook.js','react','withTranslations','115520EoHmJg','643008ixcjMW','.js','.app-tests.js','true','layout','search','resourceName','graphql','test','fileName'];a131c=function(){return r;};return a131c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(0x15d))/0x1*(-parseInt(f(0x15b))/0x2)+-parseInt(f(0x159))/0x3+parseInt(f(0x15e))/0x4+-parseInt(f(0x152))/0x5*(parseInt(f(0x151))/0x6)+-parseInt(f(0x160))/0x7+-parseInt(f(0x15f))/0x8*(parseInt(f(0x157))/0x9)+parseInt(f(0x150))/0xa*(parseInt(f(0x165))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x92e80));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0x154)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0x153)]()[h(0x155)](h(0x161))[h(0x153)]()['constructor'](a132a)[h(0x155)](h(0x161));});a132a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a132i(0x15c),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a132i(0x163),'examples':['maka\x20generate:scaffold\x20todos',a132i(0x164),a132i(0x156),a132i(0x15a),a132i(0x158),'maka\x20g:api\x20trucks',a132i(0x162)]},function(){});function a132c(){const j=['26AQJkRV','maka\x20{generate,\x20g}:<generator>\x20<name>','73413qesrFE','2895280HBvgZC','8rvsOip','1950375UbxKfk','(((.+)+)+)+$','maka\x20g:dbc\x20geoserver\x20--type=pgsql','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:scaffold\x20todos','36753981nEzcXq','10zFovYp','6SssjAA','5836130sqKvBn','toString','apply','search','maka\x20g:template\x20todos/todo_item','2165004necjWQ','maka\x20g:route\x20todos/edit','2467761CsWZQd','maka\x20g:package\x20package:name'];a132c=function(){return j;};return a132c();}function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x150;let f=c[d];return f;},a132d(a,b);}export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a133m=a133d;(function(a,b){const j=a133d,c=a();while(!![]){try{const d=-parseInt(j(
|
|
1
|
+
const a133m=a133d;(function(a,b){const j=a133d,c=a();while(!![]){try{const d=-parseInt(j(0xab))/0x1+parseInt(j(0xa5))/0x2+-parseInt(j(0x98))/0x3+-parseInt(j(0xa9))/0x4+-parseInt(j(0xa8))/0x5*(-parseInt(j(0x94))/0x6)+parseInt(j(0xa0))/0x7+-parseInt(j(0xa2))/0x8*(-parseInt(j(0x9b))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xbdc43));const a133b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a133d;if(c){const e=c[k(0x95)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){const l=a133d;return a133a['toString']()[l(0xb2)](l(0x93))['toString']()[l(0xac)](a133a)[l(0xb2)](l(0x93));});a133a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a133c(){const p=['resourceName','1882182jcRLWG','error','maka:check','18QWtjzZ','injectAtEndOfFile','pathFromApp','getMakaProjectConfig','create','6567673RHEMCK','method','5044168oQQQMP','fsi','engines','527264gdLogK','methods','-rpc-method\x27;','5xRCYwO','4541940cxWQyB','imports','455844ZvFlSQ','constructor','mdg:validated-method','-rpc-method.','method/method.js','tsx','withValue','search','index.','appPathPrefix','dir','(((.+)+)+)+$','3198558KpktPr','apply','startup'];a133c=function(){return p;};return a133c();}import{camelCase,paramCase,pascalCase}from'change-case';function a133d(a,b){const c=a133c();return a133d=function(d,e){d=d-0x90;let f=c[d];return f;},a133d(a,b);}Generator[a133m(0x9f)]({'name':a133m(0xa1),'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':['maka\x20g:method\x20todos']},async function(a,b){const n=a133m;try{const c=this[n(0xa3)][n(0x9e)]();await this['fsi'][n(0xb1)](c,async()=>{const o=n,d=paramCase(b[o(0x97)]),f={'name':b[o(0x97)],'fileName':d,'className':pascalCase(b[o(0x97)]),'camelCase':camelCase(b[o(0x97)]),'noRename':!![]};let g='js';c[o(0xa4)]['js']===o(0xb0)&&(g='ts');await this[o(0xa3)]['checkMeteorPackage']([o(0x9a),'ddp-rate-limiter',o(0xad)],{'shouldInstall':!![]}),await this['fsi']['template']({'srcPath':o(0xaf),'destPath':this['fsi'][o(0x9d)]({'pathParts':[o(0xaa),o(0x96),b[o(0x91)],o(0xa6),b[o(0x92)],d+o(0xae)+g]}),'context':f,'config':c});const h=b[o(0x92)]?'/'+b[o(0x92)]+'/':'/',i=this[o(0xa3)][o(0x9d)]({'pathParts':[o(0xaa),'startup',b[o(0x91)],o(0x90)+c[o(0xa4)]['js']]});await this['fsi'][o(0x9c)]({'filePath':i,'content':'import\x20\x27./methods'+h+d+o(0xa7)});});}catch(d){Log[n(0x99)](d);}});
|