@maka/maka-cli 4.12.20 → 4.12.21
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/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/meteor/config/docker-compose.yaml +1 -4
- package/bundle/obf/src/templates/service/docker/Dockerfile +5 -0
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/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 a116r=a116d;(function(a,b){const o=a116d,c=a();while(!![]){try{const d
|
|
1
|
+
const a116r=a116d;(function(a,b){const o=a116d,c=a();while(!![]){try{const d=-parseInt(o(0x1e9))/0x1+parseInt(o(0x1cf))/0x2*(-parseInt(o(0x1c6))/0x3)+parseInt(o(0x1ea))/0x4+-parseInt(o(0x1c7))/0x5*(-parseInt(o(0x1e7))/0x6)+parseInt(o(0x206))/0x7+-parseInt(o(0x1c3))/0x8*(parseInt(o(0x204))/0x9)+parseInt(o(0x1e6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x308e8));function a116c(){const u=['true','Meteor','kit/auth/service/meteor-auth-service.js','/imports/startup/client','/imports/startup/lib','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','\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','accounts-password','const\x20authenticateToken','AuthService','server','const\x20authenticateUser','fsi','injectImport','\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','const\x20registerNewUser','getMakaProjectConfig','67869GmvosM','meteor/meteor','342839fUmyEW','240StYKTo','engines','apply','1014NIIpRs','25PmRMcd','error','react','search','meteor/maka:react-tracker','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','useTracker','\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','2014MleKYS','const\x20deauthenticateUser','Accounts','injectIntoCodeBlock','create','processAndRunGenerator','authentication-service','return\x20\x5c(','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','\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','exit','const\x20sendForgotPasswordEmail','\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','authentication-provider','checkMeteorPackage','toString','ssr','pathFromApp','force','export\x20const\x20AuthProvider','imports','(((.+)+)+)+$','/imports/startup/lib/authentication-service','7230490TmwwOv','7086RkWgtY','meteor','140766hiCVRv','513276FcUluI','publish','const\x20resetPasswordWithToken','alanning:roles','constructor','auth/roles','kit:auth:provider','/imports/startup/client/authentication-service'];a116c=function(){return u;};return a116c();}const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a116d;if(c){const e=c[p(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const q=a116d;return a116a['toString']()[q(0x1ca)](q(0x1e4))[q(0x1de)]()[q(0x1ee)](a116a)['search']('(((.+)+)+)+$');});a116a();import{Generator}from'../../../generator.js';function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a116d(a,b);}import{Log}from'../../../tools/log/log.class.js';import a116e from'./auth.generator.js';import a116f from'../../../generators/maka.gen.js';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a116r(0x1d3)]({'name':a116r(0x1e8),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','shortDesc':a116r(0x1f7),'validOpts':[a116r(0x1e1)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a116r(0x1f9)]},'description':a116r(0x1f8)},async function(a,b){const s=a116r;try{const c=b[s(0x1e1)]||![];await this['fsi'][s(0x1dd)]([s(0x1fa),s(0x1ed)],{'shouldInstall':!![]});const d=this[s(0x1ff)]['findProjectDirectory'](),f=this['fsi'][s(0x203)](),g=f[s(0x1c4)][s(0x1df)]===s(0x1f2);await a116f[s(0x1d4)](s(0x1f0),[],{'force':c,'cwd':d,'config':f});const h=await a116f['processAndRunGenerator'](s(0x1eb),[s(0x1ef)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0x1f6):s(0x1f5),j=this['fsi'][s(0x1e0)]({'pathParts':[i,'','',s(0x1d5)]});await this['fsi']['withValue'](f,async()=>{const t=s;await this['fsi']['template']({'srcPath':t(0x1f4),'destPath':j+'.js','framework':t(0x1c9),'context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0x1ff)]['pathFromApp']({'pathParts':[i,'','',s(0x1dc)]}),l=f[s(0x1c4)]['js'];await this[s(0x1ff)][s(0x200)]({'filePath':k+'.'+l,'importName':s(0x1fc),'modulePath':g?s(0x1e5):s(0x1f1),'isNamedExport':![]}),await this[s(0x1ff)][s(0x1d2)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateUser(username,\x20password);\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','begin':s(0x1fe),'replace':!![]}),await this['fsi'][s(0x1d2)]({'filePath':k+'.'+l,'content':s(0x1d8),'begin':s(0x1fb),'replace':!![]}),await this[s(0x1ff)][s(0x1d2)]({'filePath':k+'.'+l,'content':s(0x1ce),'begin':'const\x20getUserAuthorizations','replace':!![]}),await this[s(0x1ff)][s(0x1d2)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','begin':s(0x1d0),'replace':!![]}),await this['fsi'][s(0x1d2)]({'filePath':k+'.'+l,'content':s(0x1d7),'begin':s(0x1da),'replace':!![]}),await this['fsi'][s(0x1d2)]({'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(0x202),'replace':!![]}),await this[s(0x1ff)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0x1cc),'begin':s(0x1ec),'replace':!![]});g&&(await this[s(0x1ff)][s(0x200)]({'filePath':k+'.'+l,'importName':s(0x1cd),'modulePath':s(0x1cb),'isNamedExport':!![]}),await this[s(0x1ff)]['injectIntoFile']({'filePath':k+'.'+l,'content':s(0x1db),'begin':s(0x1e2),'end':s(0x1d6)}));await this['fsi'][s(0x200)]({'filePath':h,'importName':s(0x1f3),'modulePath':s(0x205),'isNamedExport':!![],'injectAtStart':!![]}),await this[s(0x1ff)][s(0x1d2)]({'filePath':h,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20//\x20If\x20logged\x20in,\x20return\x20documents\x20owned\x20by\x20this\x20user.\x20Otherwise\x20return\x20nothing.\x0a\x20\x20\x20\x20\x20\x20\x20\x20if\x20(this.userId)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20return\x20Meteor.roleAssignment.find({\x20\x27user._id\x27:\x20this.userId\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20[];\x0a\x20\x20\x20\x20\x20\x20','begin':'Meteor.publish','replace':!![]});const m=this[s(0x1ff)][s(0x1e0)]({'pathParts':[s(0x1e3),'startup',s(0x1fd),'index']});await this['fsi'][s(0x200)]({'filePath':m+'.'+l,'importName':s(0x1d1),'modulePath':'meteor/accounts-base','isNamedExport':!![]}),await this[s(0x1ff)][s(0x1d2)]({'filePath':m+'.'+l,'content':s(0x201),'begin':'Meteor.startup','replace':!![]});}catch(n){Log[s(0x1c8)](n),process[s(0x1d9)](0x1);}},async function(){},a116e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a117c(){const z=['6026325DvzfMj','<Routes\x20history={history}/>','17974460drhYez','replaceAll','const\x20Routes','pathFromApp','AuthContext','<AuthProvider>','/imports/startup/client/index','fsi','423067BRloLN','injectAroundString','7PhlxCy','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','create','/imports/startup/client/authentication-provider','true','/imports/startup/lib/authentication-provider','template','useContext','12956shBAxf','engines','6rajlno','5271192vscyue','</AuthProvider>','6861840QNFSnA','18ptdadN','/routes','\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','kit/auth/provider/authentication-provider.js','(((.+)+)+)+$','force','search','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','injectImport','6559746HJgXpZ','split','/imports/startup/client','constructor','ssr','error','bright','\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','REACT','.js','react','provider','AuthProvider','injectIntoCodeBlock','<Routes\x20history={browserHistory}/>','/imports/startup/lib','/imports/startup/server/index','toString','appName'];a117c=function(){return z;};return a117c();}const a117w=a117d;(function(a,b){const u=a117d,c=a();while(!![]){try{const d=parseInt(u(0xa6))/0x1*(-parseInt(u(0xb2))/0x2)+-parseInt(u(0xb6))/0x3*(-parseInt(u(0xb0))/0x4)+-parseInt(u(0xd2))/0x5+parseInt(u(0xbf))/0x6+-parseInt(u(0xa8))/0x7*(-parseInt(u(0xb5))/0x8)+-parseInt(u(0xb3))/0x9+parseInt(u(0x9e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xacca3));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 v=a117d;return a117a[v(0xd0)]()['search'](v(0xba))['toString']()[v(0xc2)](a117a)[v(0xbc)](v(0xba));});a117a();function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x9e;let f=c[d];return f;},a117d(a,b);}import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a117e from'./auth.generator.js';import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a117w(0xaa)]({'name':a117w(0xca),'aliases':['p'],'usage':a117w(0xbd),'shortDesc':a117w(0xa9),'validOpts':[a117w(0xbb)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a117w(0xc7)]},'description':a117w(0xc6)},async function(a,b){const x=a117w;try{const c=b[x(0xbb)]||![];Log[x(0xc5)]('Creating\x20an\x20AuthProvider\x20and\x20AuthContext');const d=this[x(0xa5)]['getMakaProjectConfig'](),f=d[x(0xb1)][x(0xc3)]===x(0xac),g={'name':headerCase(d[x(0xd1)])[x(0x9f)]('-','\x20')},h=f?x(0xce):x(0xc1),i=this['fsi']['pathFromApp']({'pathParts':[h,'','','authentication-provider']});await this['fsi']['withValue'](d,async()=>{const y=x;await this['fsi'][y(0xae)]({'srcPath':y(0xb9),'destPath':i+y(0xc8),'framework':y(0xc9),'context':g,'config':d,'force':c,'ignore':![]});});const j=d['engines']['js'],k=h+x(0xb7),l=k['split']('/'),m=this[x(0xa5)][x(0xa1)]({'pathParts':l});await this[x(0xa5)][x(0xbe)]({'filePath':m+'.'+j,'importName':x(0xa2),'modulePath':f?'/imports/startup/lib/authentication-provider':x(0xab),'isNamedExport':!![]}),await this[x(0xa5)]['injectImport']({'filePath':m+'.'+j,'importName':x(0xaf),'modulePath':x(0xc9),'isNamedExport':!![],'injectAtStart':!![]}),await this[x(0xa5)][x(0xcc)]({'filePath':m+'.'+j,'content':x(0xb8),'begin':[x(0xa0),'function\x20Routes'],'replace':!![]});const n=x(0xa4),o=n[x(0xc0)]('/'),p=this['fsi'][x(0xa1)]({'pathParts':o});await this[x(0xa5)]['injectImport']({'filePath':p+'.'+j,'importName':x(0xcb),'modulePath':f?x(0xad):'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this[x(0xa5)][x(0xa7)]({'filePath':p+'.'+j,'aboveContent':x(0xa3),'belowContent':'</AuthProvider>','targetString':x(0xcd),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=x(0xcf),r=q[x(0xc0)]('/'),s=this[x(0xa5)][x(0xa1)]({'pathParts':r});await this[x(0xa5)]['injectImport']({'filePath':s+'.'+j,'importName':x(0xcb),'modulePath':f?'/imports/startup/lib/authentication-provider':x(0xab),'isNamedExport':!![]}),await this[x(0xa5)][x(0xa7)]({'filePath':s+'.'+j,'aboveContent':x(0xa3),'belowContent':x(0xb4),'targetString':x(0xd3),'indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[x(0xc4)](t),process['exit'](0x1);}},async function(){},a117e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x101;var f=c[d];return f;},a118d(a,b);}function a118c(){var i=['63192MoUoMM','18885GlGbto','5XrRVNb','apply','2526623JbqdwN','52484hjSkoc','474chrLzD','toString','137980bJCmLP','4gLIJmH','659235RfZdhx','search','(((.+)+)+)+$','1134259ApIgcf','99oHqEXR','constructor'];a118c=function(){return i;};return a118c();}(function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(0x105))/0x1*(parseInt(f(0x108))/0x2)+parseInt(f(0x10d))/0x3*(parseInt(f(0x10c))/0x4)+-parseInt(f(0x104))/0x5*(-parseInt(f(0x109))/0x6)+parseInt(f(0x110))/0x7+-parseInt(f(0x103))/0x8+-parseInt(f(0x101))/0x9*(parseInt(f(0x10b))/0xa)+-parseInt(f(0x107))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x26f61));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0x106)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0x10a)]()[h(0x10e)](h(0x10f))[h(0x10a)]()[h(0x102)](a118a)[h(0x10e)](h(0x10f));});a118a();import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a119i=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d
|
|
1
|
+
const a119i=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=parseInt(f(0x205))/0x1*(-parseInt(f(0x1f6))/0x2)+parseInt(f(0x1f4))/0x3*(-parseInt(f(0x206))/0x4)+-parseInt(f(0x1f9))/0x5*(parseInt(f(0x1fe))/0x6)+-parseInt(f(0x202))/0x7+parseInt(f(0x1fc))/0x8+parseInt(f(0x1f5))/0x9*(-parseInt(f(0x207))/0xa)+parseInt(f(0x1f1))/0xb*(parseInt(f(0x1f3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0xdf98d));const a119b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a119d;if(c){const e=c[g(0x1fa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a119a=a119b(this,function(){const h=a119d;return a119a['toString']()[h(0x204)](h(0x1f8))[h(0x1f2)]()[h(0x1fb)](a119a)[h(0x204)]('(((.+)+)+)+$');});a119a();import{Generator}from'../../../generator.js';import a119e from'../kit.js';function a119c(){const k=['toString','4133940nWFnml','3qOaBVV','2979ZFzwLa','2OIRXOG','\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','(((.+)+)+)+$','3350185XPJXgr','apply','constructor','10392392YfWCLH','esri','12frrAjH','/foo','/foo/bar','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','5739475jglHbt','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','search','387307LvXzEG','4481632FOvWaX','36070kdGzzk','Esri\x20Kit\x20generated\x20successfully','maka\x20g:kit:e','143urhsBD'];a119c=function(){return k;};return a119c();}const EsriGen=Generator['create']({'name':a119i(0x1fd),'aliases':['e'],'usage':a119i(0x201),'noNeedResource':!![],'shortDesc':a119i(0x203),'validOpts':[''],'isPro':!![],'examples':[a119i(0x1f0)],'description':a119i(0x1f7)},async function(){const j=a119i;return{'success':!![],'message':j(0x1ef),'details':{'filesCreated':[j(0x200)],'filesUpdated':[j(0x1ff)]}};},async function(){},a119e);function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x1ef;let f=c[d];return f;},a119d(a,b);}export default EsriGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a120s=a120d;(function(a,b){const p=a120d,c=a();while(!![]){try{const d=parseInt(p(0xc4))/0x1*(parseInt(p(0xbf))/0x2)+parseInt(p(0xc2))/0x3+-parseInt(p(0xcf))/0x4+parseInt(p(0xd1))/0x5*(parseInt(p(0xb5))/0x6)+parseInt(p(0xc7))/0x7+parseInt(p(0xc3))/0x8+-parseInt(p(0xaf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x88333));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a120d;if(c){const e=c[q(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const r=a120d;return a120a[r(0xba)]()[r(0xb2)]('(((.+)+)+)+$')['toString']()[r(0xd0)](a120a)[r(0xb2)](r(0xc9));});function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0xa3;let f=c[d];return f;},a120d(a,b);}a120a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import a120e from'./esri.generator.js';function a120c(){const v=['withValue','/imports/ui/hooks','kit/esri/map/','checkNpmPackage','fsi','react','pathFromApp','apply','replaceAll','injectTemplateModule','REACT','Generating\x20a\x20map\x20component','esri-loader','engines','template','<div\x20id=\x22map\x22>','19330893dACNtz','/imports/startup/client/templates','true','search','dir','exit','78YMsNmt','.js','ssr','processAndRunGenerator','error','toString','baseDir','FALSE','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','34lSICOu','</div>','@esri/react-arcgis','2831031LytQJa','698832xvafUV','17027lpsASJ','create','page','7768999QVmTNo','/imports/ui/','(((.+)+)+)+$','split','injectImport','injectIntoFile','\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','map','1018264JnAVmo','constructor','203835iRnAWd'];a120c=function(){return v;};return a120c();}import a120f from'../../../generators/maka.gen.js';import{paramCase,headerCase,pascalCase}from'change-case';import{ClientEngines,SsrEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a120s(0xc5)]({'name':a120s(0xce),'aliases':['m'],'usage':a120s(0xbd),'shortDesc':'Generate\x20an\x20Esri\x20map\x20component','validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a120s(0xa9)],'ssr':SsrEngines[a120s(0xbc)]},'description':a120s(0xcd)},async function(a,b){const t=a120s;try{Log['bright'](t(0xaa));const c='basic-map';await this[t(0xa3)][t(0xd5)]([t(0xc1),t(0xab)],{'shouldInstall':!![]});const d=this[t(0xa3)]['findProjectDirectory'](),f=this[t(0xa3)]['getMakaProjectConfig'](),g=f[t(0xac)][t(0xb7)]===t(0xb1),h=await a120f[t(0xb8)](t(0xc6),[t(0xce)],{'cwd':d,'config':f}),i={'name':headerCase(f['appName'])[t(0xa7)]('-','\x20'),'componentName':pascalCase(c)},j=b[t(0xbb)]?t(0xc8)+b[t(0xbb)]:t(0xd3),k=this[t(0xa3)][t(0xa5)]({'pathParts':[j,b[t(0xb3)],paramCase(c),paramCase(c)]});await this[t(0xa3)][t(0xd2)](f,async()=>{const u=t;await this['fsi'][u(0xad)]({'srcPath':u(0xd4)+c+'.js','destPath':k+u(0xb6),'framework':u(0xa4),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0xb3)]+'/'+c+'/'+c;await this['fsi'][t(0xa8)](c,f,l);const m=h[t(0xca)]('/'),n=this['fsi']['pathFromApp']({'pathParts':m});await this['fsi'][t(0xcb)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?'/imports/startup/lib/templates':t(0xb0),'isNamedExport':!![]}),await this[t(0xa3)][t(0xcc)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+t(0xbe),'begin':[t(0xae),t(0xae)],'end':[t(0xc0)],'replace':!![]});}catch(o){Log[t(0xb9)](o),process[t(0xb4)](0x1);}},async function(){},a120e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a121i=a121d;(function(a,b){const f=a121d,c=a();while(!![]){try{const d=parseInt(f(
|
|
1
|
+
const a121i=a121d;function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a121d(a,b);}function a121c(){const j=['2891728PeELHu','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','constructor','1221660GjufHo','2OgstCq','create','toString','apply','3738115gSSdOL','search','maka\x20g:k','416697NhtDDZ','12417601LUmrtq','4VUcdNB','3305022GOcOSZ','830010opbiIc','maka\x20g:kit','(((.+)+)+)+$'];a121c=function(){return j;};return a121c();}(function(a,b){const f=a121d,c=a();while(!![]){try{const d=parseInt(f(0x1d3))/0x1+-parseInt(f(0x1da))/0x2*(-parseInt(f(0x1cf))/0x3)+-parseInt(f(0x1d1))/0x4*(-parseInt(f(0x1cc))/0x5)+parseInt(f(0x1d2))/0x6+-parseInt(f(0x1d0))/0x7+parseInt(f(0x1d6))/0x8+parseInt(f(0x1d9))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0xf1da8));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a121d;if(c){const e=c[g(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const h=a121d;return a121a['toString']()[h(0x1cd)](h(0x1d5))[h(0x1dc)]()[h(0x1d8)](a121a)[h(0x1cd)](h(0x1d5));});a121a();import{Generator}from'../../generator.js';const KitGen=Generator[a121i(0x1db)]({'name':'kit','aliases':['k'],'usage':'maka\x20{generate,\x20g}:{kit}\x20<name>','shortDesc':a121i(0x1d7),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a121i(0x1d4),a121i(0x1ce)]},async function(){});export default KitGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a122c(){var i=['toString','255702QcGAgT','24899784iOMdmx','280182JAyvAS','apply','52385ZDcWwD','(((.+)+)+)+$','436FBfduO','search','882194ORsFVj','3342074EZvWJM','9728810yhcGyH'];a122c=function(){return i;};return a122c();}(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x136))/0x1+-parseInt(f(0x137))/0x2+parseInt(f(0x130))/0x3+-parseInt(f(0x134))/0x4*(parseInt(f(0x132))/0x5)+-parseInt(f(0x12e))/0x6+parseInt(f(0x138))/0x7+parseInt(f(0x12f))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xd1700));function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x12e;var f=c[d];return f;},a122d(a,b);}var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a['toString']()[h(0x135)](h(0x133))[h(0x139)]()['constructor'](a122a)[h(0x135)](h(0x133));});a122a();import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a123J=a123d;(function(a,b){const G=a123d,c=a();while(!![]){try{const d=parseInt(G(0x147))/0x1*(parseInt(G(0x15a))/0x2)+-parseInt(G(0x15d))/0x3+parseInt(G(0x14a))/0x4+parseInt(G(0x165))/0x5+-parseInt(G(0x146))/0x6+-parseInt(G(0x15b))/0x7*(parseInt(G(0x16d))/0x8)+parseInt(G(0x170))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x5ab2f));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const H=a123d;if(c){const e=c[H(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const I=a123d;return a123a['toString']()[I(0x142)](I(0x15f))[I(0x143)]()[I(0x159)](a123a)[I(0x142)](I(0x15f));});a123a();import{Generator}from'../../../generator.js';function a123c(){const N=['fsi','kit/mui/auth/password-reset/','injectTemplateModule','83720kcUwwJ','basic-login-page','REACT','3222252gkHuyy','split','authType','Custom\x20(roll\x20your\x20own)','appName','create','custom','AuthContext','engines','apply','.js','basic-register-page','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','findProjectDirectory','log','true','login','injectImport','search','toString','react','basic-logout-page','1460028UzRLuQ','33477JTAvWi','force','/imports/startup/lib/authentication-provider','109836HveUrc','kit/mui/auth/logout/','dir','layouts','options','kit:auth:provider','basic-password-reset-page','/imports/startup/client/authentication-provider','/imports/ui/pages/auth','route','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','pathFromApp','forgot-password','basic-forgot-password-page','auth','constructor','34VAFskz','147yppCai','meteor','829410qLPTKj','kit/mui/auth/forgot-password/','(((.+)+)+)+$','baseDir','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','logout','Cleaning\x20up...','template','782400ghbskp','maka\x20g:k:m:f','kit:auth:meteor','kit/mui/auth/register/','processAndRunGenerator'];a123c=function(){return N;};return a123c();}import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a123e from'../../../generators/maka.gen.js';import a123f from'./mui.generator.js';import{paramCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x132;let f=c[d];return f;},a123d(a,b);}Generator[a123J(0x135)]({'name':a123J(0x158),'aliases':['a'],'usage':a123J(0x154),'shortDesc':a123J(0x13c),'validOpts':[a123J(0x14d),a123J(0x148)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines['MATERIAL'],'client':ClientEngines[a123J(0x16f)]},'examples':['maka\x20generate:kit:mui:frame',a123J(0x166)],'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=a123J;try{const c=b[K(0x148)]||![],d=this[K(0x16a)][K(0x13d)](),f=this[K(0x16a)]['getMakaProjectConfig'](),{authType:g}=await Actions[K(0x14e)]({'type':'list','name':K(0x132),'message':K(0x161),'choices':[{'name':'Meteor\x20Accounts','value':K(0x15c)},{'name':K(0x133),'value':K(0x136)}]}),h='basic-login-page',i=K(0x145),j=K(0x13b),k='basic-password-reset-page',l=K(0x157),m=b['baseDir']?'/imports/ui/'+b[K(0x160)]:K(0x152),n=this[K(0x16a)][K(0x155)]({'pathParts':[m,b[K(0x14c)],paramCase(h),paramCase(h)]}),o=this[K(0x16a)][K(0x155)]({'pathParts':[m,b[K(0x14c)],paramCase(i),paramCase(i)]}),p=this[K(0x16a)]['pathFromApp']({'pathParts':[m,b[K(0x14c)],paramCase(j),paramCase(j)]}),q=this[K(0x16a)][K(0x155)]({'pathParts':[m,b[K(0x14c)],paramCase(k),paramCase(k)]}),r=this['fsi'][K(0x155)]({'pathParts':[m,b[K(0x14c)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[K(0x134)])['replaceAll']('-','\x20')};await this['fsi']['withValue'](f,async()=>{const L=K;await this['fsi']['template']({'srcPath':'kit/mui/auth/login/'+h+L(0x13a),'destPath':n+'.js','framework':L(0x144),'context':s,'config':f,'force':c,'ignore':![]}),await this['fsi'][L(0x164)]({'srcPath':L(0x14b)+i+L(0x13a),'destPath':o+L(0x13a),'framework':L(0x144),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x16a)][L(0x164)]({'srcPath':L(0x168)+j+'.js','destPath':p+L(0x13a),'framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this['fsi']['template']({'srcPath':L(0x16b)+k+'.js','destPath':q+L(0x13a),'framework':L(0x144),'context':s,'config':f,'force':c,'ignore':![]}),await this[L(0x16a)][L(0x164)]({'srcPath':L(0x15e)+l+L(0x13a),'destPath':r+L(0x13a),'framework':L(0x144),'context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[K(0x14c)]+'/'+h+'/'+h;await this['fsi'][K(0x16c)](h,f,t);const u=''+m+b[K(0x14c)]+'/'+i+'/'+i;await this[K(0x16a)][K(0x16c)](i,f,u);const v=''+m+b[K(0x14c)]+'/'+j+'/'+j;await this[K(0x16a)]['injectTemplateModule'](j,f,v);const w=''+m+b[K(0x14c)]+'/'+k+'/'+k;await this['fsi'][K(0x16c)](k,f,w);const x=''+m+b[K(0x14c)]+'/'+l+'/'+l;await this[K(0x16a)][K(0x16c)](l,f,x),await a123e[K(0x169)]('route',[K(0x16e)],{'url':K(0x140),'cwd':d,'config':f}),await a123e[K(0x169)](K(0x153),[K(0x145)],{'url':K(0x162),'private':!![],'cwd':d,'config':f}),await a123e[K(0x169)]('route',[K(0x13b)],{'url':'register','cwd':d,'config':f}),await a123e[K(0x169)](K(0x153),[K(0x150)],{'url':'reset-password/:token','cwd':d,'config':f}),await a123e['processAndRunGenerator'](K(0x153),[K(0x157)],{'url':K(0x156),'cwd':d,'config':f});g===K(0x15c)&&await a123e[K(0x169)](K(0x167),[],{'force':c,'cwd':d,'config':f});g==='custom'&&await a123e['processAndRunGenerator'](K(0x14f),[],{'force':c,'cwd':d,'config':f});const y=f['engines']['ssr']===K(0x13f),z=f[K(0x138)]['js'],A=this[K(0x16a)][K(0x155)]({'pathParts':t[K(0x171)]('/')});await this[K(0x16a)][K(0x141)]({'filePath':A+'.'+z,'importName':K(0x137),'modulePath':y?'/imports/startup/lib/authentication-provider':'/imports/startup/client/authentication-provider','isNamedExport':!![]});const B=this[K(0x16a)][K(0x155)]({'pathParts':u[K(0x171)]('/')});await this[K(0x16a)][K(0x141)]({'filePath':B+'.'+z,'importName':K(0x137),'modulePath':y?K(0x149):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const C=this[K(0x16a)][K(0x155)]({'pathParts':v[K(0x171)]('/')});await this[K(0x16a)][K(0x141)]({'filePath':C+'.'+z,'importName':K(0x137),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0x151),'isNamedExport':!![]});const D=this[K(0x16a)][K(0x155)]({'pathParts':w[K(0x171)]('/')});await this[K(0x16a)]['injectImport']({'filePath':D+'.'+z,'importName':K(0x137),'modulePath':y?'/imports/startup/lib/authentication-provider':K(0x151),'isNamedExport':!![]});const E=this[K(0x16a)][K(0x155)]({'pathParts':x[K(0x171)]('/')});await this[K(0x16a)]['injectImport']({'filePath':E+'.'+z,'importName':K(0x137),'modulePath':y?K(0x149):K(0x151),'isNamedExport':!![]});}catch(F){Log['error'](F);}},async function(){const M=a123J;console[M(0x13e)](M(0x163));},a123f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a124E=a124d;(function(a,b){const B=a124d,c=a();while(!![]){try{const d=-parseInt(B(0x1ae))/0x1*(parseInt(B(0x1cc))/0x2)+parseInt(B(0x1d6))/0x3+-parseInt(B(0x1cf))/0x4+parseInt(B(0x1ea))/0x5*(-parseInt(B(0x1bf))/0x6)+parseInt(B(0x1aa))/0x7+-parseInt(B(0x1b1))/0x8*(-parseInt(B(0x1b3))/0x9)+-parseInt(B(0x1c9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x7af0d));function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a124d(a,b);}const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a124d;if(c){const e=c[C(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const D=a124d;return a124a[D(0x1a8)]()[D(0x1e0)](D(0x1ec))['toString']()[D(0x1d9)](a124a)['search']('(((.+)+)+)+$');});a124a();import{Generator}from'../../../generator.js';function a124c(){const I=['{props.children}','injectImport','test','dir','-hook\x22>','1573380suzBcX','\x20/>\x0a','No\x20layouts\x20selected','constructor','engines','/imports/ui/','basic-sticky-footer','</div>','MATERIAL','basic-drawer','search','true','/imports/startup/client/templates','replaceAll','Cleaning\x20up...','baseDir','tsx','injectTemplateModule','fsi','{\x20this.props.children\x20}','685zvRQza','getMakaProjectConfig','(((.+)+)+)+$','maka:react-tracker','jsx','create','template','pathFromApp','{\x20props.children\x20}','toString','withValue','4303348LyCxAp','Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','checkbox','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','1PnpyBL','maka\x20generate:kit:mui:frame','@mui/material/Box','24qQElCW','/imports/ui/components','1980675JkiLcB','getDirectories','length','kit/mui/frame/drawers/','/imports/startup/lib/templates','<div\x20id=\x22','injectIntoFile','react','force','injectAroundString','join','options','162DdeIDX','layouts','.js','error','Container','</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','session','Box','@mui/material/Container','app-tests','7323960biGosf','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','log','700646NiDHXj','{this.props.children}','tests','837864gdFzFv','apply'];a124c=function(){return I;};return a124c();}import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a124e from'path';import a124f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124E(0x1ef)]({'name':'frame','aliases':['f'],'usage':'maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','shortDesc':a124E(0x1ca),'validOpts':['layouts','baseDir','dir',a124E(0x1bb)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a124E(0x1de)],'client':ClientEngines['REACT']},'examples':[a124E(0x1af),'maka\x20g:k:m:f'],'description':a124E(0x1ad)},async function(a,b){const F=a124E;try{const c=b[F(0x1bb)]||![],d='basic-app-bar',f=F(0x1df),g=F(0x1dc),h=this['fsi'][F(0x1eb)](),i=h[F(0x1da)]['ssr']===F(0x1e1);await this[F(0x1e8)]['checkMeteorPackage']([F(0x1c5),F(0x1ed)],{'shouldInstall':!![]});const j=this[F(0x1e8)]['findAppDirectory'](),k=a124e[F(0x1bd)](j,'imports','ui','layouts'),l=this[F(0x1e8)][F(0x1b4)](k),m=await Actions[F(0x1be)]({'type':F(0x1ac),'name':'layouts','message':F(0x1ab),'choices':l});if(m[F(0x1c0)][F(0x1b5)]===0x0){Log[F(0x1c2)](F(0x1d8));return;}const n=b[F(0x1e5)]?F(0x1db)+b[F(0x1e5)]:F(0x1b2),o=this[F(0x1e8)][F(0x1f1)]({'pathParts':[n,b[F(0x1d4)],paramCase(d),paramCase(d)]}),p=this[F(0x1e8)][F(0x1f1)]({'pathParts':[n,b[F(0x1d4)],paramCase(f),paramCase(f)]}),q=this[F(0x1e8)][F(0x1f1)]({'pathParts':[n,b[F(0x1d4)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h['appName'])[F(0x1e3)]('-','\x20')};await this['fsi'][F(0x1a9)](h,async()=>{const G=F;await this[G(0x1e8)][G(0x1f0)]({'srcPath':'kit/mui/frame/app-bars/'+d+'.js','destPath':o+G(0x1c1),'framework':G(0x1ba),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x1e8)][G(0x1f0)]({'srcPath':G(0x1b6)+f+'.js','destPath':p+'.js','framework':G(0x1ba),'context':r,'config':h,'force':c,'ignore':![]}),await this[G(0x1e8)][G(0x1f0)]({'srcPath':'kit/mui/frame/footers/'+g+G(0x1c1),'destPath':q+G(0x1c1),'framework':G(0x1ba),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b[F(0x1d4)]+'/'+d+'/'+d;await this[F(0x1e8)][F(0x1e7)](d,h,s);const t=''+n+b[F(0x1d4)]+'/'+f+'/'+f;await this['fsi'][F(0x1e7)](f,h,t);const u=''+n+b[F(0x1d4)]+'/'+g+'/'+g;await this[F(0x1e8)][F(0x1e7)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[F(0x1e8)]['getFiles'](a124e[F(0x1bd)](k,w),{'extensions':[F(0x1ee),F(0x1e6)],'omit':[F(0x1c8),F(0x1ce),F(0x1d3)]});for(const y of x){const z=a124e[F(0x1bd)](k,w,y);await this[F(0x1e8)][F(0x1d2)]({'filePath':z,'importName':F(0x1c6),'modulePath':F(0x1b0),'isNamedExport':![]}),await this[F(0x1e8)][F(0x1d2)]({'filePath':z,'importName':F(0x1c3),'modulePath':F(0x1c7),'isNamedExport':![]}),await this[F(0x1e8)]['injectImport']({'filePath':z,'importName':pascalCase(d),'modulePath':i?F(0x1b7):'/imports/startup/client/templates','isNamedExport':!![]}),await this['fsi'][F(0x1b9)]({'filePath':z,'content':'<'+pascalCase(d)+F(0x1d7),'begin':[F(0x1b8)+w+'\x22>',F(0x1b8)+w+'-hook\x22>'],'end':['{this.props.children}',F(0x1e9),F(0x1d1),F(0x1f2)]}),await this['fsi']['injectImport']({'filePath':z,'importName':pascalCase(f),'modulePath':i?F(0x1b7):'/imports/startup/client/templates','isNamedExport':!![]}),await this['fsi'][F(0x1b9)]({'filePath':z,'content':'<'+pascalCase(f)+F(0x1d7),'begin':[F(0x1b8)+w+'\x22>',F(0x1b8)+w+F(0x1d5)],'end':[F(0x1cd),F(0x1e9),F(0x1d1),F(0x1f2)]}),await this[F(0x1e8)][F(0x1b9)]({'filePath':z,'content':'<'+pascalCase(g)+F(0x1d7),'begin':['{this.props.children}',F(0x1e9),F(0x1d1),F(0x1f2)],'end':[F(0x1dd)]}),await this['fsi'][F(0x1d2)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?F(0x1b7):F(0x1e2),'isNamedExport':!![]}),await this[F(0x1e8)][F(0x1bc)]({'filePath':z,'aboveContent':'<Box\x20style={{\x20display:\x20\x27flex\x27,\x20flexDirection:\x20\x27column\x27,\x20minHeight:\x20\x27calc(100vh\x20-\x20157px)\x27\x20}}>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20<Container\x20component=\x22main\x22>','belowContent':F(0x1c4),'targetString':[F(0x1cd),'{\x20this.props.children\x20}','{props.children}',F(0x1f2)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[F(0x1c2)](A);}},async function(){const H=a124E;console[H(0x1cb)](H(0x1e4));},a124f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a125i=a125d;(function(a,b){const g=a125d,c=a();while(!![]){try{const d=-parseInt(g(0xe3))/0x1+parseInt(g(0xce))/0x2*(parseInt(g(0xde))/0x3)+parseInt(g(0xcd))/0x4+-parseInt(g(0xdd))/0x5*(-parseInt(g(0xd8))/0x6)+parseInt(g(0xe4))/0x7*(-parseInt(g(0xcc))/0x8)+parseInt(g(0xd3))/0x9+-parseInt(g(0xcf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xacfc2));function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xcb;let f=c[d];return f;},a125d(a,b);}const a125b=(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;};}()),a125a=a125b(this,function(){const h=a125d;return a125a[h(0xda)]()['search'](h(0xdf))[h(0xda)]()['constructor'](a125a)[h(0xe1)]('(((.+)+)+)+$');});function a125c(){const k=['45bHGmBa','3gCsyzt','(((.+)+)+)+$','No\x20MUI\x20kits\x20selected.\x20Exiting.','search','processAndRunGenerator','194831INKrDQ','8598933asGcRS','maka\x20g:kit:m','kit:mui:auth','info','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','findProjectDirectory','checkbox','Material-UI\x20Kit','getMakaProjectConfig','options','8SyUumC','5513380QwzcYX','979078KLfcov','1206590pIvXJG','\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','frame','Header,\x20Footer,\x20and\x20Drawer','1434924lMrhdG','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','fsi','auth','includes','150090fEAmOE','create','toString','mui','length'];a125c=function(){return k;};return a125c();}a125a();import{Generator}from'../../../generator.js';import{Actions}from'../../../tools/actions/actions.class.js';import{Log}from'../../../tools/log/log.class.js';import a125e from'../../../generators/maka.gen.js';import a125f from'../kit.js';const MuiGen=Generator[a125i(0xd9)]({'name':a125i(0xdb),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','noNeedResource':!![],'shortDesc':a125i(0xeb),'validOpts':[''],'isPro':!![],'examples':[a125i(0xe5)]},async function(){const j=a125i;Log[j(0xe7)](j(0xd4)),Log['notice'](j(0xd0));const {kitChoices:a}=await Actions[j(0xcb)]({'type':j(0xea),'name':'kitChoices','message':'Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','choices':[{'name':j(0xd2),'value':j(0xd1)},{'name':j(0xe8),'value':j(0xd6)}]}),b=this[j(0xd5)][j(0xe9)](),c=this[j(0xd5)][j(0xec)]();a['includes'](j(0xd1))&&await a125e[j(0xe2)]('kit:mui:frame',[],{'force':!![],'cwd':b,'config':c});a[j(0xd7)](j(0xd6))&&await a125e[j(0xe2)](j(0xe6),[],{'force':!![],'cwd':b,'config':c});if(a[j(0xdc)]===0x0){Log[j(0xe7)](j(0xe0));return;}},async function(){},a125f);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-
|
|
1
|
+
const a126o=a126d;function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x64;let f=c[d];return f;},a126d(a,b);}(function(a,b){const l=a126d,c=a();while(!![]){try{const d=parseInt(l(0x7f))/0x1*(-parseInt(l(0x6e))/0x2)+-parseInt(l(0x97))/0x3+parseInt(l(0x89))/0x4+-parseInt(l(0x8f))/0x5+-parseInt(l(0x7e))/0x6*(-parseInt(l(0x8e))/0x7)+-parseInt(l(0x66))/0x8*(parseInt(l(0x86))/0x9)+-parseInt(l(0x67))/0xa*(-parseInt(l(0x9b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x8718b));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a126d;if(c){const e=c[m(0x64)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const n=a126d;return a126a[n(0x68)]()[n(0x8b)](n(0x71))[n(0x68)]()['constructor'](a126a)['search']('(((.+)+)+)+$');});a126a();import a126e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a126c(){const r=['injectAtBeginningOfFile','client','fsi','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','installNpmPackage','withValue','withHook','565074pQYywM','injectTemplateModule','theme','ssr','11ebUccb','dir','warn','true','apply','findAppDirectory','243472aqMgxN','13424480fSWclK','toString','relative','css','template/template.css','engines','fileName','4DAECYG','.css','template','(((.+)+)+)+$','withHooks','ramda','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','checkNpmPackage','string','react','none','assign','maka\x20g:layout\x20mobile/iPhone8','setTemplate','api','getMakaProjectConfig','18cpAQMC','141353pzCdKS','withTranslations','create','className','import\x20\x27./','resourceName','.app-tests.js','36EIUvZG','graphql','split','1739456GwKqVg','includes','search','test','features','746725USCQFd','4755910gSTppI'];a126c=function(){return r;};return a126c();}import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator[a126o(0x81)]({'name':'layout','aliases':aliases,'usage':'maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','shortDesc':'Scaffolding\x20for\x20a\x20React\x20Layout.','validOpts':[a126o(0x96)],'examples':[a126o(0x7a),'maka\x20g:l\x20web/safari']},async function(a,b){const p=a126o,c='/imports/ui/layouts',d=this['fsi'][p(0x65)](),e=this[p(0x92)]['pathFromApp']({'pathParts':[c,b['dir'],paramCase(b[p(0x84)]),paramCase(b[p(0x84)])]}),f=this[p(0x92)][p(0x7d)]();await this[p(0x92)][p(0x95)](f,async()=>{const q=p;typeof f[q(0x70)][q(0x8c)]===q(0x76)&&(f['template']['test']=f['template'][q(0x8c)]==='true'?!![]:![],this['fsi']['setTemplate'](q(0x8c),f[q(0x70)][q(0x8c)]));typeof f['template'][q(0x6a)]===q(0x76)&&(f['template'][q(0x6a)]=f[q(0x70)]['css']===q(0x9e)?!![]:![],this['fsi'][q(0x7b)]('css',f['template']['css']));typeof f[q(0x70)]['js']===q(0x76)&&(f[q(0x70)]['js']=f[q(0x70)]['js']===q(0x9e)?!![]:![],this[q(0x92)][q(0x7b)]('js',f[q(0x70)]['js']));!f[q(0x8d)]&&(f[q(0x8d)]={});const g=b['_']?b['_'][0x0][q(0x88)](':')[0x1]:![],h=b['_']&&aliases[q(0x8a)](g);h&&!this[q(0x75)]('ramda')&&(Log[q(0x9d)](q(0x74)),this[q(0x92)][q(0x94)](q(0x73),{'cwd':d}));if(h&&!this['checkNpmPackage'](q(0x77))){Log[q(0x9d)](q(0x93));return;}const i={'name':pascalCase(b['resourceName']),'myPath':a126e[q(0x69)](this[q(0x92)]['pathFromProject']({}),e),'cssCaseName':paramCase(b[q(0x84)]),'className':pascalCase(b[q(0x84)]),'camelCaseName':camelCase(b[q(0x84)]),'fileName':paramCase(b[q(0x84)]),'graphql':f[q(0x6c)][q(0x87)],'features':f[q(0x8d)],'client':f[q(0x6c)][q(0x91)],'api':f['engines'][q(0x7c)],'ssr':f[q(0x6c)][q(0x9a)],'test':f['engines']['test'],'theme':f[q(0x6c)][q(0x99)],'isComponent':![],'isLayout':!![],'withTranslations':f[q(0x8d)][q(0x80)]};f[q(0x8d)]?.[q(0x72)]||b[q(0x96)]?await this['fsi']['template']({'srcPath':'hook/hook.js','destPath':e+'.js','framework':q(0x77),'context':i,'config':f}):await this[q(0x92)]['template']({'srcPath':'component/component.js','destPath':e+'.js','framework':q(0x77),'context':i,'config':f});f[q(0x6c)][q(0x8c)]!==q(0x78)&&await this[q(0x92)][q(0x70)]({'srcPath':'test/test.js','destPath':e+q(0x85),'framework':'react','context':i,'config':f});f[q(0x70)]['css']&&(await this[q(0x92)][q(0x70)]({'srcPath':q(0x6b),'destPath':e+q(0x6f),'context':Object[q(0x79)]({},i,{'className':paramCase(b[q(0x84)])}),'config':f}),await this['fsi'][q(0x90)]({'filePath':e+'.'+f[q(0x6c)]['js'],'content':q(0x83)+i['fileName']+'.'+f[q(0x6c)][q(0x6a)]+'\x27;'}));const j=b['dir']?'/'+b[q(0x9c)]+'/':'/',k=''+c+j+i[q(0x6d)]+'/'+i[q(0x6d)];await this[q(0x92)][q(0x98)](i[q(0x82)],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d
|
|
1
|
+
const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0xf9))/0x1+-parseInt(f(0xea))/0x2*(-parseInt(f(0xfc))/0x3)+parseInt(f(0xf4))/0x4+parseInt(f(0xf6))/0x5+parseInt(f(0xf7))/0x6*(parseInt(f(0xf8))/0x7)+-parseInt(f(0xfe))/0x8*(parseInt(f(0xf2))/0x9)+parseInt(f(0xf5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x27c14));function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xea;let f=c[d];return f;},a127d(a,b);}const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0xfd)]()[h(0xff)](h(0xee))[h(0xfd)]()[h(0xfb)](a127a)[h(0xff)](h(0xee));});a127a();import{Generator}from'../generator.js';function a127c(){const j=['1541150FxsdVk','224040OxlsrR','12mUWKaY','85288oBTsAD','49241PmXiSo','apply','constructor','3NXlTlF','toString','530336STgwuc','search','269286NGTcNK','maka\x20g:scaffold\x20todos','maka\x20generate:scaffold\x20todos','maka\x20g:package\x20package:name','(((.+)+)+)+$','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:template\x20todos/todo_item','generate','27TcjhlH','maka\x20g:dbc\x20geoserver\x20--type=pgsql','212076jNnbNN'];a127c=function(){return j;};return a127c();}const MakaGen=new Generator({'name':a127i(0xf1),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a127i(0xef),'examples':[a127i(0xec),a127i(0xeb),a127i(0xf0),a127i(0xed),'maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks',a127i(0xf3)]},function(){});export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d
|
|
1
|
+
const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x137))/0x1*(-parseInt(j(0x126))/0x2)+parseInt(j(0x12d))/0x3+-parseInt(j(0x125))/0x4*(parseInt(j(0x12c))/0x5)+-parseInt(j(0x13c))/0x6*(parseInt(j(0x13d))/0x7)+-parseInt(j(0x13a))/0x8+-parseInt(j(0x13b))/0x9*(-parseInt(j(0x12a))/0xa)+parseInt(j(0x142))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x2f398));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a[l(0x138)]()[l(0x135)]('(((.+)+)+)+$')[l(0x138)]()['constructor'](a128a)['search'](l(0x127));});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x120;let f=c[d];return f;},a128d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator['create']({'name':a128m(0x12f),'aliases':['m'],'usage':a128m(0x120),'checkWhere':!![],'shortDesc':a128m(0x141),'validOpts':[a128m(0x128)],'examples':['maka\x20g:method\x20todos']},async function(a,b){const n=a128m;try{const c=this[n(0x132)]['getMakaProjectConfig']();await this[n(0x132)][n(0x133)](c,async()=>{const o=n,d=paramCase(b[o(0x136)]),f={'name':b['resourceName'],'fileName':d,'className':pascalCase(b[o(0x136)]),'camelCase':camelCase(b[o(0x136)]),'noRename':!![]};let g='js';c[o(0x130)]['js']===o(0x123)&&(g='ts');await this[o(0x132)]['checkMeteorPackage']([o(0x131),'ddp-rate-limiter',o(0x140)],{'shouldInstall':!![]}),await this[o(0x132)][o(0x12b)]({'srcPath':o(0x124),'destPath':this[o(0x132)]['pathFromApp']({'pathParts':[o(0x13e),o(0x12e),b[o(0x139)],'methods',b[o(0x128)],d+o(0x129)+g]}),'context':f,'config':c});const h=b[o(0x128)]?'/'+b[o(0x128)]+'/':'/',i=this[o(0x132)][o(0x143)]({'pathParts':[o(0x13e),o(0x12e),b[o(0x139)],o(0x145)+c['engines']['js']]});await this[o(0x132)][o(0x13f)]({'filePath':i,'content':o(0x144)+h+d+o(0x122)});});}catch(d){Log[n(0x134)](d);}});function a128c(){const p=['apply','-rpc-method\x27;','tsx','method/method.js','4AoSRVZ','347864FbOVoQ','(((.+)+)+)+$','dir','-rpc-method.','277390IQKxXk','template','1459965eBOiSO','345720RvWJNW','startup','method','engines','maka:check','fsi','withValue','error','search','resourceName','2yZPLmC','toString','appPathPrefix','2998296aFlzJF','27yRSBfd','5118rTmBgS','1442JGlZjH','imports','injectAtEndOfFile','mdg:validated-method','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','13038707zyoRly','pathFromApp','import\x20\x27./methods','index.','maka\x20{generate,\x20g}:{method,\x20m}\x20name'];a128c=function(){return p;};return a128c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a129o=a129d;function a129c(){const r=['graphql','component','store','205552nQAwUa','package.js','99PVvibR','168YYEzFc','package/','create','search','dir','packages','474264dmOdiq','package/package.js','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','resourceName','443585FOoDqt','576BfhxAs','toString','tests/server','template','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','client','withValue','45YTiqvc','8414UCOnQB','tests/client','fsi','65034FABMuA','theme','engines','pathFromApp','features','layout','package','apply','getMakaProjectConfig','hasOwnProperty','2jCUtzF','.js','ssr','constructor','3933610LAlQcI','7835MTzaKX','maka\x20g:package\x20todos:package','noRename','(((.+)+)+)+$'];a129c=function(){return r;};return a129c();}(function(a,b){const l=a129d,c=a();while(!![]){try{const d=-parseInt(l(0x198))/0x1+parseInt(l(0x17f))/0x2*(-parseInt(l(0x175))/0x3)+parseInt(l(0x18e))/0x4*(parseInt(l(0x184))/0x5)+-parseInt(l(0x199))/0x6*(-parseInt(l(0x172))/0x7)+-parseInt(l(0x18b))/0x8*(parseInt(l(0x171))/0x9)+parseInt(l(0x183))/0xa+-parseInt(l(0x18d))/0xb*(-parseInt(l(0x194))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x52294));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a129d;if(c){const e=c[m(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const n=a129d;return a129a[n(0x19a)]()[n(0x191)](n(0x187))['toString']()[n(0x182)](a129a)[n(0x191)]('(((.+)+)+)+$');});a129a();import a129e from'path';import{Generator}from'../generator.js';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x16e;let f=c[d];return f;},a129d(a,b);}import{camelCase,paramCase,pascalCase}from'change-case';Generator[a129o(0x190)]({'name':a129o(0x17b),'aliases':['p'],'usage':a129o(0x196),'shortDesc':a129o(0x16e),'validOpts':[a129o(0x192)],'examples':[a129o(0x185)]},async function(a,b){const p=a129o,c=paramCase(b[p(0x197)]),d=this[p(0x174)][p(0x178)]({'pathParts':[p(0x193),b[p(0x192)],c]}),e=this[p(0x174)]['pathFromAppWithNoReWrite']({'pathParts':[p(0x193),b[p(0x192)],c,p(0x18c)]}),f=this[p(0x174)][p(0x17d)]();await this[p(0x174)][p(0x170)](f,async()=>{const q=p,g={'name':paramCase(b[q(0x197)]),'myPath':a129e['relative'](this[q(0x174)]['pathFromProject']({}),d),'cssCaseName':paramCase(b[q(0x197)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[q(0x197)]),'fileName':c,'client':f[q(0x177)][q(0x16f)],'graphql':f[q(0x177)][q(0x188)],'ssr':f[q(0x177)][q(0x181)],'isComponent':b['hasOwnProperty'](q(0x189)),'isLayout':b[q(0x17e)](q(0x17a)),'isStore':b[q(0x17e)](q(0x18a)),'features':f[q(0x179)],'noRename':!![],'theme':f[q(0x177)][q(0x176)]};await this[q(0x174)]['template']({'srcPath':q(0x195),'destPath':e,'context':g,'config':f}),g[q(0x186)]=![];const h=d+'/client/'+c+q(0x180);await this['fsi'][q(0x19c)]({'srcPath':'template/template.js','destPath':h,'context':g,'config':f});const i=['lib','server',q(0x173),q(0x19b)];for(const j of i){const k=d+'/'+j+'/'+c+q(0x180);await this[q(0x174)][q(0x19c)]({'srcPath':q(0x18f)+j+'/package.js','destPath':k,'context':g,'config':f});}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d
|
|
1
|
+
const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=parseInt(j(0x14d))/0x1*(-parseInt(j(0x145))/0x2)+parseInt(j(0x150))/0x3+-parseInt(j(0x136))/0x4*(-parseInt(j(0x13c))/0x5)+-parseInt(j(0x123))/0x6+parseInt(j(0x147))/0x7+parseInt(j(0x15a))/0x8+parseInt(j(0x127))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x8d0de));function a130c(){const p=['true','(((.+)+)+)+$','790dQEwGy','apply','2911811OOWMEq','layouts','theme','relative','hooks','Updating\x20npm\x20packages\x20...','2513wlbYhD','root','vanilla','55521UCdodt','react','injectAtBeginningOfFile','injectTemplateModule','graphql','Generate\x20a\x20page.','fileName','test/test.js','import\x20\x27./','none','5670784TMBuEf','hook/hook.js','constructor','engines','html','.css','css','pathFromApp','template/template.css','page','setTemplate','search','features','warn','assign','4299108eUSurT','withTranslations','pages','withHooks','5899671qOlczg','/imports/ui/pages','fsi','baseDir','\x27;\x0a','client','checkNpmPackage','ramda','resourceName','installNpmPackage','component/component.js','test','route','store','className','1312VDvGjf','maka\x20g:page\x20todos/todos-item','withHook','ssr','components','dir','7440jyIOmX','component','hasOwnProperty','.app-tests.js','processAndRunGenerator','string','template'];a130c=function(){return p;};return a130c();}const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a['toString']()[l(0x11f)](l(0x144))['toString']()[l(0x15c)](a130a)[l(0x11f)](l(0x144));});a130a();import a130e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import a130f from'../generators/maka.gen.js';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x11b;let f=c[d];return f;},a130d(a,b);}import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['p'];Generator['create']({'name':a130m(0x11d),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','shortDesc':a130m(0x155),'validOpts':[{'name':a130m(0x12a),'values':[a130m(0x14b),a130m(0x13a),a130m(0x125),a130m(0x148)]},{'name':'withHook','boolFlag':!![]}],'examples':[a130m(0x137)]},async function(a,b){const n=a130m,c=b['baseDir']?'/imports/ui/'+b[n(0x12a)]:n(0x128),d=this[n(0x129)]['findAppDirectory'](),e=this[n(0x129)][n(0x11b)]({'pathParts':[c,b['dir'],paramCase(b[n(0x12f)]),paramCase(b[n(0x12f)])]}),f=this[n(0x129)]['getMakaProjectConfig']();let g='';return await this['fsi']['withValue'](f,async()=>{const o=n;typeof f[o(0x142)][o(0x15e)]===o(0x141)&&(f[o(0x142)][o(0x15e)]=f[o(0x142)][o(0x15e)]==='true'?!![]:![],this[o(0x129)][o(0x11e)]('html',f[o(0x142)][o(0x15e)]));typeof f['template'][o(0x132)]===o(0x141)&&(f[o(0x142)][o(0x132)]=f[o(0x142)][o(0x132)]==='true'?!![]:![],this['fsi'][o(0x11e)](o(0x132),f[o(0x142)][o(0x132)]));typeof f[o(0x142)][o(0x160)]===o(0x141)&&(f['template'][o(0x160)]=f[o(0x142)]['css']==='true'?!![]:![],this['fsi'][o(0x11e)](o(0x160),f[o(0x142)][o(0x160)]));typeof f[o(0x142)]['js']===o(0x141)&&(f[o(0x142)]['js']=f[o(0x142)]['js']===o(0x143)?!![]:![],this[o(0x129)]['setTemplate']('js',f[o(0x142)]['js']));!f['features']&&(f['features']={});!b[o(0x14e)]&&!this[o(0x129)][o(0x12d)](o(0x12e))&&(Log[o(0x121)](o(0x14c)),this[o(0x129)][o(0x130)]('ramda',{'cwd':d}));const h={'name':pascalCase(b[o(0x12f)]),'myPath':a130e[o(0x14a)](this['fsi']['pathFromProject']({}),e),'cssCaseName':paramCase(b['resourceName']),'className':pascalCase(b[o(0x12f)]),'camelCaseName':camelCase(b['resourceName']),'fileName':paramCase(b[o(0x12f)]),'graphql':f['engines'][o(0x154)],'features':f[o(0x120)],'client':f[o(0x15d)]['client'],'api':f[o(0x15d)]['api'],'ssr':f['engines'][o(0x139)],'isStore':b[o(0x13e)](o(0x134)),'isComponent':b[o(0x13e)](o(0x13d)),'isLayout':b[o(0x13e)]('layout'),'withTranslations':f[o(0x120)][o(0x124)],'test':f[o(0x15d)][o(0x132)],'theme':f[o(0x15d)][o(0x149)]};f[o(0x142)][o(0x15e)]&&await this[o(0x129)][o(0x142)]({'srcPath':'template/template.html','destPath':e+'.html','context':h,'config':f});f[o(0x120)]?.[o(0x126)]||b[o(0x138)]?await this[o(0x129)][o(0x142)]({'srcPath':o(0x15b),'destPath':e+'.js','framework':o(0x151),'context':h,'config':f}):await this[o(0x129)]['template']({'srcPath':o(0x131),'destPath':e+'.js','framework':'react','context':h,'config':f});f['engines'][o(0x132)]!==o(0x159)&&await this[o(0x129)][o(0x142)]({'srcPath':o(0x157),'destPath':e+o(0x13f),'framework':'react','context':h,'config':f});f[o(0x142)][o(0x160)]&&await this[o(0x129)][o(0x142)]({'srcPath':o(0x11c),'destPath':e+o(0x15f),'context':Object[o(0x122)]({},h,{'className':paramCase(b[o(0x12f)])}),'config':f});f['engines'][o(0x12c)]!=='react'&&f[o(0x15d)]['client']!==o(0x14f)?(f[o(0x142)][o(0x160)]&&await this[o(0x129)][o(0x152)]({'filePath':e+'.'+f[o(0x15d)]['js'],'content':o(0x158)+h[o(0x156)]+'.'+f[o(0x15d)]['html']+o(0x12b)+o(0x158)+h[o(0x156)]+'.'+f[o(0x15d)][o(0x160)]+'\x27;'}),!f['template'][o(0x160)]&&await this[o(0x129)][o(0x152)]({'filePath':e+'.'+f[o(0x15d)]['js'],'content':o(0x158)+h[o(0x156)]+'.'+f['engines'][o(0x15e)]+'\x27;'})):f['template'][o(0x160)]&&await this['fsi']['injectAtBeginningOfFile']({'filePath':e+'.'+f[o(0x15d)]['js'],'content':o(0x158)+h['fileName']+'.'+f['engines']['css']+'\x27;'});const i=b[o(0x13b)]?'/'+b[o(0x13b)]+'/':'/';g=''+c+i+h[o(0x156)]+'/'+h[o(0x156)],await this[o(0x129)][o(0x153)](h[o(0x135)],f,g),!b[o(0x14e)]&&await a130f[o(0x140)](o(0x133),[i+b[o(0x12f)]],b);}),g+'.'+f[n(0x15d)]['js'];});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a131p=a131d;(function(a,b){const m=a131d,c=a();while(!![]){try{const d
|
|
1
|
+
const a131p=a131d;(function(a,b){const m=a131d,c=a();while(!![]){try{const d=parseInt(m(0x111))/0x1+-parseInt(m(0x101))/0x2*(-parseInt(m(0x115))/0x3)+-parseInt(m(0xf9))/0x4*(-parseInt(m(0xfc))/0x5)+parseInt(m(0xf4))/0x6*(parseInt(m(0xfb))/0x7)+-parseInt(m(0xfe))/0x8*(-parseInt(m(0x108))/0x9)+parseInt(m(0xf3))/0xa*(parseInt(m(0x113))/0xb)+-parseInt(m(0x112))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xaa0a0));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a131d;if(c){const e=c[n(0x118)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const o=a131d;return a131a['toString']()['search']('(((.+)+)+)+$')['toString']()[o(0xfa)](a131a)[o(0x10d)]('(((.+)+)+)+$');});a131a();import{paramCase,pascalCase}from'change-case';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0xf2;let f=c[d];return f;},a131d(a,b);}import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a131c(){const s=['354mTmiKf','getMakaProjectConfig','import\x20\x27./publications','force','globalPublish','4948BCizGT','constructor','46557nlTCZY','2345uSMijh','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','104lavCfQ','resourceName','dir','2674kvDZEl','imports','error','maka\x20g:publish\x20todos','baseDir','template','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','888201VBgHNh','injectAtEndOfFile','engines','exit','appPathPrefix','search','pathFromApp','withValue','server','26482nhcidf','35051400ZHLadn','11ZMnWFe','publish/publish.js','177JxPkym','fsi','/imports/startup/server/publications','apply','/imports/ui/','12565460EEIEUI'];a131c=function(){return s;};return a131c();}Generator['create']({'name':'publish','aliases':['p'],'usage':a131p(0x107),'shortDesc':a131p(0xfd),'validOpts':[a131p(0xf7),a131p(0xf8)],'examples':[a131p(0x104)]},async function(a,b){const q=a131p;try{const c=b['force']||![],d=b[q(0x105)]?q(0xf2)+b[q(0x105)]:q(0x117),f=this[q(0x116)][q(0xf5)](),g=paramCase(b[q(0xff)]),h=this[q(0x116)][q(0x10e)]({'pathParts':[d,b[q(0x100)],'',g]});let i='js';f[q(0x10a)]['js']==='tsx'&&(i='ts');await this[q(0x116)][q(0x10f)](f,async()=>{const r=q,l={'name':b[r(0xff)],'collection':pascalCase(b[r(0xff)]),'noRename':!![],'globalPublish':b[r(0xf8)]};await this[r(0x116)][r(0x106)]({'srcPath':r(0x114),'destPath':h+'.'+i,'context':l,'config':f,'force':c});});const j=this['fsi'][q(0x10e)]({'pathParts':[q(0x102),'startup',q(0x110),b[q(0x10c)],'index.'+f['engines']['js']]}),k=b[q(0x100)]?'/'+b[q(0x100)]+'/':'/';return await this[q(0x116)][q(0x109)]({'filePath':j,'content':q(0xf6)+k+g+'\x27;'}),h+'.'+i;}catch(l){Log[q(0x103)](l),process[q(0x10b)](0x1);}});
|