@maka/maka-cli 4.13.17 → 4.13.20
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 -2
- 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/maka-tar-6.2.1.tgz +0 -0
- package/package.json +3 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
const a116k=a116d;(function(a,b){const h=a116d,c=a();while(!![]){try{const d=parseInt(h(
|
|
1
|
+
function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0xd3;let f=c[d];return f;},a116d(a,b);}const a116k=a116d;(function(a,b){const h=a116d,c=a();while(!![]){try{const d=parseInt(h(0xdf))/0x1*(parseInt(h(0xdd))/0x2)+parseInt(h(0xde))/0x3*(parseInt(h(0xed))/0x4)+parseInt(h(0xf3))/0x5+parseInt(h(0xe1))/0x6*(-parseInt(h(0xeb))/0x7)+-parseInt(h(0xf4))/0x8*(-parseInt(h(0xd7))/0x9)+parseInt(h(0xe4))/0xa*(parseInt(h(0xf0))/0xb)+parseInt(h(0xd9))/0xc*(-parseInt(h(0xda))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0xefcb3));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a116d;if(c){const e=c[i(0xe6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const j=a116d;return a116a[j(0xe8)]()[j(0xd4)](j(0xd3))['toString']()[j(0xe0)](a116a)[j(0xd4)](j(0xd3));});a116a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import a116e from'path';function a116c(){const n=['11873829EbQZXY','Dockerfile','cert','7979880WYrMEf','528232WkbakY','(((.+)+)+)+$','search','getGlobalConfig','dockerfile','81ivFrWQ','app.tar.gz','30090108YUdHXk','13gVActi','withValue','template','2mhlZoP','838923NLHWNb','1047527jZVSIR','constructor','6Fxayhr','error','docker/Dockerfile','10kgtpBO','isFile','apply','join','toString','getMakaProjectConfig','maka\x20g:dockerfile','9707467UiObFd','Generate\x20an\x20updated\x20dockerfile','8McgNLr','fsi','force'];a116c=function(){return n;};return a116c();}Generator['create']({'name':a116k(0xd6),'usage':'maka\x20{generate,\x20g}:dockerfile','shortDesc':a116k(0xec),'validOpts':[{'name':a116k(0xef),'boolFlag':!![]}],'noNeedResource':!![],'examples':[a116k(0xea)]},async function(a,b){const l=a116k;try{const c=await this[l(0xee)][l(0xe9)](),d=await this['fsi'][l(0xd5)](),f=this[l(0xee)]['findProjectDirectory']();await this[l(0xee)][l(0xdb)](c,async()=>{const m=l,g={'app':d['appName'],'config':c,'appPath':a116e[m(0xe7)](f,'app'),'bundlePath':a116e['join'](f,'build',m(0xd8)),'useCert':this[m(0xee)][m(0xe5)](d[m(0xf2)])};await this[m(0xee)][m(0xdc)]({'srcPath':m(0xe3),'destPath':a116e[m(0xe7)](f,m(0xf1)),'framework':'service','context':g,'config':c,'force':b[m(0xef)]});});}catch(g){Log[l(0xe2)](g);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a117n=a117d;(function(a,b){const l=a117d,c=a();while(!![]){try{const d=-parseInt(l(0x17b))/0x1+parseInt(l(0x14c))/0x2+parseInt(l(0x176))/0x3*(parseInt(l(0x167))/0x4)+parseInt(l(0x15b))/0x5+parseInt(l(0x170))/0x6+parseInt(l(0x16d))/0x7+parseInt(l(0x15d))/0x8*(-parseInt(l(0x15c))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0x57aca));const a117b=(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;};}()),a117a=a117b(this,function(){const m=a117d;return a117a[m(0x177)]()[m(0x17e)](m(0x14a))[m(0x177)]()[m(0x171)](a117a)[m(0x17e)]('(((.+)+)+)+$');});a117a();function a117c(){const q=['@apollo/client','findAppDirectory','(((.+)+)+)+$','relative','809048KqATsI','fileName','true','injectTemplateModule','fsi','force','className','cssCaseName','features','css','apollo','installNpmPackage','injectAtBeginningOfFile','assign','graphql','3307960uGnhaa','5929263DWDBVI','8xTqYQd','\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','.css','hooks','create','withValue','engines','.app-tests.js','string','theme','12CKBVSu','checkNpmPackage','pathFromApp','test','Creating\x20','withTranslations','310716UUkZpP','test/test.js','pathFromProject','259614lvVWZT','constructor','template','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','getMakaProjectConfig','resourceName','90477bXfnXR','toString','notice','error','\x20hook...','226329rfeiau','layouts','baseDir','search','dir','none','pages','hook'];a117c=function(){return q;};return a117c();}function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x145;let f=c[d];return f;},a117d(a,b);}import a117e from'path';import{paramCase,pascalCase,camelCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Generator[a117n(0x161)]({'name':a117n(0x147),'aliases':['h'],'checkWhere':![],'usage':'maka\x20{generate|\x20g}:{hook\x20|\x20h}\x20[path/]<name>','shortDesc':'Generate\x20a\x20React\x20hook.\x0ahttps://reactjs.org/docs/hooks-intro.html','validOpts':[{'name':a117n(0x17d),'values':[a117n(0x160),'components',a117n(0x146),a117n(0x17c)]},{'name':a117n(0x151),'boolFlag':!![]}],'examples':['maka\x20g:hook\x20cool-hook'],'description':a117n(0x15e)},async function(a,b){const o=a117n;Log[o(0x178)](o(0x16b)+b[o(0x175)]+o(0x17a));try{const c=this['fsi']['checkNpmPackage']('react');if(!c){Log[o(0x179)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');throw new UsageError();}const d=this[o(0x150)][o(0x149)](),f=b[o(0x17d)]?'/imports/ui/'+b[o(0x17d)]:'/imports/ui/components',g=this[o(0x150)][o(0x169)]({'pathParts':[f,b[o(0x17f)],paramCase(b['resourceName']),paramCase(b[o(0x175)])]}),h=await this[o(0x150)][o(0x174)]();await this[o(0x150)][o(0x162)](h,async()=>{const p=o;typeof h['template']['css']===p(0x165)&&(h[p(0x172)]['css']=h['template']['css']===p(0x14e)?!![]:![],this[p(0x150)]['setTemplate'](p(0x155),h[p(0x172)][p(0x155)]));h[p(0x163)][p(0x15a)]===p(0x156)&&!this[p(0x150)][p(0x168)](p(0x148))&&(Log['warn'](p(0x173)),await this[p(0x150)][p(0x157)]('@apollo/client\x20isomorphic-fetch',{'cwd':d}));const i={'cssCaseName':paramCase(b[p(0x175)]),'camelCaseName':camelCase(b[p(0x175)]),'className':pascalCase(b[p(0x175)]),'name':pascalCase(b[p(0x175)]),'graphql':h[p(0x163)][p(0x15a)],'theme':h[p(0x163)][p(0x166)],'features':h['features'],'myPath':a117e[p(0x14b)](this['fsi'][p(0x16f)]({}),g),'fileName':paramCase(b[p(0x175)]),'isComponent':![],'isLayout':![],'withTranslations':h[p(0x154)][p(0x16c)]};await this['fsi'][p(0x172)]({'srcPath':'hook/hook.js','destPath':g+'.js','context':i,'config':h,'framework':'react','force':b[p(0x151)]});h[p(0x172)][p(0x155)]&&(await this[p(0x150)]['template']({'srcPath':'template/template.css','destPath':g+p(0x15f),'context':Object[p(0x159)]({},i,{'className':i[p(0x153)]}),'config':h,'force':b[p(0x151)]}),await this['fsi'][p(0x158)]({'filePath':g+'.'+h[p(0x163)]['js'],'content':'import\x20\x27./'+i[p(0x14d)]+'.'+h[p(0x163)]['css']+'\x27;'}));h[p(0x163)][p(0x16a)]!==p(0x145)&&await this[p(0x150)][p(0x172)]({'srcPath':p(0x16e),'destPath':g+p(0x164),'framework':'react','context':i,'config':h,'force':b[p(0x151)]});const j=b['dir']?'/'+b[p(0x17f)]+'/':'/',k=''+f+j+i[p(0x14d)]+'/'+i[p(0x14d)];await this[p(0x150)][p(0x14f)](i[p(0x152)],h,k);});}catch(i){Log[o(0x179)](i);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a118d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a118d,c=a();while(!![]){try{var d=parseInt(f(0x112))/0x1*(parseInt(f(0x115))/0x2)+-parseInt(f(0x10e))/0x3+-parseInt(f(0x113))/0x4*(-parseInt(f(0x111))/0x5)+parseInt(f(0x10d))/0x6*(-parseInt(f(0x108))/0x7)+-parseInt(f(0x10c))/0x8*(parseInt(f(0x107))/0x9)+-parseInt(f(0x10a))/0xa+parseInt(f(0x114))/0xb*(parseInt(f(0x109))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0xccedb));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a['toString']()[h(0x10b)](h(0x10f))[h(0x116)]()[h(0x110)](a118a)[h(0x10b)](h(0x10f));});a118a();function a118c(){var i=['1197977DLQAPu','4670YNzmzF','toString','apply','27gjbfvS','7MsxuMY','204eUNVzt','12579920nNlNjd','search','1332192pSgdog','4399602fxALZW','1703541uKPDmJ','(((.+)+)+)+$','constructor','85HSsKis','167ruoGXF','389812eCkbGl'];a118c=function(){return i;};return a118c();}import'./kit.js';function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x107;var f=c[d];return f;},a118d(a,b);}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=-parseInt(f(
|
|
1
|
+
function a119c(){var h=['36366XLcFnn','65742ojBgWA','1106AgRmZJ','(((.+)+)+)+$','toString','1505452vLNedP','search','695jlTnky','26106606jlQVFP','13202EXJacJ','3223116HitPAb','68384lSZdGI'];a119c=function(){return h;};return a119c();}(function(a,b){var f=a119d,c=a();while(!![]){try{var d=-parseInt(f(0xc2))/0x1+parseInt(f(0xbe))/0x2+-parseInt(f(0xc6))/0x3+parseInt(f(0xc3))/0x4+parseInt(f(0xc0))/0x5*(parseInt(f(0xc5))/0x6)+-parseInt(f(0xc7))/0x7*(-parseInt(f(0xc4))/0x8)+-parseInt(f(0xc1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xc7266));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(0xbd)]()['search'](g(0xbc))[g(0xbd)]()['constructor'](a119a)[g(0xbf)](g(0xbc));});a119a();function a119d(a,b){var c=a119c();return a119d=function(d,e){d=d-0xbc;var f=c[d];return f;},a119d(a,b);}import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a120i=a120d;(function(a,b){const f=a120d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a120i=a120d;(function(a,b){const f=a120d,c=a();while(!![]){try{const d=parseInt(f(0x167))/0x1*(-parseInt(f(0x16b))/0x2)+-parseInt(f(0x161))/0x3*(parseInt(f(0x168))/0x4)+parseInt(f(0x15b))/0x5*(parseInt(f(0x166))/0x6)+parseInt(f(0x15a))/0x7+-parseInt(f(0x15c))/0x8*(-parseInt(f(0x158))/0x9)+-parseInt(f(0x157))/0xa+-parseInt(f(0x160))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x81da3));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a120d;if(c){const e=c[g(0x163)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const h=a120d;return a120a[h(0x16a)]()['search'](h(0x169))[h(0x16a)]()[h(0x15f)](a120a)[h(0x15d)](h(0x169));});a120a();function a120c(){const j=['maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','846zjbhbI','1DIbsJm','4TFLXuz','(((.+)+)+)+$','toString','54beXtYg','4791680PJTFBr','11061lxWGiu','auth','6885368wwWkrx','9325BcVsML','5992ZFysMc','search','maka\x20g:kit:a','constructor','11809578xMcugY','247326lpluib','Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','apply','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20'];a120c=function(){return j;};return a120c();}import{Generator}from'../../../generator.js';import a120e from'../kit.js';function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x157;let f=c[d];return f;},a120d(a,b);}const AuthGen=Generator['create']({'name':a120i(0x159),'aliases':['a'],'usage':a120i(0x165),'noNeedResource':!![],'shortDesc':a120i(0x162),'validOpts':[''],'isPro':!![],'examples':[a120i(0x15e)],'description':a120i(0x164)},async function(){throw'NIE';},async function(){},a120e);export default AuthGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a121c(){const
|
|
1
|
+
const a121r=a121d;function a121c(){const u=['publish','alanning:roles','const\x20authenticateToken','/imports/startup/lib','4794424pPAIgU','\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','kit/auth/service/meteor-auth-service.js','\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','apply','imports','useTracker','react','\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','REACT','index','\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','meteor','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','meteor/meteor','5pFJLDW','const\x20getUserAuthorizations','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','startup','kit:auth:provider','/imports/startup/client','force','fsi','19984980BWQdKX','toString','ssr','injectImport','AuthService','\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','Meteor.startup','authentication-provider','135928nnrexk','injectIntoFile','686068xVnbcr','pathFromApp','accounts-password','getMakaProjectConfig','/imports/startup/client/authentication-service','219033yElrkH','exit','const\x20sendForgotPasswordEmail','const\x20registerNewUser','processAndRunGenerator','return\x20\x5c(','7473200aXhlEy','withValue','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','findProjectDirectory','Meteor.publish','8316318dzcsfa','(((.+)+)+)+$','const\x20deauthenticateUser','9FvFqFZ','Accounts','export\x20const\x20AuthProvider','error','const\x20resetPasswordWithToken','search','369rcNELY','authentication-service','injectIntoCodeBlock','meteor/maka:react-tracker','Meteor','server','checkMeteorPackage','engines','\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','auth/roles'];a121c=function(){return u;};return a121c();}(function(a,b){const o=a121d,c=a();while(!![]){try{const d=-parseInt(o(0x98))/0x1+-parseInt(o(0x93))/0x2*(parseInt(o(0xa6))/0x3)+-parseInt(o(0xba))/0x4*(-parseInt(o(0x81))/0x5)+-parseInt(o(0xa3))/0x6+parseInt(o(0x9e))/0x7+parseInt(o(0x91))/0x8*(-parseInt(o(0xac))/0x9)+parseInt(o(0x89))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0xe3ffd));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a121d;if(c){const e=c[p(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const q=a121d;return a121a[q(0x8a)]()['search'](q(0xa4))[q(0x8a)]()['constructor'](a121a)[q(0xab)]('(((.+)+)+)+$');});a121a();function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x75;let f=c[d];return f;},a121d(a,b);}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['create']({'name':a121r(0x7e),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','shortDesc':a121r(0x7f),'validOpts':[a121r(0x87)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a121r(0x7b)]},'description':a121r(0x7a)},async function(a,b){const s=a121r;try{const c=b[s(0x87)]||![];await this[s(0x88)][s(0xb2)]([s(0x95),s(0xb7)],{'shouldInstall':!![]});const d=this['fsi'][s(0xa1)](),f=this[s(0x88)][s(0x96)](),g=f['engines'][s(0x8b)]==='true';await a121f['processAndRunGenerator'](s(0x85),[],{'force':c,'cwd':d,'config':f});const h=await a121f[s(0x9c)](s(0xb6),[s(0xb5)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0xb9):s(0x86),j=this[s(0x88)][s(0x94)]({'pathParts':[i,'','',s(0xad)]});await this[s(0x88)][s(0x9f)](f,async()=>{const t=s;await this['fsi']['template']({'srcPath':t(0xbc),'destPath':j+'.js','framework':t(0x79),'context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0x88)]['pathFromApp']({'pathParts':[i,'','',s(0x90)]}),l=f[s(0xb3)]['js'];await this[s(0x88)]['injectImport']({'filePath':k+'.'+l,'importName':s(0x8d),'modulePath':g?'/imports/startup/lib/authentication-service':s(0x97),'isNamedExport':![]}),await this[s(0x88)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0xb4),'begin':'const\x20authenticateUser','replace':!![]}),await this['fsi'][s(0xae)]({'filePath':k+'.'+l,'content':'\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','begin':s(0xb8),'replace':!![]}),await this[s(0x88)][s(0xae)]({'filePath':k+'.'+l,'content':s(0x75),'begin':s(0x82),'replace':!![]}),await this['fsi'][s(0xae)]({'filePath':k+'.'+l,'content':s(0xa0),'begin':s(0xa5),'replace':!![]}),await this[s(0x88)][s(0xae)]({'filePath':k+'.'+l,'content':s(0x83),'begin':s(0x9a),'replace':!![]}),await this[s(0x88)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':s(0x9b),'replace':!![]}),await this[s(0x88)][s(0xae)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','begin':s(0xaa),'replace':!![]});g&&(await this['fsi'][s(0x8c)]({'filePath':k+'.'+l,'importName':s(0x78),'modulePath':s(0xaf),'isNamedExport':!![]}),await this[s(0x88)][s(0x92)]({'filePath':k+'.'+l,'content':s(0x7d),'begin':s(0xa8),'end':s(0x9d)}));await this[s(0x88)][s(0x8c)]({'filePath':h,'importName':s(0xb0),'modulePath':s(0x80),'isNamedExport':!![],'injectAtStart':!![]}),await this[s(0x88)][s(0xae)]({'filePath':h,'content':s(0x8e),'begin':s(0xa2),'replace':!![]});const m=this[s(0x88)]['pathFromApp']({'pathParts':[s(0x77),s(0x84),s(0xb1),s(0x7c)]});await this[s(0x88)][s(0x8c)]({'filePath':m+'.'+l,'importName':s(0xa7),'modulePath':'meteor/accounts-base','isNamedExport':!![]}),await this[s(0x88)][s(0xae)]({'filePath':m+'.'+l,'content':s(0xbb),'begin':s(0x8f),'replace':!![]});}catch(n){Log[s(0xa9)](n),process[s(0x99)](0x1);}},async function(){},a121e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a122w=a122d;function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x8d;let f=c[d];return f;},a122d(a,b);}(function(a,b){const u=a122d,c=a();while(!![]){try{const d=parseInt(u(0xa8))/0x1*(-parseInt(u(0xbd))/0x2)+-parseInt(u(0xab))/0x3+parseInt(u(0x9c))/0x4+parseInt(u(0xb7))/0x5+-parseInt(u(0x91))/0x6+parseInt(u(0x8f))/0x7*(parseInt(u(0x9a))/0x8)+-parseInt(u(0xa1))/0x9*(-parseInt(u(0xb5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xc2226));const a122b=(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;};}()),a122a=a122b(this,function(){const v=a122d;return a122a['toString']()[v(0xae)](v(0x90))[v(0xa3)]()[v(0xa2)](a122a)[v(0xae)](v(0x90));});a122a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a122c(){const z=['4490930yoGMPY','<Routes\x20history={browserHistory}/>','<AuthProvider>','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','exit','bright','2KyCrHn','/imports/startup/server/index','function\x20Routes','injectIntoCodeBlock','injectImport','create','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','361459fsWQmq','(((.+)+)+)+$','6997596vUULyl','getMakaProjectConfig','/imports/startup/client/authentication-provider','appName','/imports/startup/client/index','/imports/startup/client','split','template','AuthProvider','192PHTmYT','provider','5144356FbCuwt','const\x20Routes','withValue','pathFromApp','force','162423SrwtCn','constructor','toString','AuthContext','react','/imports/startup/lib','ssr','776967zZDbdf','authentication-provider','engines','3138288TNNPuO','.js','/routes','search','fsi','<Routes\x20history={history}/>','error','/imports/startup/lib/authentication-provider','replaceAll','</AuthProvider>','200tyDGZf','injectAroundString'];a122c=function(){return z;};return a122c();}import a122e from'./auth.generator.js';import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a122w(0xc2)]({'name':a122w(0x9b),'aliases':['p'],'usage':a122w(0x8d),'shortDesc':a122w(0xba),'validOpts':['force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':'\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'},async function(a,b){const x=a122w;try{const c=b[x(0xa0)]||![];Log[x(0xbc)](x(0x8e));const d=this[x(0xaf)][x(0x92)](),f=d['engines'][x(0xa7)]==='true',g={'name':headerCase(d[x(0x94)])[x(0xb3)]('-','\x20')},h=f?x(0xa6):x(0x96),i=this[x(0xaf)][x(0x9f)]({'pathParts':[h,'','',x(0xa9)]});await this[x(0xaf)][x(0x9e)](d,async()=>{const y=x;await this['fsi'][y(0x98)]({'srcPath':'kit/auth/provider/authentication-provider.js','destPath':i+y(0xac),'framework':'react','context':g,'config':d,'force':c,'ignore':![]});});const j=d[x(0xaa)]['js'],k=h+x(0xad),l=k['split']('/'),m=this[x(0xaf)][x(0x9f)]({'pathParts':l});await this[x(0xaf)]['injectImport']({'filePath':m+'.'+j,'importName':x(0xa4),'modulePath':f?'/imports/startup/lib/authentication-provider':x(0x93),'isNamedExport':!![]}),await this['fsi'][x(0xc1)]({'filePath':m+'.'+j,'importName':'useContext','modulePath':x(0xa5),'isNamedExport':!![],'injectAtStart':!![]}),await this[x(0xaf)][x(0xc0)]({'filePath':m+'.'+j,'content':'\x0a\x20\x20\x20\x20\x20\x20const\x20{\x20currentUser,\x20loading\x20}\x20=\x20useContext(AuthContext);\x0a\x20\x20\x20\x20\x20\x20if\x20(loading)\x20return\x20<PublicRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20return\x20(!currentUser)\x20?\x20<PublicRoutes\x20history={history}/>\x20:\x20<PrivateRoutes\x20history={history}/>;\x0a\x20\x20\x20\x20\x20\x20','begin':[x(0x9d),x(0xbf)],'replace':!![]});const n=x(0x95),o=n[x(0x97)]('/'),p=this[x(0xaf)][x(0x9f)]({'pathParts':o});await this['fsi']['injectImport']({'filePath':p+'.'+j,'importName':x(0x99),'modulePath':f?x(0xb2):x(0x93),'isNamedExport':!![]}),await this['fsi'][x(0xb6)]({'filePath':p+'.'+j,'aboveContent':x(0xb9),'belowContent':x(0xb4),'targetString':x(0xb8),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=x(0xbe),r=q['split']('/'),s=this['fsi'][x(0x9f)]({'pathParts':r});await this[x(0xaf)][x(0xc1)]({'filePath':s+'.'+j,'importName':'AuthProvider','modulePath':f?x(0xb2):x(0x93),'isNamedExport':!![]}),await this[x(0xaf)][x(0xb6)]({'filePath':s+'.'+j,'aboveContent':x(0xb9),'belowContent':'</AuthProvider>','targetString':x(0xb0),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[x(0xb1)](t),process[x(0xbb)](0x1);}},async function(){},a122e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a123d,c=a();while(!![]){try{var d=-parseInt(f(0x100))/0x1*(-parseInt(f(0xfe))/0x2)+-parseInt(f(0x109))/0x3*(parseInt(f(0x108))/0x4)+parseInt(f(0xfc))/0x5+-parseInt(f(0x101))/0x6*(parseInt(f(0xfb))/0x7)+-parseInt(f(0x105))/0x8*(-parseInt(f(0x102))/0x9)+-parseInt(f(0x106))/0xa*(-parseInt(f(0x107))/0xb)+-parseInt(f(0xfd))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x98654));function a123c(){var h=['8741gRyqMd','18tsxvoP','7605UDAKIe','search','(((.+)+)+)+$','6760MBfhmW','2350NRsAee','19261nXQJlv','123572fqeqyA','3KdHemV','830613TMQzIq','4397545QuInLN','26087664foFora','270hjXgsC','toString'];a123c=function(){return h;};return a123c();}var a123b=(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;};}()),a123a=a123b(this,function(){var g=a123d;return a123a[g(0xff)]()[g(0x103)](g(0x104))[g(0xff)]()['constructor'](a123a)[g(0x103)](g(0x104));});a123a();import'./esri.generator.js';function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0xfb;var f=c[d];return f;},a123d(a,b);}import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124i=a124d;(function(a,b){const f=a124d,c=a();while(!![]){try{const d
|
|
1
|
+
const a124i=a124d;(function(a,b){const f=a124d,c=a();while(!![]){try{const d=-parseInt(f(0x17a))/0x1+-parseInt(f(0x180))/0x2*(-parseInt(f(0x179))/0x3)+-parseInt(f(0x176))/0x4+parseInt(f(0x17b))/0x5+parseInt(f(0x17e))/0x6*(parseInt(f(0x183))/0x7)+-parseInt(f(0x17c))/0x8+-parseInt(f(0x181))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x7be7b));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a124d;if(c){const e=c[g(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const h=a124d;return a124a[h(0x185)]()[h(0x17f)](h(0x178))[h(0x185)]()[h(0x17d)](a124a)['search'](h(0x178));});function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x175;let f=c[d];return f;},a124d(a,b);}a124a();import{Generator}from'../../../generator.js';import a124e from'../kit.js';const EsriGen=Generator['create']({'name':'esri','aliases':['e'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','noNeedResource':!![],'shortDesc':'Starting\x20point\x20for\x20generating\x20Esri\x20Maps','validOpts':[''],'isPro':!![],'examples':[a124i(0x175)],'description':a124i(0x186)},async function(){const j=a124i;return{'success':!![],'message':j(0x177),'details':{'filesCreated':[j(0x182)],'filesUpdated':['/foo']}};},async function(){},a124e);function a124c(){const k=['apply','toString','\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','maka\x20g:kit:e','413328SpCzeG','Esri\x20Kit\x20generated\x20successfully','(((.+)+)+)+$','123XXUqMG','790850eJfnJb','2224345QdMypw','4735656jufLPS','constructor','678rXwLKv','search','49254QPPgLY','2264247YBSPyx','/foo/bar','48979hHzAxU'];a124c=function(){return k;};return a124c();}export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a125c(){const v=['maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','8043558bEauki','split','template','3918795OkhLEY','842932RdkOYx','map','create','dir','/imports/startup/client/templates','react','findProjectDirectory','toString','494966ZGyklT','Generate\x20an\x20Esri\x20map\x20component','appName','engines','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','injectTemplateModule','replaceAll','esri-loader','.js','<div\x20id=\x22map\x22>','kit/esri/map/','1062117xMstwI','processAndRunGenerator','getMakaProjectConfig','4938790OaLaAD','baseDir','pathFromApp','fsi','page','27TgKAPX','injectImport','bright','apply','withValue','1BpDNAP','10yTRvfz','constructor','checkNpmPackage','11602456BPXDXm','FALSE','injectIntoFile','exit'];a125c=function(){return v;};return a125c();}const a125s=a125d;(function(a,b){const p=a125d,c=a();while(!![]){try{const d=parseInt(p(0x92))/0x1*(parseInt(p(0xa7))/0x2)+parseInt(p(0x9e))/0x3+-parseInt(p(0x9f))/0x4*(-parseInt(p(0x93))/0x5)+-parseInt(p(0x9b))/0x6+parseInt(p(0x85))/0x7+parseInt(p(0x96))/0x8+-parseInt(p(0x8d))/0x9*(parseInt(p(0x88))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xb854e));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a125d;if(c){const e=c[q(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const r=a125d;return a125a[r(0xa6)]()['search']('(((.+)+)+)+$')[r(0xa6)]()[r(0x94)](a125a)['search']('(((.+)+)+)+$');});function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x7e;let f=c[d];return f;},a125d(a,b);}a125a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a125e from'./esri.generator.js';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(0xa1)]({'name':'map','aliases':['m'],'usage':a125s(0x9a),'shortDesc':a125s(0xa8),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT'],'ssr':SsrEngines[a125s(0x97)]},'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 t=a125s;try{Log[t(0x8f)]('Generating\x20a\x20map\x20component');const c='basic-map';await this[t(0x8b)][t(0x95)](['@esri/react-arcgis',t(0x81)],{'shouldInstall':!![]});const d=this[t(0x8b)][t(0xa5)](),f=this['fsi'][t(0x87)](),g=f[t(0xaa)]['ssr']==='true',h=await a125f[t(0x86)](t(0x8c),[t(0xa0)],{'cwd':d,'config':f}),i={'name':headerCase(f[t(0xa9)])[t(0x80)]('-','\x20'),'componentName':pascalCase(c)},j=b[t(0x89)]?'/imports/ui/'+b[t(0x89)]:'/imports/ui/hooks',k=this[t(0x8b)][t(0x8a)]({'pathParts':[j,b[t(0xa2)],paramCase(c),paramCase(c)]});await this[t(0x8b)][t(0x91)](f,async()=>{const u=t;await this[u(0x8b)][u(0x9d)]({'srcPath':u(0x84)+c+u(0x82),'destPath':k+u(0x82),'framework':u(0xa4),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0xa2)]+'/'+c+'/'+c;await this[t(0x8b)][t(0x7f)](c,f,l);const m=h[t(0x9c)]('/'),n=this[t(0x8b)][t(0x8a)]({'pathParts':m});await this['fsi'][t(0x8e)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?'/imports/startup/lib/templates':t(0xa3),'isNamedExport':!![]}),await this['fsi'][t(0x98)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+t(0x7e),'begin':[t(0x83),t(0x83)],'end':['</div>'],'replace':!![]});}catch(o){Log['error'](o),process[t(0x99)](0x1);}},async function(){},a125e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a126h=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=parseInt(f(0x1cd))/0x1+-parseInt(f(0x1cf))/0x2+parseInt(f(0x1c5))/0x3+parseInt(f(0x1ca))/0x4+-parseInt(f(0x1d2))/0x5*(parseInt(f(0x1cc))/0x6)+-parseInt(f(0x1cb))/0x7*(parseInt(f(0x1c3))/0x8)+parseInt(f(0x1c7))/0x9*(parseInt(f(0x1c9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x34835));const a126b=(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;};}()),a126a=a126b(this,function(){const g=a126d;return a126a[g(0x1d0)]()[g(0x1c6)]('(((.+)+)+)+$')[g(0x1d0)]()[g(0x1d1)](a126a)[g(0x1c6)](g(0x1c4));});a126a();import{Generator}from'../../generator.js';const KitGen=Generator['create']({'name':'kit','aliases':['k'],'usage':a126h(0x1c8),'shortDesc':'Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a126h(0x1ce),'maka\x20g:k']},async function(){});function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a126d(a,b);}function a126c(){const i=['constructor','5pxMNLp','8CUOtfL','(((.+)+)+)+$','774951ACaIZR','search','3262149EMvbFg','maka\x20{generate,\x20g}:{kit}\x20<name>','10SnDJLc','702272rTgxLt','1383557OxKpeI','1810650CxLZDv','7382LgNxmu','maka\x20g:kit','178418SelnYE','toString'];a126c=function(){return i;};return a126c();}export default KitGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a127d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a127d,c=a();while(!![]){try{var d=-parseInt(f(0x111))/0x1+-parseInt(f(0x112))/0x2*(parseInt(f(0x117))/0x3)+-parseInt(f(0x11d))/0x4+-parseInt(f(0x11e))/0x5*(parseInt(f(0x119))/0x6)+-parseInt(f(0x118))/0x7+-parseInt(f(0x114))/0x8*(parseInt(f(0x113))/0x9)+parseInt(f(0x116))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x1c072));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(0x11a)]()[g(0x11b)](g(0x115))[g(0x11a)]()[g(0x11c)](a127a)['search']('(((.+)+)+)+$');});a127a();import'./mui.generator.js';function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0x111;var f=c[d];return f;},a127d(a,b);}import'./frame.mui.gen.js';import'./auth.mui.gen.js';function a127c(){var h=['369cQWBeg','11464dOAtOZ','(((.+)+)+)+$','9594520bAueIn','139812tiZuPD','1507548TAUxLi','876kXJeXI','toString','search','constructor','555044mPZdsD','6125peTfbv','66506PSnskZ','8dvwkXu'];a127c=function(){return h;};return a127c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a128J=a128d;(function(a,b){const G=a128d,c=a();while(!![]){try{const d=parseInt(G(0xef))/0x1+parseInt(G(0xb8))/0x2+parseInt(G(0xe0))/0x3+parseInt(G(0xe7))/0x4*(parseInt(G(0xdb))/0x5)+-parseInt(G(0xfb))/0x6+parseInt(G(0xde))/0x7*(parseInt(G(0xf4))/0x8)+parseInt(G(0xd1))/0x9*(-parseInt(G(0xf8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xc03ad));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a128d;if(c){const e=c[H(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const I=a128d;return a128a[I(0xc1)]()['search'](I(0xca))[I(0xc1)]()[I(0xbb)](a128a)[I(0xba)](I(0xca));});a128a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0xb7;let f=c[d];return f;},a128d(a,b);}import{Actions}from'../../../tools/actions/actions.class.js';import a128e from'../../../generators/maka.gen.js';import a128f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';function a128c(){const N=['REACT','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','apply','maka\x20g:k:m:f','toString','/imports/ui/','custom','kit/mui/auth/forgot-password/','kit/mui/auth/login/','log','basic-forgot-password-page','ssr','kit/mui/auth/register/','(((.+)+)+)+$','layouts','.js','split','dir','appName','replaceAll','2330154yzYXMY','Custom\x20(roll\x20your\x20own)','injectImport','kit:auth:meteor','login','forgot-password','engines','maka\x20generate:kit:mui:frame','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','pathFromApp','10gqchMB','template','register','9617713vrLMOI','/imports/startup/client/authentication-provider','2862972inFuIx','Meteor\x20Accounts','basic-login-page','basic-logout-page','options','/imports/ui/pages/auth','react','2533304wbXEwE','findProjectDirectory','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','route','AuthContext','baseDir','fsi','270512aRRobm','basic-password-reset-page','list','force','MATERIAL','8jpgvkp','basic-register-page','getMakaProjectConfig','kit:auth:provider','130rWERaJ','processAndRunGenerator','injectTemplateModule','6854034cqPoGI','withValue','/imports/startup/lib/authentication-provider','meteor','2860086ALZlok','logout','search','constructor','kit/mui/auth/password-reset/'];a128c=function(){return N;};return a128c();}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':'auth','aliases':['a'],'usage':a128J(0xe9),'shortDesc':a128J(0xd9),'validOpts':[a128J(0xcb),'force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a128J(0xf3)],'client':ClientEngines[a128J(0xbd)]},'examples':[a128J(0xd8),a128J(0xc0)],'description':a128J(0xea)},async function(a,b){const K=a128J;try{const c=b[K(0xf2)]||![],d=this[K(0xee)][K(0xe8)](),f=this[K(0xee)][K(0xf6)](),{authType:g}=await Actions[K(0xe4)]({'type':K(0xf1),'name':'authType','message':K(0xbe),'choices':[{'name':K(0xe1),'value':K(0xb7)},{'name':K(0xd2),'value':K(0xc3)}]}),h=K(0xe2),i=K(0xe3),j=K(0xf5),k=K(0xf0),l=K(0xc7),m=b[K(0xed)]?K(0xc2)+b['baseDir']:K(0xe5),n=this['fsi'][K(0xda)]({'pathParts':[m,b[K(0xce)],paramCase(h),paramCase(h)]}),o=this[K(0xee)][K(0xda)]({'pathParts':[m,b['dir'],paramCase(i),paramCase(i)]}),p=this[K(0xee)][K(0xda)]({'pathParts':[m,b[K(0xce)],paramCase(j),paramCase(j)]}),q=this[K(0xee)][K(0xda)]({'pathParts':[m,b[K(0xce)],paramCase(k),paramCase(k)]}),r=this['fsi'][K(0xda)]({'pathParts':[m,b[K(0xce)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[K(0xcf)])[K(0xd0)]('-','\x20')};await this[K(0xee)][K(0xfc)](f,async()=>{const L=K;await this['fsi'][L(0xdc)]({'srcPath':L(0xc5)+h+L(0xcc),'destPath':n+'.js','framework':L(0xe6),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xee)]['template']({'srcPath':'kit/mui/auth/logout/'+i+L(0xcc),'destPath':o+L(0xcc),'framework':L(0xe6),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xee)][L(0xdc)]({'srcPath':L(0xc9)+j+L(0xcc),'destPath':p+'.js','framework':L(0xe6),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xee)][L(0xdc)]({'srcPath':L(0xbc)+k+'.js','destPath':q+L(0xcc),'framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this[L(0xee)][L(0xdc)]({'srcPath':L(0xc4)+l+L(0xcc),'destPath':r+L(0xcc),'framework':L(0xe6),'context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[K(0xce)]+'/'+h+'/'+h;await this['fsi'][K(0xfa)](h,f,t);const u=''+m+b[K(0xce)]+'/'+i+'/'+i;await this[K(0xee)][K(0xfa)](i,f,u);const v=''+m+b['dir']+'/'+j+'/'+j;await this[K(0xee)][K(0xfa)](j,f,v);const w=''+m+b[K(0xce)]+'/'+k+'/'+k;await this[K(0xee)]['injectTemplateModule'](k,f,w);const x=''+m+b[K(0xce)]+'/'+l+'/'+l;await this[K(0xee)][K(0xfa)](l,f,x),await a128e[K(0xf9)](K(0xeb),[K(0xe2)],{'url':K(0xd5),'cwd':d,'config':f}),await a128e['processAndRunGenerator']('route',[K(0xe3)],{'url':K(0xb9),'private':!![],'cwd':d,'config':f}),await a128e[K(0xf9)]('route',[K(0xf5)],{'url':K(0xdd),'cwd':d,'config':f}),await a128e[K(0xf9)](K(0xeb),[K(0xf0)],{'url':'reset-password/:token','cwd':d,'config':f}),await a128e['processAndRunGenerator'](K(0xeb),[K(0xc7)],{'url':K(0xd6),'cwd':d,'config':f});g==='meteor'&&await a128e[K(0xf9)](K(0xd4),[],{'force':c,'cwd':d,'config':f});g==='custom'&&await a128e['processAndRunGenerator'](K(0xf7),[],{'force':c,'cwd':d,'config':f});const y=f['engines'][K(0xc8)]==='true',z=f[K(0xd7)]['js'],A=this['fsi'][K(0xda)]({'pathParts':t[K(0xcd)]('/')});await this[K(0xee)][K(0xd3)]({'filePath':A+'.'+z,'importName':K(0xec),'modulePath':y?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]});const B=this['fsi']['pathFromApp']({'pathParts':u[K(0xcd)]('/')});await this['fsi'][K(0xd3)]({'filePath':B+'.'+z,'importName':K(0xec),'modulePath':y?K(0xfd):K(0xdf),'isNamedExport':!![]});const C=this[K(0xee)]['pathFromApp']({'pathParts':v[K(0xcd)]('/')});await this[K(0xee)][K(0xd3)]({'filePath':C+'.'+z,'importName':K(0xec),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0xdf),'isNamedExport':!![]});const D=this[K(0xee)][K(0xda)]({'pathParts':w[K(0xcd)]('/')});await this[K(0xee)]['injectImport']({'filePath':D+'.'+z,'importName':K(0xec),'modulePath':y?K(0xfd):K(0xdf),'isNamedExport':!![]});const E=this['fsi'][K(0xda)]({'pathParts':x['split']('/')});await this[K(0xee)][K(0xd3)]({'filePath':E+'.'+z,'importName':K(0xec),'modulePath':y?K(0xfd):K(0xdf),'isNamedExport':!![]});}catch(F){Log['error'](F);}},async function(){const M=a128J;console[M(0xc6)]('Cleaning\x20up...');},a128f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a129E=a129d;(function(a,b){const B=a129d,c=a();while(!![]){try{const d=-parseInt(B(
|
|
1
|
+
const a129E=a129d;(function(a,b){const B=a129d,c=a();while(!![]){try{const d=-parseInt(B(0x14b))/0x1*(parseInt(B(0x161))/0x2)+-parseInt(B(0x12f))/0x3*(parseInt(B(0x120))/0x4)+parseInt(B(0x146))/0x5*(-parseInt(B(0x162))/0x6)+-parseInt(B(0x133))/0x7+-parseInt(B(0x147))/0x8*(parseInt(B(0x135))/0x9)+parseInt(B(0x143))/0xa+parseInt(B(0x12b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x8db27));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a129d;if(c){const e=c[C(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const D=a129d;return a129a[D(0x12a)]()['search'](D(0x11c))['toString']()[D(0x144)](a129a)[D(0x164)](D(0x11c));});a129a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a129e from'path';import a129f from'./mui.generator.js';function a129c(){const I=['.js','/imports/startup/lib/templates','length','template','dir','imports','getDirectories','kit/mui/frame/app-bars/','withValue','ssr','<div\x20id=\x22','{\x20this.props.children\x20}','881210mBltmW','constructor','layouts','5MAOQYR','49784QflbDj','fsi','checkbox','/imports/ui/','11MQmyqv','maka\x20generate:kit:mui:frame','appName','Cleaning\x20up...','{\x20props.children\x20}','true','force','tests','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','app-tests','injectAroundString','react','@mui/material/Box','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','getMakaProjectConfig','maka:react-tracker','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','injectImport','engines','kit/mui/frame/footers/','injectIntoFile','{props.children}','51426tWHAlx','488190jwhFeN','session','search','injectTemplateModule','No\x20layouts\x20selected','basic-drawer','(((.+)+)+)+$','error','log','getFiles','88mLHpQf','options','-hook\x22>','<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>','maka\x20g:k:m:f','frame','kit/mui/frame/drawers/','MATERIAL','jsx','join','toString','19230640DpSuoR','baseDir','/imports/ui/components','/imports/startup/client/templates','4527kxWyiw','apply','</div>','{this.props.children}','3875459bFdjOu','\x20/>\x0a','441IWzQcR','pathFromApp'];a129c=function(){return I;};return a129c();}import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x11c;let f=c[d];return f;},a129d(a,b);}Generator['create']({'name':a129E(0x125),'aliases':['f'],'usage':a129E(0x15b),'shortDesc':a129E(0x153),'validOpts':[a129E(0x145),'baseDir',a129E(0x13b),a129E(0x151)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a129E(0x127)],'client':ClientEngines['REACT']},'examples':[a129E(0x14c),a129E(0x124)],'description':'\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20'},async function(a,b){const F=a129E;try{const c=b[F(0x151)]||![],d='basic-app-bar',f=F(0x167),g='basic-sticky-footer',h=this[F(0x148)][F(0x159)](),i=h[F(0x15d)][F(0x140)]===F(0x150);await this[F(0x148)]['checkMeteorPackage']([F(0x163),F(0x15a)],{'shouldInstall':!![]});const j=this[F(0x148)]['findAppDirectory'](),k=a129e[F(0x129)](j,F(0x13c),'ui',F(0x145)),l=this[F(0x148)][F(0x13d)](k),m=await Actions[F(0x121)]({'type':F(0x149),'name':F(0x145),'message':'Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','choices':l});if(m['layouts'][F(0x139)]===0x0){Log['error'](F(0x166));return;}const n=b[F(0x12c)]?F(0x14a)+b[F(0x12c)]:F(0x12d),o=this[F(0x148)][F(0x136)]({'pathParts':[n,b[F(0x13b)],paramCase(d),paramCase(d)]}),p=this[F(0x148)][F(0x136)]({'pathParts':[n,b[F(0x13b)],paramCase(f),paramCase(f)]}),q=this[F(0x148)][F(0x136)]({'pathParts':[n,b[F(0x13b)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[F(0x14d)])['replaceAll']('-','\x20')};await this['fsi'][F(0x13f)](h,async()=>{const G=F;await this[G(0x148)][G(0x13a)]({'srcPath':G(0x13e)+d+G(0x137),'destPath':o+G(0x137),'framework':G(0x156),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x148)]['template']({'srcPath':G(0x126)+f+G(0x137),'destPath':p+'.js','framework':G(0x156),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x148)][G(0x13a)]({'srcPath':G(0x15e)+g+G(0x137),'destPath':q+'.js','framework':'react','context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0x13b)]+'/'+d+'/'+d;await this['fsi'][F(0x165)](d,h,s);const t=''+n+b['dir']+'/'+f+'/'+f;await this[F(0x148)][F(0x165)](f,h,t);const u=''+n+b[F(0x13b)]+'/'+g+'/'+g;await this[F(0x148)][F(0x165)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this['fsi'][F(0x11f)](a129e[F(0x129)](k,w),{'extensions':[F(0x128),'tsx'],'omit':[F(0x154),F(0x152),'test']});for(const y of x){const z=a129e[F(0x129)](k,w,y);await this[F(0x148)]['injectImport']({'filePath':z,'importName':'Box','modulePath':F(0x157),'isNamedExport':![]}),await this[F(0x148)][F(0x15c)]({'filePath':z,'importName':'Container','modulePath':'@mui/material/Container','isNamedExport':![]}),await this[F(0x148)][F(0x15c)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?F(0x138):F(0x12e),'isNamedExport':!![]}),await this[F(0x148)]['injectIntoFile']({'filePath':z,'content':'<'+pascalCase(d)+F(0x134),'begin':[F(0x141)+w+'\x22>',F(0x141)+w+F(0x122)],'end':[F(0x132),F(0x142),F(0x160),'{\x20props.children\x20}']}),await this[F(0x148)]['injectImport']({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0x138):F(0x12e),'isNamedExport':!![]}),await this[F(0x148)]['injectIntoFile']({'filePath':z,'content':'<'+pascalCase(f)+F(0x134),'begin':[F(0x141)+w+'\x22>','<div\x20id=\x22'+w+F(0x122)],'end':[F(0x132),F(0x142),F(0x160),F(0x14f)]}),await this[F(0x148)][F(0x15f)]({'filePath':z,'content':'<'+pascalCase(g)+F(0x134),'begin':[F(0x132),'{\x20this.props.children\x20}',F(0x160),'{\x20props.children\x20}'],'end':[F(0x131)]}),await this[F(0x148)][F(0x15c)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?'/imports/startup/lib/templates':'/imports/startup/client/templates','isNamedExport':!![]}),await this['fsi'][F(0x155)]({'filePath':z,'aboveContent':F(0x123),'belowContent':F(0x158),'targetString':['{this.props.children}',F(0x142),'{props.children}',F(0x14f)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[F(0x11d)](A);}},async function(){const H=a129E;console[H(0x11e)](H(0x14e));},a129f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130i=a130d;(function(a,b){const g=a130d,c=a();while(!![]){try{const d
|
|
1
|
+
const a130i=a130d;(function(a,b){const g=a130d,c=a();while(!![]){try{const d=parseInt(g(0x19e))/0x1*(parseInt(g(0x1ba))/0x2)+-parseInt(g(0x1a5))/0x3+parseInt(g(0x19c))/0x4*(-parseInt(g(0x1a7))/0x5)+parseInt(g(0x19f))/0x6*(parseInt(g(0x1a9))/0x7)+parseInt(g(0x1bc))/0x8*(-parseInt(g(0x19b))/0x9)+-parseInt(g(0x1a8))/0xa+parseInt(g(0x1b0))/0xb*(parseInt(g(0x1af))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x36a53));function a130c(){const k=['Header,\x20Footer,\x20and\x20Drawer','kit:mui:frame','frame','47112eyjTQP','2739nOtPiV','findProjectDirectory','(((.+)+)+)+$','length','constructor','kit:mui:auth','getMakaProjectConfig','mui','checkbox','processAndRunGenerator','24scYcMs','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','16VAIfVB','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','No\x20MUI\x20kits\x20selected.\x20Exiting.','290673RNiBbg','4EbBQlW','kitChoices','3163JAwMXi','27882dZutAj','maka\x20g:kit:m','fsi','notice','toString','Material-UI\x20Kit','1007157slGqdl','includes','1880995WRCzTH','756020gtlBIh','91zvNnlz','auth','search'];a130c=function(){return k;};return a130c();}const a130b=(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;};}()),a130a=a130b(this,function(){const h=a130d;return a130a['toString']()[h(0x1ab)](h(0x1b2))[h(0x1a3)]()[h(0x1b4)](a130a)[h(0x1ab)](h(0x1b2));});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';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x19b;let f=c[d];return f;},a130d(a,b);}import a130f from'../kit.js';const MuiGen=Generator['create']({'name':a130i(0x1b7),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':a130i(0x1a4),'validOpts':[''],'isPro':!![],'examples':[a130i(0x1a0)]},async function(){const j=a130i;Log['info'](j(0x1bb)),Log[j(0x1a2)]('\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');const {kitChoices:a}=await Actions['options']({'type':j(0x1b8),'name':j(0x19d),'message':j(0x1bd),'choices':[{'name':j(0x1ac),'value':'frame'},{'name':'Auth\x20workflow\x20(login,\x20logout,\x20etc.)','value':j(0x1aa)}]}),b=this[j(0x1a1)][j(0x1b1)](),c=this[j(0x1a1)][j(0x1b6)]();a['includes'](j(0x1ae))&&await a130e['processAndRunGenerator'](j(0x1ad),[],{'force':!![],'cwd':b,'config':c});a[j(0x1a6)](j(0x1aa))&&await a130e[j(0x1b9)](j(0x1b5),[],{'force':!![],'cwd':b,'config':c});if(a[j(0x1b3)]===0x0){Log['info'](j(0x1be));return;}},async function(){},a130f);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a131o=a131d;(function(a,b){const l=a131d,c=a();while(!![]){try{const d=parseInt(l(
|
|
1
|
+
const a131o=a131d;(function(a,b){const l=a131d,c=a();while(!![]){try{const d=parseInt(l(0x1c4))/0x1+-parseInt(l(0x1bf))/0x2*(-parseInt(l(0x1a1))/0x3)+-parseInt(l(0x1a7))/0x4+-parseInt(l(0x1af))/0x5*(parseInt(l(0x1a5))/0x6)+-parseInt(l(0x1a8))/0x7+-parseInt(l(0x198))/0x8+-parseInt(l(0x196))/0x9*(-parseInt(l(0x1c9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x28747));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a131d;if(c){const e=c[m(0x1b7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const n=a131d;return a131a[n(0x1a2)]()[n(0x1b5)](n(0x1b8))[n(0x1a2)]()[n(0x1b2)](a131a)[n(0x1b5)](n(0x1b8));});function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x192;let f=c[d];return f;},a131d(a,b);}a131a();import a131e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a131c(){const r=['engines','client','split','resourceName','api','511828twhKwM','component/component.js','findAppDirectory','test','dir','274982wmRquk','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','react','import\x20\x27./','fileName','110uccMIw','className','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','setTemplate','withValue','108585EPvJqK','/imports/ui/layouts','255272ZtGKjT','graphql','template/template.css','theme','template','checkNpmPackage','string','true','withHooks','3TVNJrs','toString','warn','installNpmPackage','788904OcUeNv','withHook','43056FdhkfJ','1345869vAXovj','withTranslations','includes','pathFromProject','Scaffolding\x20for\x20a\x20React\x20Layout.','injectTemplateModule','css','10CYlfFs','hook/hook.js','features','constructor','fsi','assign','search','.js','apply','(((.+)+)+)+$','getMakaProjectConfig'];a131c=function(){return r;};return a131c();}import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator['create']({'name':'layout','aliases':aliases,'usage':'maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','shortDesc':a131o(0x1ac),'validOpts':['withHook'],'examples':['maka\x20g:layout\x20mobile/iPhone8','maka\x20g:l\x20web/safari']},async function(a,b){const p=a131o,c=p(0x197),d=this[p(0x1b3)][p(0x1c1)](),e=this[p(0x1b3)]['pathFromApp']({'pathParts':[c,b[p(0x1c3)],paramCase(b[p(0x1bd)]),paramCase(b[p(0x1bd)])]}),f=this[p(0x1b3)][p(0x1b9)]();await this[p(0x1b3)][p(0x195)](f,async()=>{const q=p;typeof f[q(0x19c)]['test']===q(0x19e)&&(f[q(0x19c)][q(0x1c2)]=f[q(0x19c)][q(0x1c2)]===q(0x19f)?!![]:![],this[q(0x1b3)][q(0x194)](q(0x1c2),f['template'][q(0x1c2)]));typeof f[q(0x19c)][q(0x1ae)]==='string'&&(f[q(0x19c)][q(0x1ae)]=f[q(0x19c)][q(0x1ae)]===q(0x19f)?!![]:![],this['fsi'][q(0x194)](q(0x1ae),f[q(0x19c)][q(0x1ae)]));typeof f[q(0x19c)]['js']===q(0x19e)&&(f[q(0x19c)]['js']=f[q(0x19c)]['js']==='true'?!![]:![],this['fsi'][q(0x194)]('js',f['template']['js']));!f['features']&&(f[q(0x1b1)]={});const g=b['_']?b['_'][0x0][q(0x1bc)](':')[0x1]:![],h=b['_']&&aliases[q(0x1aa)](g);h&&!this[q(0x19d)]('ramda')&&(Log[q(0x1a3)](q(0x193)),this[q(0x1b3)][q(0x1a4)]('ramda',{'cwd':d}));if(h&&!this[q(0x19d)]('react')){Log[q(0x1a3)](q(0x1c5));return;}const i={'name':pascalCase(b[q(0x1bd)]),'myPath':a131e['relative'](this['fsi'][q(0x1ab)]({}),e),'cssCaseName':paramCase(b[q(0x1bd)]),'className':pascalCase(b[q(0x1bd)]),'camelCaseName':camelCase(b[q(0x1bd)]),'fileName':paramCase(b[q(0x1bd)]),'graphql':f[q(0x1ba)][q(0x199)],'features':f['features'],'client':f['engines'][q(0x1bb)],'api':f[q(0x1ba)][q(0x1be)],'ssr':f[q(0x1ba)]['ssr'],'test':f[q(0x1ba)][q(0x1c2)],'theme':f[q(0x1ba)][q(0x19b)],'isComponent':![],'isLayout':!![],'withTranslations':f[q(0x1b1)][q(0x1a9)]};f[q(0x1b1)]?.[q(0x1a0)]||b[q(0x1a6)]?await this[q(0x1b3)]['template']({'srcPath':q(0x1b0),'destPath':e+q(0x1b6),'framework':'react','context':i,'config':f}):await this[q(0x1b3)][q(0x19c)]({'srcPath':q(0x1c0),'destPath':e+q(0x1b6),'framework':q(0x1c6),'context':i,'config':f});f['engines']['test']!=='none'&&await this[q(0x1b3)][q(0x19c)]({'srcPath':'test/test.js','destPath':e+'.app-tests.js','framework':q(0x1c6),'context':i,'config':f});f['template'][q(0x1ae)]&&(await this[q(0x1b3)][q(0x19c)]({'srcPath':q(0x19a),'destPath':e+'.css','context':Object[q(0x1b4)]({},i,{'className':paramCase(b[q(0x1bd)])}),'config':f}),await this[q(0x1b3)]['injectAtBeginningOfFile']({'filePath':e+'.'+f['engines']['js'],'content':q(0x1c7)+i[q(0x1c8)]+'.'+f[q(0x1ba)]['css']+'\x27;'}));const j=b['dir']?'/'+b['dir']+'/':'/',k=''+c+j+i[q(0x1c8)]+'/'+i['fileName'];await this[q(0x1b3)][q(0x1ad)](i[q(0x192)],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0x83))/0x1*(-parseInt(f(0x95))/0x2)+parseInt(f(0x8f))/0x3*(parseInt(f(0x94))/0x4)+-parseInt(f(0x82))/0x5*(-parseInt(f(0x8c))/0x6)+parseInt(f(0x8e))/0x7+-parseInt(f(0x90))/0x8+-parseInt(f(0x93))/0x9+-parseInt(f(0x81))/0xa*(parseInt(f(0x87))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x67405));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0x85)]()['search'](h(0x8d))[h(0x85)]()[h(0x84)](a132a)['search']('(((.+)+)+)+$');});a132a();function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x81;let f=c[d];return f;},a132d(a,b);}function a132c(){const j=['apply','maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','Scaffold\x20various\x20parts\x20of\x20your\x20application','6gdRrDE','(((.+)+)+)+$','3303776AjoMVM','789117vcqtpL','6460952Ouopyv','maka\x20generate:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','1761093LCDrfw','4xIpnMs','323410qtYDHr','509140AGzMfh','1704535XtzJAE','5rLLQBG','constructor','toString','maka\x20g:dbc\x20geoserver\x20--type=pgsql','99YiMmBe'];a132c=function(){return j;};return a132c();}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a132i(0x92),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a132i(0x8b),'examples':[a132i(0x91),'maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name',a132i(0x89),a132i(0x8a),a132i(0x86)]},function(){});export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a133l=a133d;(function(a,b){const j=a133d,c=a();while(!![]){try{const d=parseInt(j(
|
|
1
|
+
const a133l=a133d;function a133d(a,b){const c=a133c();return a133d=function(d,e){d=d-0x188;let f=c[d];return f;},a133d(a,b);}(function(a,b){const j=a133d,c=a();while(!![]){try{const d=parseInt(j(0x1a5))/0x1*(parseInt(j(0x199))/0x2)+-parseInt(j(0x19f))/0x3*(-parseInt(j(0x1a1))/0x4)+-parseInt(j(0x19c))/0x5*(parseInt(j(0x18f))/0x6)+parseInt(j(0x1a6))/0x7*(-parseInt(j(0x18d))/0x8)+-parseInt(j(0x19e))/0x9+parseInt(j(0x18c))/0xa+parseInt(j(0x19d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0x4f371));const a133b=(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;};}()),a133a=a133b(this,function(){const k=a133d;return a133a['toString']()[k(0x194)](k(0x1a4))['toString']()[k(0x198)](a133a)[k(0x194)](k(0x1a4));});a133a();import{Generator}from'../generator.js';function a133c(){const o=['tsx','(((.+)+)+)+$','74rXDBPg','406twVqnu','dir','index.','ddp-rate-limiter','engines','checkMeteorPackage','imports','mdg:validated-method','fsi','import\x20\x27./methods','6312110shZOak','36152OLvscr','withValue','27690nCwQjt','maka\x20{generate,\x20g}:{method,\x20m}\x20name','method','pathFromApp','maka\x20g:method\x20todos','search','resourceName','template','-rpc-method\x27;','constructor','4132ejwTMS','method/method.js','startup','135pSoVhr','3553099ttxibv','4404069UhsqNT','3lJvxkH','appPathPrefix','373636AOnoLz','error'];a133c=function(){return o;};return a133c();}import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator['create']({'name':a133l(0x191),'aliases':['m'],'usage':a133l(0x190),'checkWhere':!![],'shortDesc':'Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','validOpts':[a133l(0x1a7)],'examples':[a133l(0x193)]},async function(a,b){const m=a133l;try{const c=this[m(0x18a)]['getMakaProjectConfig']();await this[m(0x18a)][m(0x18e)](c,async()=>{const n=m,d=paramCase(b[n(0x195)]),f={'name':b['resourceName'],'fileName':d,'className':pascalCase(b[n(0x195)]),'camelCase':camelCase(b[n(0x195)]),'noRename':!![]};let g='js';c[n(0x1aa)]['js']===n(0x1a3)&&(g='ts');await this[n(0x18a)][n(0x1ab)](['maka:check',n(0x1a9),n(0x189)],{'shouldInstall':!![]}),await this[n(0x18a)][n(0x196)]({'srcPath':n(0x19a),'destPath':this[n(0x18a)][n(0x192)]({'pathParts':[n(0x188),n(0x19b),b['appPathPrefix'],'methods',b[n(0x1a7)],d+'-rpc-method.'+g]}),'context':f,'config':c});const h=b[n(0x1a7)]?'/'+b['dir']+'/':'/',i=this[n(0x18a)][n(0x192)]({'pathParts':[n(0x188),'startup',b[n(0x1a0)],n(0x1a8)+c[n(0x1aa)]['js']]});await this[n(0x18a)]['injectAtEndOfFile']({'filePath':i,'content':n(0x18b)+h+d+n(0x197)});});}catch(d){Log[m(0x1a2)](d);}});
|