@maka/maka-cli 5.0.0-beta.7 → 5.0.1
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
|
|
1
|
+
const a116k=a116d;function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a116d(a,b);}(function(a,b){const h=a116d,c=a();while(!![]){try{const d=-parseInt(h(0x1c2))/0x1*(parseInt(h(0x1b4))/0x2)+parseInt(h(0x1bb))/0x3*(-parseInt(h(0x1b2))/0x4)+parseInt(h(0x1ad))/0x5+-parseInt(h(0x1bf))/0x6+parseInt(h(0x1c4))/0x7*(-parseInt(h(0x1bc))/0x8)+-parseInt(h(0x1b6))/0x9+parseInt(h(0x1c1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x22e2c));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a116d;if(c){const e=c[i(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const j=a116d;return a116a[j(0x1ba)]()[j(0x1b5)]('(((.+)+)+)+$')['toString']()['constructor'](a116a)[j(0x1b5)](j(0x1b8));});a116a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import a116e from'path';function a116c(){const n=['docker/Dockerfile','join','app','maka\x20{generate,\x20g}:dockerfile','apply','error','1177850QgEcfg','getMakaProjectConfig','appName','app.tar.gz','service','336slNiHk','fsi','38nGkKpm','search','1990980UEWCEB','force','(((.+)+)+)+$','build','toString','9753AaGNov','163488uFNyHG','dockerfile','cert','520740GHpLel','withValue','7634210UmUMOj','1567biKOxu','Dockerfile','84KvaEee','getGlobalConfig','maka\x20g:dockerfile'];a116c=function(){return n;};return a116c();}Generator['create']({'name':a116k(0x1bd),'usage':a116k(0x1aa),'shortDesc':'Generate\x20an\x20updated\x20dockerfile','validOpts':[{'name':a116k(0x1b7),'boolFlag':!![]}],'noNeedResource':!![],'examples':[a116k(0x1c6)]},async function(a,b){const l=a116k;try{const c=await this['fsi'][l(0x1ae)](),d=await this['fsi'][l(0x1c5)](),f=this[l(0x1b3)]['findProjectDirectory']();await this[l(0x1b3)][l(0x1c0)](c,async()=>{const m=l,g={'app':d[m(0x1af)],'config':c,'appPath':a116e[m(0x1c8)](f,m(0x1a9)),'bundlePath':a116e[m(0x1c8)](f,m(0x1b9),m(0x1b0)),'useCert':this[m(0x1b3)]['isFile'](d[m(0x1be)])};await this[m(0x1b3)]['template']({'srcPath':m(0x1c7),'destPath':a116e[m(0x1c8)](f,m(0x1c3)),'framework':m(0x1b1),'context':g,'config':c,'force':b[m(0x1b7)]});});}catch(g){Log[l(0x1ac)](g);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a117c(){const q=['test','true','1126730IYwbqV','layouts','hook','54iOqgjN','21zKNRuo','graphql','findAppDirectory','css','template','fileName','768039iSoLLc','baseDir','maka\x20g:hook\x20cool-hook','constructor','withValue','features','injectTemplateModule','/imports/ui/components','Creating\x20','notice','template/template.css','import\x20\x27./','none','/imports/ui/','10894912QFqUMd','734102nfPVoD','installNpmPackage','dir','toString','checkNpmPackage','test/test.js','assign','string','injectAtBeginningOfFile','error','pages','force','hook/hook.js','129656NkhSZD','className','(((.+)+)+)+$','\x20hook...','5814585DNhaUd','pathFromProject','400398Ulnhoo','.css','\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','setTemplate','engines','@apollo/client\x20isomorphic-fetch','react','resourceName','fsi','getMakaProjectConfig','components','.js'];a117c=function(){return q;};return a117c();}const a117n=a117d;(function(a,b){const l=a117d,c=a();while(!![]){try{const d=-parseInt(l(0xed))/0x1+-parseInt(l(0xfc))/0x2+parseInt(l(0x120))/0x3*(-parseInt(l(0x109))/0x4)+parseInt(l(0x11d))/0x5+parseInt(l(0x10f))/0x6*(parseInt(l(0x121))/0x7)+parseInt(l(0xfb))/0x8+parseInt(l(0x10d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xae8b4));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(0xff)]()['search']('(((.+)+)+)+$')[m(0xff)]()[m(0xf0)](a117a)['search'](m(0x10b));});a117a();function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0xea;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['create']({'name':a117n(0x11f),'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':'baseDir','values':['hooks',a117n(0x119),a117n(0x106),a117n(0x11e)]},{'name':a117n(0x107),'boolFlag':!![]}],'examples':[a117n(0xef)],'description':a117n(0x111)},async function(a,b){const o=a117n;Log[o(0xf6)](o(0xf5)+b[o(0x116)]+o(0x10c));try{const c=this[o(0x117)][o(0x100)](o(0x115));if(!c){Log[o(0x105)]('This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator');throw new UsageError();}const d=this[o(0x117)][o(0x123)](),f=b[o(0xee)]?o(0xfa)+b['baseDir']:o(0xf4),g=this['fsi']['pathFromApp']({'pathParts':[f,b[o(0xfe)],paramCase(b['resourceName']),paramCase(b[o(0x116)])]}),h=await this[o(0x117)][o(0x118)]();await this[o(0x117)][o(0xf1)](h,async()=>{const p=o;typeof h[p(0xeb)]['css']===p(0x103)&&(h[p(0xeb)][p(0xea)]=h[p(0xeb)]['css']===p(0x11c)?!![]:![],this[p(0x117)][p(0x112)](p(0xea),h[p(0xeb)][p(0xea)]));h['engines'][p(0x122)]==='apollo'&&!this[p(0x117)][p(0x100)]('@apollo/client')&&(Log['warn']('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),await this[p(0x117)][p(0xfd)](p(0x114),{'cwd':d}));const i={'cssCaseName':paramCase(b['resourceName']),'camelCaseName':camelCase(b['resourceName']),'className':pascalCase(b['resourceName']),'name':pascalCase(b['resourceName']),'graphql':h['engines'][p(0x122)],'theme':h['engines']['theme'],'features':h[p(0xf2)],'myPath':a117e['relative'](this[p(0x117)][p(0x10e)]({}),g),'fileName':paramCase(b[p(0x116)]),'isComponent':![],'isLayout':![],'withTranslations':h[p(0xf2)]['withTranslations']};await this[p(0x117)][p(0xeb)]({'srcPath':p(0x108),'destPath':g+p(0x11a),'context':i,'config':h,'framework':p(0x115),'force':b[p(0x107)]});h['template'][p(0xea)]&&(await this[p(0x117)][p(0xeb)]({'srcPath':p(0xf7),'destPath':g+p(0x110),'context':Object[p(0x102)]({},i,{'className':i['cssCaseName']}),'config':h,'force':b['force']}),await this['fsi'][p(0x104)]({'filePath':g+'.'+h['engines']['js'],'content':p(0xf8)+i['fileName']+'.'+h['engines'][p(0xea)]+'\x27;'}));h[p(0x113)][p(0x11b)]!==p(0xf9)&&await this['fsi']['template']({'srcPath':p(0x101),'destPath':g+'.app-tests.js','framework':p(0x115),'context':i,'config':h,'force':b[p(0x107)]});const j=b[p(0xfe)]?'/'+b[p(0xfe)]+'/':'/',k=''+f+j+i[p(0xec)]+'/'+i['fileName'];await this[p(0x117)][p(0xf3)](i[p(0x10a)],h,k);});}catch(i){Log[o(0x105)](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(0x1ce))/0x1+parseInt(f(0x1c3))/0x2+-parseInt(f(0x1cd))/0x3*(-parseInt(f(0x1cf))/0x4)+-parseInt(f(0x1c8))/0x5*(-parseInt(f(0x1ca))/0x6)+parseInt(f(0x1c2))/0x7*(-parseInt(f(0x1c5))/0x8)+-parseInt(f(0x1c7))/0x9+parseInt(f(0x1c1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x534f2));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0x1c4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0x1cb)]()[h(0x1c6)](h(0x1c9))[h(0x1cb)]()[h(0x1cc)](a118a)[h(0x1c6)](h(0x1c9));});a118a();function a118c(){var i=['5256680eMGIAv','1232JySOjf','240676cSiKzu','apply','23624UYBDlr','search','3692556RVEnGj','45755dJQnxf','(((.+)+)+)+$','78ABzPvo','toString','constructor','132954luNKDw','196051TTmdPy','28BQryjX'];a118c=function(){return i;};return a118c();}function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x1c1;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
|
-
|
|
1
|
+
(function(a,b){var f=a119d,c=a();while(!![]){try{var d=-parseInt(f(0x163))/0x1+-parseInt(f(0x16b))/0x2*(-parseInt(f(0x16d))/0x3)+parseInt(f(0x162))/0x4+-parseInt(f(0x16e))/0x5*(parseInt(f(0x168))/0x6)+parseInt(f(0x164))/0x7*(parseInt(f(0x16a))/0x8)+parseInt(f(0x169))/0x9*(parseInt(f(0x16c))/0xa)+-parseInt(f(0x161))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x82dce));var a119b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a119d;if(c){var e=c[g(0x167)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){var h=a119d;return a119a[h(0x165)]()[h(0x160)](h(0x166))['toString']()['constructor'](a119a)[h(0x160)](h(0x166));});function a119d(a,b){var c=a119c();return a119d=function(d,e){d=d-0x160;var f=c[d];return f;},a119d(a,b);}function a119c(){var i=['26577nZgtkH','36664KZjEqo','49976NinJQq','3500bxBzpM','81nDXwXV','2874745MuWnYc','search','5867433xvQDqj','328376KUxvKs','443849vXZSWS','455cvzRry','toString','(((.+)+)+)+$','apply','6dWutwf'];a119c=function(){return i;};return a119c();}a119a();import'./auth.generator.js';import'./provider.auth.gen.js';import'./basic-meteor.auth.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a120i=a120d;(function(a,b){const f=a120d,c=a();while(!![]){try{const d=parseInt(f(0x7a))/0x1+-parseInt(f(0x81))/0x2*(-parseInt(f(0x7f))/0x3)+-parseInt(f(0x7c))/0x4*(parseInt(f(0x71))/0x5)+-parseInt(f(0x7b))/0x6*(-parseInt(f(0x6f))/0x7)+-parseInt(f(0x80))/0x8+parseInt(f(0x7e))/0x9+-parseInt(f(0x83))/0xa*(parseInt(f(0x73))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x81940));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a120d;if(c){const e=c[g(0x77)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const h=a120d;return a120a[h(0x74)]()[h(0x76)](h(0x78))[h(0x74)]()[h(0x70)](a120a)[h(0x76)](h(0x78));});function a120c(){const j=['maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:<kit-name>','1594390wulkRS','3474569qRvpzt','constructor','216955SbGRiL','auth','121GEXnlr','toString','create','search','apply','(((.+)+)+)+$','\x0a\x20\x20\x20\x20This\x20kit\x20will\x20create\x20a\x20starting\x20point\x20for\x20an\x20Authentication\x20Provider.\x0a\x20\x20','721558iumjdJ','6OCmlvI','4ArnGEZ','maka\x20g:kit:a','6426261DkWxjx','53646fuINRs','2840208zijWsB','84PACbkY'];a120c=function(){return j;};return a120c();}function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x6f;let f=c[d];return f;},a120d(a,b);}a120a();import{Generator}from'../../../generator.js';import a120e from'../kit.js';const AuthGen=Generator[a120i(0x75)]({'name':a120i(0x72),'aliases':['a'],'usage':a120i(0x82),'noNeedResource':!![],'shortDesc':'Starting\x20point\x20for\x20generating\x20an\x20Auth\x20Provider','validOpts':[''],'isPro':!![],'examples':[a120i(0x7d)],'description':a120i(0x79)},async function(){throw'NIE';},async function(){},a120e);export default AuthGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a121r=a121d;(function(a,b){const o=a121d,c=a();while(!![]){try{const d=-parseInt(o(0x13c))/0x1+-parseInt(o(0x147))/0x2+-parseInt(o(0x16b))/0x3+-parseInt(o(0x13d))/0x4+-parseInt(o(0x16d))/0x5+-parseInt(o(0x14b))/0x6+parseInt(o(0x155))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x67d79));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a121d;if(c){const e=c[p(0x143)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const q=a121d;return a121a[q(0x146)]()[q(0x154)](q(0x168))[q(0x146)]()[q(0x135)](a121a)[q(0x154)](q(0x168));});a121a();import{Generator}from'../../../generator.js';function a121c(){const u=['index','apply','meteor/accounts-base','/imports/startup/client','toString','130982SRhuBm','\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','pathFromApp','REACT','430422XGEruL','\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','publish','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','export\x20const\x20AuthProvider','alanning:roles','\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','const\x20sendForgotPasswordEmail','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','search','14841722YYZuTq','const\x20authenticateToken','/imports/startup/client/authentication-service','Meteor.publish','Meteor','/imports/startup/lib','\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','imports','auth/roles','const\x20deauthenticateUser','injectImport','force','meteor','const\x20getUserAuthorizations','accounts-password','.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','checkMeteorPackage','Meteor.startup','(((.+)+)+)+$','fsi','Accounts','2109543XnrUWN','processAndRunGenerator','955225GmRtFm','const\x20resetPasswordWithToken','ssr','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','react','const\x20registerNewUser','meteor/meteor','engines','getMakaProjectConfig','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','kit/auth/service/meteor-auth-service.js','constructor','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','const\x20authenticateUser','authentication-provider','injectIntoCodeBlock','/imports/startup/lib/authentication-service','useTracker','243848AqensK','1678428soOOfy','injectIntoFile','\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','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','true'];a121c=function(){return u;};return a121c();}import{Log}from'../../../tools/log/log.class.js';import a121e from'./auth.generator.js';function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x135;let f=c[d];return f;},a121d(a,b);}import a121f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator['create']({'name':a121r(0x161),'aliases':['m'],'usage':a121r(0x136),'shortDesc':a121r(0x140),'validOpts':[a121r(0x160)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a121r(0x14a)]},'description':a121r(0x148)},async function(a,b){const s=a121r;try{const c=b[s(0x160)]||![];await this['fsi'][s(0x166)]([s(0x163),s(0x150)],{'shouldInstall':!![]});const d=this[s(0x169)]['findProjectDirectory'](),f=this['fsi'][s(0x175)](),g=f[s(0x174)][s(0x16f)]===s(0x141);await a121f[s(0x16c)]('kit:auth:provider',[],{'force':c,'cwd':d,'config':f});const h=await a121f['processAndRunGenerator'](s(0x14d),[s(0x15d)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0x15a):s(0x145),j=this[s(0x169)][s(0x149)]({'pathParts':[i,'','','authentication-service']});await this[s(0x169)]['withValue'](f,async()=>{const t=s;await this[t(0x169)]['template']({'srcPath':t(0x177),'destPath':j+t(0x164),'framework':t(0x171),'context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0x169)][s(0x149)]({'pathParts':[i,'','',s(0x138)]}),l=f[s(0x174)]['js'];await this[s(0x169)][s(0x15f)]({'filePath':k+'.'+l,'importName':'AuthService','modulePath':g?s(0x13a):s(0x157),'isNamedExport':![]}),await this[s(0x169)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0x13f),'begin':s(0x137),'replace':!![]}),await this[s(0x169)][s(0x139)]({'filePath':k+'.'+l,'content':s(0x151),'begin':s(0x156),'replace':!![]}),await this[s(0x169)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0x165),'begin':s(0x162),'replace':!![]}),await this[s(0x169)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0x14e),'begin':s(0x15e),'replace':!![]}),await this[s(0x169)][s(0x139)]({'filePath':k+'.'+l,'content':s(0x170),'begin':s(0x152),'replace':!![]}),await this[s(0x169)][s(0x139)]({'filePath':k+'.'+l,'content':s(0x153),'begin':s(0x172),'replace':!![]}),await this['fsi'][s(0x139)]({'filePath':k+'.'+l,'content':s(0x176),'begin':s(0x16e),'replace':!![]});g&&(await this[s(0x169)][s(0x15f)]({'filePath':k+'.'+l,'importName':s(0x13b),'modulePath':'meteor/maka:react-tracker','isNamedExport':!![]}),await this['fsi'][s(0x13e)]({'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':s(0x14f),'end':'return\x20\x5c('}));await this[s(0x169)][s(0x15f)]({'filePath':h,'importName':s(0x159),'modulePath':s(0x173),'isNamedExport':!![],'injectAtStart':!![]}),await this['fsi'][s(0x139)]({'filePath':h,'content':s(0x15b),'begin':s(0x158),'replace':!![]});const m=this[s(0x169)]['pathFromApp']({'pathParts':[s(0x15c),'startup','server',s(0x142)]});await this[s(0x169)][s(0x15f)]({'filePath':m+'.'+l,'importName':s(0x16a),'modulePath':s(0x144),'isNamedExport':!![]}),await this[s(0x169)][s(0x139)]({'filePath':m+'.'+l,'content':s(0x14c),'begin':s(0x167),'replace':!![]});}catch(n){Log['error'](n),process['exit'](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(0x1d3))/0x1+-parseInt(u(0x1e8))/0x2+parseInt(u(0x1e7))/0x3*(parseInt(u(0x1f5))/0x4)+parseInt(u(0x1dd))/0x5+-parseInt(u(0x1eb))/0x6*(parseInt(u(0x1d2))/0x7)+-parseInt(u(0x1ea))/0x8*(-parseInt(u(0x203))/0x9)+parseInt(u(0x1f1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x3d8e9));const a122b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a122d;if(c){const e=c[v(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){const w=a122d;return a122a['toString']()[w(0x1ec)](w(0x1d7))['toString']()[w(0x1e2)](a122a)[w(0x1ec)](w(0x1d7));});function a122d(a,b){const c=a122c();return a122d=function(d,e){d=d-0x1d0;let f=c[d];return f;},a122d(a,b);}function a122c(){const A=['</AuthProvider>','3048lRSHFs','424790QSecYO','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','517008MEZLtH','42qXvAGs','search','useContext','react','<AuthProvider>','create','180110RmgKOG','injectIntoCodeBlock','getMakaProjectConfig','\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','1160xXiCIb','\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','bright','withValue','engines','\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','REACT','AuthProvider','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','split','<AppRoutes\x20/>','fsi','/imports/startup/client/index','/imports/startup/client','9rxQWJd','/routes','injectImport','262850TpLzqp','211434GyZtxT','/imports/startup/client/authentication-provider','function\x20useAuth','pathFromApp','(((.+)+)+)+$','/imports/startup/lib','injectAroundString','kit/auth/provider/authentication-provider.js','AuthContext','provider','693355fRKKRU','.js','/imports/startup/server/index','appName','apply','constructor','ssr','/imports/startup/lib/authentication-provider','force'];a122c=function(){return A;};return a122c();}a122a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a122e from'./auth.generator.js';import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a122x(0x1f0)]({'name':a122x(0x1dc),'aliases':['p'],'usage':a122x(0x1fd),'shortDesc':'Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','validOpts':[a122x(0x1e5)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a122x(0x1fb)]},'description':a122x(0x1f6)},async function(a,b){const y=a122x;try{const c=b[y(0x1e5)]||![];Log[y(0x1f7)](y(0x1e9));const d=this[y(0x200)][y(0x1f3)](),f=d[y(0x1f9)][y(0x1e3)]==='true',g={'name':headerCase(d[y(0x1e0)])['replaceAll']('-','\x20')},h=f?y(0x1d8):y(0x202),i=this[y(0x200)][y(0x1d6)]({'pathParts':[h,'','','authentication-provider']});await this['fsi'][y(0x1f8)](d,async()=>{const z=y;await this['fsi']['template']({'srcPath':z(0x1da),'destPath':i+z(0x1de),'framework':z(0x1ee),'context':g,'config':d,'force':c,'ignore':![]});});const j=d[y(0x1f9)]['js'],k=h+y(0x1d0),l=k[y(0x1fe)]('/'),m=this['fsi'][y(0x1d6)]({'pathParts':l});await this[y(0x200)]['injectImport']({'filePath':m+'.'+j,'importName':y(0x1db),'modulePath':f?y(0x1e4):'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this['fsi']['injectImport']({'filePath':m+'.'+j,'importName':y(0x1ed),'modulePath':y(0x1ee),'isNamedExport':!![],'injectAtStart':!![]}),await this['fsi'][y(0x1f2)]({'filePath':m+'.'+j,'content':y(0x1fa),'begin':['const\x20useAuth',y(0x1d5)],'replace':!![]}),await this[y(0x200)][y(0x1f2)]({'filePath':m+'.'+j,'content':y(0x1f4),'begin':['const\x20PrivateRoute'],'replace':!![]});const n=y(0x201),o=n[y(0x1fe)]('/'),p=this[y(0x200)][y(0x1d6)]({'pathParts':o});await this[y(0x200)]['injectImport']({'filePath':p+'.'+j,'importName':y(0x1fc),'modulePath':f?y(0x1e4):y(0x1d4),'isNamedExport':!![]}),await this[y(0x200)][y(0x1d9)]({'filePath':p+'.'+j,'aboveContent':y(0x1ef),'belowContent':y(0x1e6),'targetString':'<AppRoutes\x20/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=y(0x1df),r=q[y(0x1fe)]('/'),s=this['fsi'][y(0x1d6)]({'pathParts':r});await this['fsi'][y(0x1d1)]({'filePath':s+'.'+j,'importName':y(0x1fc),'modulePath':f?y(0x1e4):y(0x1d4),'isNamedExport':!![]}),await this[y(0x200)][y(0x1d9)]({'filePath':s+'.'+j,'aboveContent':'<AuthProvider>','belowContent':'</AuthProvider>','targetString':y(0x1ff),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log['error'](t),process['exit'](0x1);}},async function(){},a122e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a123d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a123d,c=a();while(!![]){try{var d=-parseInt(f(0x199))/0x1+parseInt(f(0x1a2))/0x2*(-parseInt(f(0x1a0))/0x3)+parseInt(f(0x19c))/0x4*(parseInt(f(0x197))/0x5)+parseInt(f(0x19f))/0x6+parseInt(f(0x198))/0x7+parseInt(f(0x196))/0x8+-parseInt(f(0x19d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xc9761));function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x196;var f=c[d];return f;},a123d(a,b);}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(0x19e)]()[g(0x19b)](g(0x19a))[g(0x19e)]()[g(0x1a1)](a123a)[g(0x19b)](g(0x19a));});function a123c(){var h=['6836598zOetgN','9CEPrwQ','constructor','475990ZgOHXj','3776216naxRFx','2573565ZSnPtJ','5446098ApGLQh','690746FAgfXd','(((.+)+)+)+$','search','4ThompJ','6068439RsCjGa','toString'];a123c=function(){return h;};return a123c();}a123a();import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124i=a124d;(function(a,b){const f=a124d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a124i=a124d;(function(a,b){const f=a124d,c=a();while(!![]){try{const d=parseInt(f(0x140))/0x1+parseInt(f(0x145))/0x2+-parseInt(f(0x136))/0x3+parseInt(f(0x146))/0x4*(parseInt(f(0x13c))/0x5)+parseInt(f(0x144))/0x6+parseInt(f(0x139))/0x7+-parseInt(f(0x138))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x7274c));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a124d;if(c){const e=c[g(0x13f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const h=a124d;return a124a[h(0x13d)]()[h(0x141)](h(0x137))[h(0x13d)]()[h(0x148)](a124a)[h(0x141)](h(0x137));});function a124c(){const k=['683124HKRmfX','search','maka\x20g:kit:e','\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','5428686mKKkfb','978022KNazCj','41732JcFSdr','/foo/bar','constructor','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','77313YdTiIr','(((.+)+)+)+$','17347928nWkqKl','597618onfagS','/foo','esri','240hchhZQ','toString','create','apply'];a124c=function(){return k;};return a124c();}a124a();function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x136;let f=c[d];return f;},a124d(a,b);}import{Generator}from'../../../generator.js';import a124e from'../kit.js';const EsriGen=Generator[a124i(0x13e)]({'name':a124i(0x13b),'aliases':['e'],'usage':a124i(0x149),'noNeedResource':!![],'shortDesc':'Starting\x20point\x20for\x20generating\x20Esri\x20Maps','validOpts':[''],'isPro':!![],'examples':[a124i(0x142)],'description':a124i(0x143)},async function(){const j=a124i;return{'success':!![],'message':'Esri\x20Kit\x20generated\x20successfully','details':{'filesCreated':[j(0x147)],'filesUpdated':[j(0x13a)]}};},async function(){},a124e);export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a125s=a125d;(function(a,b){const p=a125d,c=a();while(!![]){try{const d=-parseInt(p(0x100))/0x1*(-parseInt(p(0x120))/0x2)+-parseInt(p(0x128))/0x3*(-parseInt(p(0x102))/0x4)+parseInt(p(0x125))/0x5*(parseInt(p(0x122))/0x6)+-parseInt(p(0x11e))/0x7*(-parseInt(p(0x11a))/0x8)+parseInt(p(0x121))/0x9+parseInt(p(0x101))/0xa+-parseInt(p(0x113))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xce7d6));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a125d;if(c){const e=c[q(0xfe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const r=a125d;return a125a[r(0x124)]()['search'](r(0x104))[r(0x124)]()[r(0xff)](a125a)['search'](r(0x104));});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';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xfa;let f=c[d];return f;},a125d(a,b);}function a125c(){const v=['FALSE','@esri/react-arcgis','exit','apply','constructor','168VPErqG','18110DpbYzA','248MKdHMW','Generate\x20an\x20Esri\x20map\x20component','(((.+)+)+)+$','findProjectDirectory','processAndRunGenerator','withValue','basic-map','/imports/ui/','<div\x20id=\x22map\x22>','</div>','engines','fsi','/imports/startup/lib/templates','REACT','injectTemplateModule','create','kit/esri/map/','36629285TJXIGa','pathFromApp','replaceAll','true','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','appName','injectIntoFile','16gOYIJn','/imports/startup/client/templates','error','baseDir','4781567RunYdh','map','116TxPeDH','10306908kEJGWj','12mttedd','dir','toString','706935yUahMF','ssr','Generating\x20a\x20map\x20component','66291NKAAzS','.js','split','\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'];a125c=function(){return v;};return a125c();}import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a125s(0x111)]({'name':a125s(0x11f),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','shortDesc':a125s(0x103),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a125s(0x10f)],'ssr':SsrEngines[a125s(0xfb)]},'description':a125s(0xfa)},async function(a,b){const t=a125s;try{Log['bright'](t(0x127));const c=t(0x108);await this['fsi']['checkNpmPackage']([t(0xfc),'esri-loader'],{'shouldInstall':!![]});const d=this[t(0x10d)][t(0x105)](),f=this[t(0x10d)]['getMakaProjectConfig'](),g=f[t(0x10c)][t(0x126)]===t(0x116),h=await a125f[t(0x106)]('page',[t(0x11f)],{'cwd':d,'config':f}),i={'name':headerCase(f[t(0x118)])[t(0x115)]('-','\x20'),'componentName':pascalCase(c)},j=b['baseDir']?t(0x109)+b[t(0x11d)]:'/imports/ui/hooks',k=this[t(0x10d)][t(0x114)]({'pathParts':[j,b[t(0x123)],paramCase(c),paramCase(c)]});await this[t(0x10d)][t(0x107)](f,async()=>{const u=t;await this[u(0x10d)]['template']({'srcPath':u(0x112)+c+u(0x129),'destPath':k+'.js','framework':'react','context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0x123)]+'/'+c+'/'+c;await this[t(0x10d)][t(0x110)](c,f,l);const m=h[t(0x12a)]('/'),n=this['fsi'][t(0x114)]({'pathParts':m});await this[t(0x10d)]['injectImport']({'filePath':n,'importName':pascalCase(c),'modulePath':g?t(0x10e):t(0x11b),'isNamedExport':!![]}),await this['fsi'][t(0x119)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+t(0x117),'begin':[t(0x10a),t(0x10a)],'end':[t(0x10b)],'replace':!![]});}catch(o){Log[t(0x11c)](o),process[t(0xfd)](0x1);}},async function(){},a125e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a126c(){const i=['887620uTyeWM','6WdFgEX','(((.+)+)+)+$','maka\x20g:kit','maka\x20g:k','constructor','1FpZiIj','261336TAtcZW','4835156TMkSdh','toString','1580211zSiubs','1111810eZmnXG','1126638JoyviX','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','search','1923715gcscZH','261lTEDVP','kit'];a126c=function(){return i;};return a126c();}const a126h=a126d;(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0x13c))/0x1*(parseInt(f(0x142))/0x2)+-parseInt(f(0x140))/0x3+-parseInt(f(0x13e))/0x4+parseInt(f(0x133))/0x5+parseInt(f(0x137))/0x6*(parseInt(f(0x141))/0x7)+-parseInt(f(0x13d))/0x8+-parseInt(f(0x134))/0x9*(-parseInt(f(0x136))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xbfeef));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(0x13f)]()[g(0x144)](g(0x138))[g(0x13f)]()[g(0x13b)](a126a)[g(0x144)]('(((.+)+)+)+$');});a126a();import{Generator}from'../../generator.js';function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x133;let f=c[d];return f;},a126d(a,b);}const KitGen=Generator['create']({'name':a126h(0x135),'aliases':['k'],'usage':'maka\x20{generate,\x20g}:{kit}\x20<name>','shortDesc':a126h(0x143),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a126h(0x139),a126h(0x13a)]},async function(){});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(0x1e3))/0x1*(-parseInt(f(0x1dd))/0x2)+parseInt(f(0x1dc))/0x3*(-parseInt(f(0x1e5))/0x4)+parseInt(f(0x1e8))/0x5+parseInt(f(0x1de))/0x6+parseInt(f(0x1da))/0x7*(-parseInt(f(0x1e1))/0x8)+-parseInt(f(0x1e0))/0x9*(-parseInt(f(0x1e6))/0xa)+parseInt(f(0x1e4))/0xb*(-parseInt(f(0x1e7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x3c635));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['toString']()[g(0x1db)](g(0x1e2))['toString']()[g(0x1df)](a127a)[g(0x1db)]('(((.+)+)+)+$');});a127a();import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0x1da;var f=c[d];return f;},a127d(a,b);}function a127c(){var h=['44737exVfxy','search','3xBsNoh','14116iKLFtR','2921418KiAhxC','constructor','522153NxtvLs','88cHAVNb','(((.+)+)+)+$','43vOwERf','2152216dylvnm','1198156fBTJAS','20znluUS','24DlPvRi','510350jFJUQg'];a127c=function(){return h;};return a127c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a128J=a128d;(function(a,b){const G=a128d,c=a();while(!![]){try{const d
|
|
1
|
+
const a128J=a128d;function a128c(){const N=['baseDir','6RYkMlO','react','2553355XeGuAH','AuthContext','appName','force','meteor','register','split','/imports/startup/client/authentication-provider','8150zDqRbV','MATERIAL','toString','list','415350cGdzeF','kit/mui/auth/login/','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','log','true','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','kit/mui/auth/logout/','processAndRunGenerator','pathFromApp','basic-logout-page','basic-register-page','error','maka\x20generate:kit:mui:frame','33aYsgVB','getMakaProjectConfig','.js','fsi','REACT','Meteor\x20Accounts','injectTemplateModule','kit/mui/auth/password-reset/','kit:auth:provider','dir','route','/imports/ui/pages/auth','forgot-password','basic-password-reset-page','1056htNRnM','injectImport','findProjectDirectory','custom','template','13654UVDNRm','kit/mui/auth/forgot-password/','1236876iZcRIG','(((.+)+)+)+$','search','basic-forgot-password-page','1570680QCRjID','/imports/startup/lib/authentication-provider','auth','kit/mui/auth/register/','29vONSDR','8naTMvI','Cleaning\x20up...','replaceAll','basic-login-page','create','2597016DyEgmg','authType','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','engines','apply'];a128c=function(){return N;};return a128c();}(function(a,b){const G=a128d,c=a();while(!![]){try{const d=parseInt(G(0x1e5))/0x1*(-parseInt(G(0x1db))/0x2)+-parseInt(G(0x1dd))/0x3+-parseInt(G(0x1d6))/0x4*(-parseInt(G(0x1b7))/0x5)+-parseInt(G(0x1ad))/0x6*(parseInt(G(0x1af))/0x7)+parseInt(G(0x1e6))/0x8*(-parseInt(G(0x1bb))/0x9)+parseInt(G(0x1e1))/0xa+-parseInt(G(0x1c8))/0xb*(-parseInt(G(0x1eb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x3499c));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a128d;if(c){const e=c[H(0x1ab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const I=a128d;return a128a['toString']()[I(0x1df)](I(0x1de))[I(0x1b9)]()['constructor'](a128a)['search']('(((.+)+)+)+$');});a128a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';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 a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a128d(a,b);}import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a128J(0x1ea)]({'name':a128J(0x1e3),'aliases':['a'],'usage':a128J(0x1c0),'shortDesc':a128J(0x1a9),'validOpts':['layouts',a128J(0x1b2)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a128J(0x1b8)],'client':ClientEngines[a128J(0x1cc)]},'examples':[a128J(0x1c7),'maka\x20g:k:m:f'],'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 K=a128J;try{const c=b[K(0x1b2)]||![],d=this['fsi'][K(0x1d8)](),f=this[K(0x1cb)][K(0x1c9)](),{authType:g}=await Actions['options']({'type':K(0x1ba),'name':K(0x1a8),'message':K(0x1bd),'choices':[{'name':K(0x1cd),'value':K(0x1b3)},{'name':'Custom\x20(roll\x20your\x20own)','value':K(0x1d9)}]}),h=K(0x1e9),i='basic-logout-page',j=K(0x1c5),k='basic-password-reset-page',l=K(0x1e0),m=b[K(0x1ac)]?'/imports/ui/'+b['baseDir']:K(0x1d3),n=this[K(0x1cb)][K(0x1c3)]({'pathParts':[m,b[K(0x1d1)],paramCase(h),paramCase(h)]}),o=this[K(0x1cb)][K(0x1c3)]({'pathParts':[m,b[K(0x1d1)],paramCase(i),paramCase(i)]}),p=this[K(0x1cb)]['pathFromApp']({'pathParts':[m,b[K(0x1d1)],paramCase(j),paramCase(j)]}),q=this[K(0x1cb)]['pathFromApp']({'pathParts':[m,b[K(0x1d1)],paramCase(k),paramCase(k)]}),r=this[K(0x1cb)][K(0x1c3)]({'pathParts':[m,b[K(0x1d1)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[K(0x1b1)])[K(0x1e8)]('-','\x20')};await this[K(0x1cb)]['withValue'](f,async()=>{const L=K;await this[L(0x1cb)][L(0x1da)]({'srcPath':L(0x1bc)+h+'.js','destPath':n+L(0x1ca),'framework':L(0x1ae),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x1cb)]['template']({'srcPath':L(0x1c1)+i+L(0x1ca),'destPath':o+L(0x1ca),'framework':L(0x1ae),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x1cb)][L(0x1da)]({'srcPath':L(0x1e4)+j+L(0x1ca),'destPath':p+L(0x1ca),'framework':L(0x1ae),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x1cb)][L(0x1da)]({'srcPath':L(0x1cf)+k+L(0x1ca),'destPath':q+L(0x1ca),'framework':L(0x1ae),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x1cb)][L(0x1da)]({'srcPath':L(0x1dc)+l+L(0x1ca),'destPath':r+L(0x1ca),'framework':'react','context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b['dir']+'/'+h+'/'+h;await this[K(0x1cb)][K(0x1ce)](h,f,t);const u=''+m+b['dir']+'/'+i+'/'+i;await this['fsi'][K(0x1ce)](i,f,u);const v=''+m+b[K(0x1d1)]+'/'+j+'/'+j;await this[K(0x1cb)][K(0x1ce)](j,f,v);const w=''+m+b[K(0x1d1)]+'/'+k+'/'+k;await this[K(0x1cb)]['injectTemplateModule'](k,f,w);const x=''+m+b['dir']+'/'+l+'/'+l;await this[K(0x1cb)][K(0x1ce)](l,f,x),await a128e[K(0x1c2)]('route',[K(0x1e9)],{'route':'login','cwd':d,'config':f}),await a128e['processAndRunGenerator'](K(0x1d2),[K(0x1c4)],{'route':'logout','private':!![],'cwd':d,'config':f}),await a128e[K(0x1c2)](K(0x1d2),[K(0x1c5)],{'route':K(0x1b4),'cwd':d,'config':f}),await a128e[K(0x1c2)]('route',[K(0x1d5)],{'route':'reset-password/:token','cwd':d,'config':f}),await a128e['processAndRunGenerator'](K(0x1d2),['basic-forgot-password-page'],{'route':K(0x1d4),'cwd':d,'config':f});g===K(0x1b3)&&await a128e[K(0x1c2)]('kit:auth:meteor',[],{'force':c,'cwd':d,'config':f});g===K(0x1d9)&&await a128e[K(0x1c2)](K(0x1d0),[],{'force':c,'cwd':d,'config':f});const y=f[K(0x1aa)]['ssr']===K(0x1bf),z=f['engines']['js'],A=this['fsi'][K(0x1c3)]({'pathParts':t[K(0x1b5)]('/')});await this[K(0x1cb)]['injectImport']({'filePath':A+'.'+z,'importName':K(0x1b0),'modulePath':y?K(0x1e2):K(0x1b6),'isNamedExport':!![]});const B=this[K(0x1cb)][K(0x1c3)]({'pathParts':u[K(0x1b5)]('/')});await this[K(0x1cb)]['injectImport']({'filePath':B+'.'+z,'importName':'AuthContext','modulePath':y?K(0x1e2):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const C=this[K(0x1cb)][K(0x1c3)]({'pathParts':v[K(0x1b5)]('/')});await this[K(0x1cb)][K(0x1d7)]({'filePath':C+'.'+z,'importName':K(0x1b0),'modulePath':y?K(0x1e2):K(0x1b6),'isNamedExport':!![]});const D=this[K(0x1cb)][K(0x1c3)]({'pathParts':w[K(0x1b5)]('/')});await this[K(0x1cb)][K(0x1d7)]({'filePath':D+'.'+z,'importName':K(0x1b0),'modulePath':y?K(0x1e2):K(0x1b6),'isNamedExport':!![]});const E=this[K(0x1cb)][K(0x1c3)]({'pathParts':x[K(0x1b5)]('/')});await this[K(0x1cb)][K(0x1d7)]({'filePath':E+'.'+z,'importName':K(0x1b0),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0x1b6),'isNamedExport':!![]});}catch(F){Log[K(0x1c6)](F);}},async function(){const M=a128J;console[M(0x1be)](M(0x1e7));},a128f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a129D=a129d;(function(a,b){const B=a129d,c=a();while(!![]){try{const d=parseInt(B(0x9e))/0x1+parseInt(B(0xa3))/0x2*(parseInt(B(0xaf))/0x3)+-parseInt(B(0xa2))/0x4*(parseInt(B(0xab))/0x5)+parseInt(B(0x7f))/0x6+-parseInt(B(0x9a))/0x7+-parseInt(B(0xa8))/0x8*(parseInt(B(0x7b))/0x9)+parseInt(B(0x8b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xb7e24));const a129b=(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;};}()),a129a=a129b(this,function(){const C=a129d;return a129a[C(0xa5)]()[C(0x76)](C(0x8c))['toString']()['constructor'](a129a)[C(0x76)](C(0x8c));});function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x6f;let f=c[d];return f;},a129d(a,b);}a129a();import{Generator}from'../../../generator.js';function a129c(){const H=['REACT','MATERIAL','session','baseDir','search','force','/imports/ui/','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','injectIntoFile','1993662PNkahE','replaceAll','length','/imports/ui/components','6859836rsmaFA','engines','tsx','pathFromApp','getMakaProjectConfig','injectAroundString','checkMeteorPackage','log','@mui/material/Box','template','findAppDirectory','join','3259500PeEbmn','(((.+)+)+)+$','maka:react-tracker','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f}','true','create','kit/mui/frame/footers/','kit/mui/frame/drawers/','frame','</div>','-hook\x22>','react','error','getFiles','kit/mui/frame/app-bars/','566510ZqbbGS','basic-drawer','injectImport','No\x20layouts\x20selected','292490tovrMG','tests','/imports/startup/lib/templates','.js','4CFtMnM','311486OUyYkM','Container','toString','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','/imports/startup/client/templates','8KlCQkF','<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>','injectTemplateModule','4309265YMgSgo','@mui/material/Container','Box','\x20/>\x0a','3RcBIey','jsx','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','layouts','dir','<Outlet/>','<div\x20id=\x22','fsi','maka\x20generate:kit:mui:frame'];a129c=function(){return H;};return a129c();}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';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a129D(0x90)]({'name':a129D(0x93),'aliases':['f'],'usage':a129D(0x8e),'shortDesc':a129D(0x79),'validOpts':[a129D(0xb2),a129D(0x75),a129D(0xb3),'force'],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a129D(0x73)],'client':ClientEngines[a129D(0x72)]},'examples':[a129D(0x71),'maka\x20g:k:m:f'],'description':'\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20frame\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20'},async function(a,b){const E=a129D;try{const c=b[E(0x77)]||![],d='basic-app-bar',f=E(0x9b),g='basic-sticky-footer',h=this[E(0x70)][E(0x83)](),i=h[E(0x80)]['ssr']===E(0x8f);await this[E(0x70)][E(0x85)]([E(0x74),E(0x8d)],{'shouldInstall':!![]});const j=this[E(0x70)][E(0x89)](),k=a129e[E(0x8a)](j,'imports','ui',E(0xb2)),l=this[E(0x70)]['getDirectories'](k),m=await Actions['options']({'type':'checkbox','name':E(0xb2),'message':E(0xb1),'choices':l});if(m['layouts'][E(0x7d)]===0x0){Log['error'](E(0x9d));return;}const n=b[E(0x75)]?E(0x78)+b[E(0x75)]:E(0x7e),o=this[E(0x70)][E(0x82)]({'pathParts':[n,b[E(0xb3)],paramCase(d),paramCase(d)]}),p=this[E(0x70)][E(0x82)]({'pathParts':[n,b[E(0xb3)],paramCase(f),paramCase(f)]}),q=this['fsi'][E(0x82)]({'pathParts':[n,b['dir'],paramCase(g),paramCase(g)]}),r={'name':headerCase(h['appName'])[E(0x7c)]('-','\x20')};await this[E(0x70)]['withValue'](h,async()=>{const F=E;await this[F(0x70)][F(0x88)]({'srcPath':F(0x99)+d+F(0xa1),'destPath':o+F(0xa1),'framework':F(0x96),'context':r,'config':h,'force':c,'ignore':![]}),await this['fsi']['template']({'srcPath':F(0x92)+f+F(0xa1),'destPath':p+'.js','framework':'react','context':r,'config':h,'force':c,'ignore':![]}),await this[F(0x70)][F(0x88)]({'srcPath':F(0x91)+g+'.js','destPath':q+F(0xa1),'framework':F(0x96),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b['dir']+'/'+d+'/'+d;await this['fsi']['injectTemplateModule'](d,h,s);const t=''+n+b[E(0xb3)]+'/'+f+'/'+f;await this[E(0x70)][E(0xaa)](f,h,t);const u=''+n+b[E(0xb3)]+'/'+g+'/'+g;await this['fsi'][E(0xaa)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this['fsi'][E(0x98)](a129e[E(0x8a)](k,w),{'extensions':[E(0xb0),E(0x81)],'omit':['app-tests',E(0x9f),'test']});for(const y of x){const z=a129e[E(0x8a)](k,w,y);await this[E(0x70)][E(0x9c)]({'filePath':z,'importName':E(0xad),'modulePath':E(0x87),'isNamedExport':![]}),await this[E(0x70)][E(0x9c)]({'filePath':z,'importName':E(0xa4),'modulePath':E(0xac),'isNamedExport':![]}),await this['fsi']['injectImport']({'filePath':z,'importName':pascalCase(d),'modulePath':i?E(0xa0):E(0xa7),'isNamedExport':!![]}),await this[E(0x70)][E(0x7a)]({'filePath':z,'content':'<'+pascalCase(d)+'\x20/>\x0a','begin':[E(0x6f)+w+'\x22>','<div\x20id=\x22'+w+E(0x95)],'end':[E(0xb4)]}),await this[E(0x70)]['injectImport']({'filePath':z,'importName':pascalCase(f),'modulePath':i?E(0xa0):'/imports/startup/client/templates','isNamedExport':!![]}),await this['fsi'][E(0x7a)]({'filePath':z,'content':'<'+pascalCase(f)+E(0xae),'begin':[E(0x6f)+w+'\x22>',E(0x6f)+w+E(0x95)],'end':['<Outlet/>']}),await this[E(0x70)][E(0x7a)]({'filePath':z,'content':'<'+pascalCase(g)+'\x20/>\x0a','begin':['<Outlet/>'],'end':[E(0x94)]}),await this['fsi'][E(0x9c)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?E(0xa0):E(0xa7),'isNamedExport':!![]}),await this[E(0x70)][E(0x84)]({'filePath':z,'aboveContent':E(0xa9),'belowContent':E(0xa6),'targetString':[E(0xb4)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[E(0x97)](A);}},async function(){const G=a129D;console[G(0x86)]('Cleaning\x20up...');},a129f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130j=a130d;(function(a,b){const g=a130d,c=a();while(!![]){try{const d
|
|
1
|
+
const a130j=a130d;(function(a,b){const g=a130d,c=a();while(!![]){try{const d=-parseInt(g(0xdb))/0x1+-parseInt(g(0xe3))/0x2+parseInt(g(0xd3))/0x3*(-parseInt(g(0xde))/0x4)+parseInt(g(0xec))/0x5+parseInt(g(0xdd))/0x6*(-parseInt(g(0xd4))/0x7)+-parseInt(g(0xe6))/0x8+parseInt(g(0xed))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x66e9d));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a130d;if(c){const e=c[h(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const i=a130d;return a130a[i(0xe0)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a130a)[i(0xdc)](i(0xd1));});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-0xd0;let f=c[d];return f;},a130d(a,b);}import a130f from'../kit.js';const MuiGen=Generator['create']({'name':a130j(0xe2),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':a130j(0xe8),'validOpts':[''],'isPro':!![],'examples':[a130j(0xe9)]},async function(){const k=a130j;Log['info']('Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!'),Log['notice']('\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[k(0xeb)]({'type':'checkbox','name':k(0xe5),'message':k(0xd0),'choices':[{'name':k(0xd2),'value':k(0xdf)},{'name':k(0xd5),'value':'auth'}]}),b=this[k(0xe7)][k(0xd7)](),c=this[k(0xe7)]['getMakaProjectConfig']();a[k(0xea)](k(0xdf))&&await a130e[k(0xe1)]('kit:mui:frame',[],{'force':!![],'cwd':b,'config':c});a['includes'](k(0xd8))&&await a130e[k(0xe1)](k(0xe4),[],{'force':!![],'cwd':b,'config':c});if(a[k(0xda)]===0x0){Log[k(0xd9)]('No\x20MUI\x20kits\x20selected.\x20Exiting.');return;}},async function(){},a130f);export default MuiGen;function a130c(){const l=['Header,\x20Footer,\x20and\x20Drawer','855126SYpfGQ','10885ikOPnk','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','apply','findProjectDirectory','auth','info','length','234436uGuhhj','search','564rnnPRW','8YtSGYQ','frame','toString','processAndRunGenerator','mui','759180sLivCd','kit:mui:auth','kitChoices','3174024ZvPwLn','fsi','Material-UI\x20Kit','maka\x20g:kit:m','includes','options','2059990QIvHKP','15629112ssaETV','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','(((.+)+)+)+$'];a130c=function(){return l;};return a130c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a131n=a131d;(function(a,b){const l=a131d,c=a();while(!![]){try{const d=-parseInt(l(
|
|
1
|
+
const a131n=a131d;(function(a,b){const l=a131d,c=a();while(!![]){try{const d=-parseInt(l(0x1a9))/0x1+-parseInt(l(0x1b4))/0x2+parseInt(l(0x1ab))/0x3+-parseInt(l(0x189))/0x4*(-parseInt(l(0x18d))/0x5)+-parseInt(l(0x1b0))/0x6*(parseInt(l(0x1aa))/0x7)+parseInt(l(0x19d))/0x8+parseInt(l(0x194))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x91f1f));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const m=a131d;return a131a[m(0x1b7)]()['search']('(((.+)+)+)+$')[m(0x1b7)]()[m(0x183)](a131a)['search'](m(0x1b3));});function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x17f;let f=c[d];return f;},a131d(a,b);}a131a();import a131e from'path';function a131c(){const q=['relative','withTranslations','assign','template/template.css','className','.app-tests.js','warn','303518YtCkUn','35Trpwnp','3017913EkLHWK','layout','.js','ssr','features','1122576TJXQCM','create','import\x20\x27./','(((.+)+)+)+$','306484MWfMFI','withHooks','Scaffolding\x20for\x20a\x20React\x20Layout.','toString','test/test.js','graphql','string','checkNpmPackage','none','constructor','injectTemplateModule','setTemplate','template','withHook','installNpmPackage','2485816KgHXTV','maka\x20g:l\x20web/safari','fileName','getMakaProjectConfig','5ZeGMKq','split','engines','resourceName','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','fsi','hook/hook.js','2464425xXjgPQ','/imports/ui/layouts','test','react','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','withValue','ramda','true','maka\x20g:layout\x20mobile/iPhone8','710248yFniPl','pathFromProject','dir','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','css'];a131c=function(){return q;};return a131c();}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator[a131n(0x1b1)]({'name':a131n(0x1ac),'aliases':aliases,'usage':a131n(0x1a0),'shortDesc':a131n(0x1b6),'validOpts':[a131n(0x187)],'examples':[a131n(0x19c),a131n(0x18a)]},async function(a,b){const o=a131n,c=o(0x195),d=this[o(0x192)]['findAppDirectory'](),e=this[o(0x192)]['pathFromApp']({'pathParts':[c,b['dir'],paramCase(b['resourceName']),paramCase(b['resourceName'])]}),f=this[o(0x192)][o(0x18c)]();await this[o(0x192)][o(0x199)](f,async()=>{const p=o;typeof f[p(0x186)][p(0x196)]===p(0x180)&&(f['template']['test']=f[p(0x186)]['test']===p(0x19b)?!![]:![],this[p(0x192)][p(0x185)]('test',f[p(0x186)][p(0x196)]));typeof f[p(0x186)]['css']===p(0x180)&&(f[p(0x186)]['css']=f[p(0x186)][p(0x1a1)]===p(0x19b)?!![]:![],this[p(0x192)][p(0x185)](p(0x1a1),f[p(0x186)][p(0x1a1)]));typeof f[p(0x186)]['js']===p(0x180)&&(f['template']['js']=f['template']['js']==='true'?!![]:![],this[p(0x192)][p(0x185)]('js',f[p(0x186)]['js']));!f['features']&&(f['features']={});const g=b['_']?b['_'][0x0][p(0x18e)](':')[0x1]:![],h=b['_']&&aliases['includes'](g);h&&!this['checkNpmPackage'](p(0x19a))&&(Log[p(0x1a8)](p(0x191)),this[p(0x192)][p(0x188)]('ramda',{'cwd':d}));if(h&&!this[p(0x181)](p(0x197))){Log[p(0x1a8)](p(0x198));return;}const i={'name':pascalCase(b['resourceName']),'myPath':a131e[p(0x1a2)](this[p(0x192)][p(0x19e)]({}),e),'cssCaseName':paramCase(b[p(0x190)]),'className':pascalCase(b[p(0x190)]),'camelCaseName':camelCase(b['resourceName']),'fileName':paramCase(b[p(0x190)]),'graphql':f[p(0x18f)][p(0x17f)],'features':f['features'],'client':f['engines']['client'],'api':f['engines']['api'],'ssr':f[p(0x18f)][p(0x1ae)],'test':f['engines'][p(0x196)],'theme':f[p(0x18f)]['theme'],'isComponent':![],'isLayout':!![],'withTranslations':f['features'][p(0x1a3)]};f[p(0x1af)]?.[p(0x1b5)]||b[p(0x187)]?await this['fsi'][p(0x186)]({'srcPath':p(0x193),'destPath':e+p(0x1ad),'framework':p(0x197),'context':i,'config':f}):await this[p(0x192)][p(0x186)]({'srcPath':'component/component.js','destPath':e+p(0x1ad),'framework':p(0x197),'context':i,'config':f});f[p(0x18f)][p(0x196)]!==p(0x182)&&await this[p(0x192)][p(0x186)]({'srcPath':p(0x1b8),'destPath':e+p(0x1a7),'framework':p(0x197),'context':i,'config':f});f[p(0x186)][p(0x1a1)]&&(await this[p(0x192)]['template']({'srcPath':p(0x1a5),'destPath':e+'.css','context':Object[p(0x1a4)]({},i,{'className':paramCase(b['resourceName'])}),'config':f}),await this[p(0x192)]['injectAtBeginningOfFile']({'filePath':e+'.'+f[p(0x18f)]['js'],'content':p(0x1b2)+i[p(0x18b)]+'.'+f[p(0x18f)][p(0x1a1)]+'\x27;'}));const j=b[p(0x19f)]?'/'+b[p(0x19f)]+'/':'/',k=''+c+j+i[p(0x18b)]+'/'+i[p(0x18b)];await this[p(0x192)][p(0x184)](i[p(0x1a6)],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-
|
|
1
|
+
function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x9c;let f=c[d];return f;},a132d(a,b);}const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0x9f))/0x1+parseInt(f(0xae))/0x2+-parseInt(f(0xaa))/0x3+-parseInt(f(0xa9))/0x4+-parseInt(f(0xa5))/0x5*(parseInt(f(0x9e))/0x6)+-parseInt(f(0xa7))/0x7*(-parseInt(f(0xb1))/0x8)+parseInt(f(0xad))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xe22c2));function a132c(){const j=['maka\x20g:api\x20trucks','26085897sDRohU','1431850cVByFe','generate','maka\x20g:dbc\x20geoserver\x20--type=pgsql','8925688sygTxx','constructor','maka\x20g:scaffold\x20todos','354FuyWum','593488nggaJa','search','apply','toString','maka\x20g:route\x20todos/edit','maka\x20{generate,\x20g}:<generator>\x20<name>','90490tWHzSd','maka\x20g:template\x20todos/todo_item','7ZzppSD','maka\x20generate:scaffold\x20todos','6001732ugwTtc','1925892XpkIrE','(((.+)+)+)+$'];a132c=function(){return j;};return a132c();}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0xa1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a['toString']()[h(0xa0)](h(0xab))[h(0xa2)]()[h(0x9c)](a132a)[h(0xa0)]('(((.+)+)+)+$');});a132a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a132i(0xaf),'aliases':['g'],'usage':a132i(0xa4),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','examples':[a132i(0xa8),a132i(0x9d),a132i(0xa6),'maka\x20g:package\x20package:name',a132i(0xa3),a132i(0xac),a132i(0xb0)]},function(){});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(0xf4))/0x1+-parseInt(j(0x105))/0x2*(parseInt(j(0xeb))/0x3)+-parseInt(j(0x100))/0x4*(-parseInt(j(0xec))/0x5)+parseInt(j(0xed))/0x6+-parseInt(j(0xf7))/0x7*(parseInt(j(0x104))/0x8)+parseInt(j(0xef))/0x9+-parseInt(j(0xf2))/0xa*(-parseInt(j(0x107))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0x7cab6));const a133b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a133d;if(c){const e=c[k(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){const l=a133d;return a133a[l(0xf6)]()[l(0xf0)](l(0x106))[l(0xf6)]()[l(0xe7)](a133a)[l(0xf0)](l(0x106));});a133a();import{Generator}from'../generator.js';function a133d(a,b){const c=a133c();return a133d=function(d,e){d=d-0xe3;let f=c[d];return f;},a133d(a,b);}import{Log}from'../tools/log/log.class.js';function a133c(){const p=['imports','template','mdg:validated-method','dir','index.','fsi','20OTfmAO','appPathPrefix','engines','create','4184UTEQov','67892BZyhuv','(((.+)+)+)+$','17040793HLeOna','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','maka\x20{generate,\x20g}:{method,\x20m}\x20name','maka:check','ddp-rate-limiter','apply','checkMeteorPackage','resourceName','-rpc-method\x27;','withValue','constructor','method/method.js','startup','import\x20\x27./methods','51PRIFHq','440735pdfPmJ','3705246qtTtay','getMakaProjectConfig','1611963GIypPg','search','methods','10cKvbCC','method','735975fzfpRD','maka\x20g:method\x20todos','toString','12887nEsSCB','error','tsx'];a133c=function(){return p;};return a133c();}import{camelCase,paramCase,pascalCase}from'change-case';Generator[a133m(0x103)]({'name':a133m(0xf3),'aliases':['m'],'usage':a133m(0x109),'checkWhere':!![],'shortDesc':a133m(0x108),'validOpts':[a133m(0xfd)],'examples':[a133m(0xf5)]},async function(a,b){const n=a133m;try{const c=this[n(0xff)][n(0xee)]();await this[n(0xff)][n(0xe6)](c,async()=>{const o=n,d=paramCase(b['resourceName']),f={'name':b[o(0xe4)],'fileName':d,'className':pascalCase(b[o(0xe4)]),'camelCase':camelCase(b[o(0xe4)]),'noRename':!![]};let g='js';c[o(0x102)]['js']===o(0xf9)&&(g='ts');await this[o(0xff)][o(0xe3)]([o(0x10a),o(0x10b),o(0xfc)],{'shouldInstall':!![]}),await this[o(0xff)][o(0xfb)]({'srcPath':o(0xe8),'destPath':this[o(0xff)]['pathFromApp']({'pathParts':[o(0xfa),o(0xe9),b[o(0x101)],o(0xf1),b[o(0xfd)],d+'-rpc-method.'+g]}),'context':f,'config':c});const h=b[o(0xfd)]?'/'+b['dir']+'/':'/',i=this[o(0xff)]['pathFromApp']({'pathParts':[o(0xfa),'startup',b[o(0x101)],o(0xfe)+c[o(0x102)]['js']]});await this[o(0xff)]['injectAtEndOfFile']({'filePath':i,'content':o(0xea)+h+d+o(0xe5)});});}catch(d){Log[n(0xf8)](d);}});
|