@maka/maka-cli 4.13.1 → 4.13.2
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/project/gitignore +0 -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 a116r=a116d;(function(a,b){const o=a116d,c=a();while(!![]){try{const d=-parseInt(o(
|
|
1
|
+
const a116r=a116d;(function(a,b){const o=a116d,c=a();while(!![]){try{const d=-parseInt(o(0xf2))/0x1+parseInt(o(0xf4))/0x2+parseInt(o(0x109))/0x3+-parseInt(o(0xdf))/0x4+-parseInt(o(0x113))/0x5*(-parseInt(o(0xd7))/0x6)+parseInt(o(0xf7))/0x7+parseInt(o(0xdc))/0x8*(-parseInt(o(0x100))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a116c,0x8a3de));const a116b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a116d;if(c){const e=c[p(0xdb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a116a=a116b(this,function(){const q=a116d;return a116a[q(0xe9)]()['search'](q(0xde))[q(0xe9)]()[q(0x115)](a116a)['search'](q(0xde));});a116a();import{Generator}from'../../../generator.js';function a116c(){const u=['injectImport','/imports/startup/lib','kit/auth/service/meteor-auth-service.js','AuthService','meteor/accounts-base','toString','pathFromApp','checkMeteorPackage','maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{meteor,\x20m}','index','Accounts','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.sendForgotPasswordEmail(email);\x0a\x20\x20\x20\x20\x20\x20','publish','.js','534039dXleDu','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context\x20using\x20Meteors\x20default\x20accounts\x20system.','285092yoSjvC','engines','injectIntoCodeBlock','6175974libETh','findProjectDirectory','\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','const\x20getUserAuthorizations','\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','accounts-password','template','injectIntoFile','auth/roles','5571IZszWI','const\x20authenticateToken','ssr','fsi','alanning:roles','processAndRunGenerator','\x0a\x20\x20\x20\x20\x20\x20\x20\x20await\x20AuthService.deauthenticateUser();\x0a\x20\x20\x20\x20\x20\x20','kit:auth:provider','error','2982165nUOiVc','authentication-service','create','Meteor.startup','server','true','exit','const\x20registerNewUser','const\x20resetPasswordWithToken','return\x20\x5c(','222400vuJruq','useTracker','constructor','\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','REACT','/imports/startup/client/authentication-service','36jgZRGm','\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','/imports/startup/lib/authentication-service','force','apply','3280VEybSr','const\x20authenticateUser','(((.+)+)+)+$','3726784DTPZGR','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.resetPasswordWithToken(token,\x20password);\x0a\x20\x20\x20\x20\x20\x20','\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20AuthService.registerNewUser(email,\x20password);\x0a\x20\x20\x20\x20\x20\x20','startup','/imports/startup/client'];a116c=function(){return u;};return a116c();}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';function a116d(a,b){const c=a116c();return a116d=function(d,e){d=d-0xd5;let f=c[d];return f;},a116d(a,b);}Generator[a116r(0x10b)]({'name':'meteor','aliases':['m'],'usage':a116r(0xec),'shortDesc':a116r(0xf3),'validOpts':[a116r(0xda)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines[a116r(0xd5)]},'description':'\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'},async function(a,b){const s=a116r;try{const c=b['force']||![];await this[s(0x103)][s(0xeb)]([s(0xfc),s(0x104)],{'shouldInstall':!![]});const d=this[s(0x103)][s(0xf8)](),f=this[s(0x103)]['getMakaProjectConfig'](),g=f[s(0xf5)][s(0x102)]===s(0x10e);await a116f[s(0x105)](s(0x107),[],{'force':c,'cwd':d,'config':f});const h=await a116f[s(0x105)](s(0xf0),[s(0xff)],{'force':c,'globalPublish':!![],'cwd':d,'config':f}),i=g?s(0xe5):s(0xe3),j=this[s(0x103)][s(0xea)]({'pathParts':[i,'','',s(0x10a)]});await this['fsi']['withValue'](f,async()=>{const t=s;await this[t(0x103)][t(0xfd)]({'srcPath':t(0xe6),'destPath':j+t(0xf1),'framework':'react','context':{},'config':f,'force':c,'ignore':![]});});const k=this[s(0x103)]['pathFromApp']({'pathParts':[i,'','','authentication-provider']}),l=f[s(0xf5)]['js'];await this[s(0x103)][s(0xe4)]({'filePath':k+'.'+l,'importName':s(0xe7),'modulePath':g?s(0xd9):s(0xd6),'isNamedExport':![]}),await this[s(0x103)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0xd8),'begin':s(0xdd),'replace':!![]}),await this[s(0x103)][s(0xf6)]({'filePath':k+'.'+l,'content':'\x0a\x20\x20\x20\x20\x20\x20\x20\x20const\x20user\x20=\x20await\x20AuthService.authenticateToken();\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20user;\x0a\x20\x20\x20\x20\x20\x20','begin':s(0x101),'replace':!![]}),await this['fsi']['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':'\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','begin':s(0xfa),'replace':!![]}),await this['fsi'][s(0xf6)]({'filePath':k+'.'+l,'content':s(0x106),'begin':'const\x20deauthenticateUser','replace':!![]}),await this[s(0x103)][s(0xf6)]({'filePath':k+'.'+l,'content':s(0xef),'begin':'const\x20sendForgotPasswordEmail','replace':!![]}),await this[s(0x103)]['injectIntoCodeBlock']({'filePath':k+'.'+l,'content':s(0xe1),'begin':s(0x110),'replace':!![]}),await this[s(0x103)][s(0xf6)]({'filePath':k+'.'+l,'content':s(0xe0),'begin':s(0x111),'replace':!![]});g&&(await this['fsi']['injectImport']({'filePath':k+'.'+l,'importName':s(0x114),'modulePath':'meteor/maka:react-tracker','isNamedExport':!![]}),await this[s(0x103)][s(0xfe)]({'filePath':k+'.'+l,'content':s(0xf9),'begin':'export\x20const\x20AuthProvider','end':s(0x112)}));await this['fsi'][s(0xe4)]({'filePath':h,'importName':'Meteor','modulePath':'meteor/meteor','isNamedExport':!![],'injectAtStart':!![]}),await this[s(0x103)][s(0xf6)]({'filePath':h,'content':s(0xfb),'begin':'Meteor.publish','replace':!![]});const m=this[s(0x103)][s(0xea)]({'pathParts':['imports',s(0xe2),s(0x10d),s(0xed)]});await this[s(0x103)][s(0xe4)]({'filePath':m+'.'+l,'importName':s(0xee),'modulePath':s(0xe8),'isNamedExport':!![]}),await this['fsi']['injectIntoCodeBlock']({'filePath':m+'.'+l,'content':s(0x116),'begin':s(0x10c),'replace':!![]});}catch(n){Log[s(0x108)](n),process[s(0x10f)](0x1);}},async function(){},a116e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a117x=a117d;(function(a,b){const u=a117d,c=a();while(!![]){try{const d=parseInt(u(0x193))/0x1*(parseInt(u(0x1aa))/0x2)+-parseInt(u(0x194))/0x3+-parseInt(u(0x1a4))/0x4+parseInt(u(0x1b9))/0x5+-parseInt(u(0x196))/0x6+-parseInt(u(0x190))/0x7*(parseInt(u(0x18d))/0x8)+parseInt(u(0x198))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a117c,0xa05f5));const a117b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a117d;if(c){const e=c[v(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a117a=a117b(this,function(){const w=a117d;return a117a[w(0x19f)]()['search'](w(0x1ae))[w(0x19f)]()[w(0x199)](a117a)[w(0x1b4)](w(0x1ae));});a117a();function a117d(a,b){const c=a117c();return a117d=function(d,e){d=d-0x18c;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';function a117c(){const A=['.js','2uQocUC','kit/auth/provider/authentication-provider.js','</AuthProvider>','split','(((.+)+)+)+$','withValue','error','AuthContext','\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','fsi','search','const\x20Routes','<AuthProvider>','/imports/startup/server/index','replaceAll','2603455iWCFRH','provider','/imports/startup/client','210272LspnAN','AuthProvider','getMakaProjectConfig','112cAlKNB','\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','useContext','949203MHHlzG','598665wmyPPL','true','2821368lBfuhB','/imports/startup/lib/authentication-provider','12099501JkbZrM','constructor','exit','injectImport','pathFromApp','Generate\x20a\x20React\x20Authentication\x20Provider\x20and\x20Context','create','toString','engines','/imports/startup/client/authentication-provider','bright','apply','4268284vIfLYi','Creating\x20an\x20AuthProvider\x20and\x20AuthContext','template','injectAroundString','force'];a117c=function(){return A;};return a117c();}import{headerCase}from'change-case';import{ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a117x(0x19e)]({'name':a117x(0x1ba),'aliases':['p'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{auth,\x20a}:{provider,\x20p}','shortDesc':a117x(0x19d),'validOpts':[a117x(0x1a8)],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT']},'description':a117x(0x1b2)},async function(a,b){const y=a117x;try{const c=b[y(0x1a8)]||![];Log[y(0x1a2)](y(0x1a5));const d=this[y(0x1b3)][y(0x18f)](),f=d['engines']['ssr']===y(0x195),g={'name':headerCase(d['appName'])[y(0x1b8)]('-','\x20')},h=f?'/imports/startup/lib':y(0x18c),i=this[y(0x1b3)]['pathFromApp']({'pathParts':[h,'','','authentication-provider']});await this['fsi'][y(0x1af)](d,async()=>{const z=y;await this['fsi'][z(0x1a6)]({'srcPath':z(0x1ab),'destPath':i+z(0x1a9),'framework':'react','context':g,'config':d,'force':c,'ignore':![]});});const j=d[y(0x1a0)]['js'],k=h+'/routes',l=k[y(0x1ad)]('/'),m=this[y(0x1b3)][y(0x19c)]({'pathParts':l});await this[y(0x1b3)][y(0x19b)]({'filePath':m+'.'+j,'importName':y(0x1b1),'modulePath':f?y(0x197):'/imports/startup/client/authentication-provider','isNamedExport':!![]}),await this[y(0x1b3)][y(0x19b)]({'filePath':m+'.'+j,'importName':y(0x192),'modulePath':'react','isNamedExport':!![],'injectAtStart':!![]}),await this[y(0x1b3)]['injectIntoCodeBlock']({'filePath':m+'.'+j,'content':y(0x191),'begin':[y(0x1b5),'function\x20Routes'],'replace':!![]});const n='/imports/startup/client/index',o=n[y(0x1ad)]('/'),p=this[y(0x1b3)][y(0x19c)]({'pathParts':o});await this[y(0x1b3)][y(0x19b)]({'filePath':p+'.'+j,'importName':y(0x18e),'modulePath':f?y(0x197):y(0x1a1),'isNamedExport':!![]}),await this[y(0x1b3)]['injectAroundString']({'filePath':p+'.'+j,'aboveContent':y(0x1b6),'belowContent':y(0x1ac),'targetString':'<Routes\x20history={browserHistory}/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});if(f){const q=y(0x1b7),r=q[y(0x1ad)]('/'),s=this[y(0x1b3)]['pathFromApp']({'pathParts':r});await this[y(0x1b3)]['injectImport']({'filePath':s+'.'+j,'importName':'AuthProvider','modulePath':f?y(0x197):y(0x1a1),'isNamedExport':!![]}),await this[y(0x1b3)][y(0x1a7)]({'filePath':s+'.'+j,'aboveContent':'<AuthProvider>','belowContent':y(0x1ac),'targetString':'<Routes\x20history={history}/>','indentAdjustment':0x2,'targetIndentAdjustment':0x6});}}catch(t){Log[y(0x1b0)](t),process[y(0x19a)](0x1);}},async function(){},a117e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a118d,c=a();while(!![]){try{var d
|
|
1
|
+
function a118c(){var i=['(((.+)+)+)+$','18eZvJAO','70080OxewRi','115MfJdes','797632FDBwad','275891YbMWKn','toString','106332tupCIU','10137320fYJZYX','search','2848980VhBmIs','2443875moCldY','constructor','apply'];a118c=function(){return i;};return a118c();}(function(a,b){var f=a118d,c=a();while(!![]){try{var d=-parseInt(f(0x9e))/0x1+parseInt(f(0x9c))/0x2+-parseInt(f(0xa5))/0x3+-parseInt(f(0xa4))/0x4+parseInt(f(0x9d))/0x5*(parseInt(f(0xa1))/0x6)+-parseInt(f(0x9f))/0x7+parseInt(f(0xa2))/0x8*(parseInt(f(0x9b))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a118c,0x95ac5));var a118b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a118d;if(c){var e=c[g(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a118a=a118b(this,function(){var h=a118d;return a118a[h(0xa0)]()[h(0xa3)](h(0xa8))['toString']()[h(0xa6)](a118a)['search']('(((.+)+)+)+$');});a118a();function a118d(a,b){var c=a118c();return a118d=function(d,e){d=d-0x9b;var f=c[d];return f;},a118d(a,b);}import'./esri.generator.js';import'./map.esri.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a119h=a119d;(function(a,b){const f=a119d,c=a();while(!![]){try{const d=parseInt(f(0xa6))/0x1+-parseInt(f(0x9c))/0x2*(parseInt(f(0xa4))/0x3)+parseInt(f(0x98))/0x4*(parseInt(f(0x97))/0x5)+parseInt(f(0x9e))/0x6+-parseInt(f(0x9b))/0x7+parseInt(f(0x9d))/0x8+-parseInt(f(0x9f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a119c,0x9a902));const a119b=(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;};}()),a119a=a119b(this,function(){const g=a119d;return a119a['toString']()['search'](g(0xa5))[g(0xa0)]()['constructor'](a119a)[g(0x99)](g(0xa5));});a119a();import{Generator}from'../../../generator.js';function a119d(a,b){const c=a119c();return a119d=function(d,e){d=d-0x96;let f=c[d];return f;},a119d(a,b);}import a119e from'../kit.js';const EsriGen=Generator['create']({'name':a119h(0x9a),'aliases':['e'],'usage':a119h(0xa1),'noNeedResource':!![],'shortDesc':a119h(0x96),'validOpts':[''],'isPro':!![],'examples':[a119h(0xa2)],'description':a119h(0xa3)},async function(){const i=a119h;return{'success':!![],'message':'Esri\x20Kit\x20generated\x20successfully','details':{'filesCreated':[i(0xa7)],'filesUpdated':['/foo']}};},async function(){},a119e);export default EsriGen;function a119c(){const j=['\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','3JhRTor','(((.+)+)+)+$','600089XWJFKp','/foo/bar','Starting\x20point\x20for\x20generating\x20Esri\x20Maps','238445QabKuW','76gfqLDo','search','esri','5933179XldmRI','1177798iJMXJt','9013304CDhqQP','4557294omheMV','11905254XHMijM','toString','maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:<kit-name>','maka\x20g:kit:e'];a119c=function(){return j;};return a119c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a120c(){const v=['5QOBQoO','1683423zEgvvI','1336wUnMuD','14819470kjHBAJ','/imports/startup/client/templates','@esri/react-arcgis','6Tgtofx','search','Generate\x20an\x20Esri\x20map\x20component','toString','apply','injectIntoFile','.js','checkNpmPackage','<div\x20id=\x22map\x22>','11LYQdyR','injectTemplateModule','exit','split','findProjectDirectory','\x20webMapId=\x228df8e6f7d4c34f56a1cf8b1473e57f6a\x22\x20/>\x0a','589205ktanaE','replaceAll','dir','fsi','map','baseDir','error','page','create','3429540MfCjbK','77542bGtuKI','33471PjZxkz','pathFromApp','true','</div>','(((.+)+)+)+$','kit/esri/map/','react','template','/imports/ui/','processAndRunGenerator','/imports/ui/hooks','bright','\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','esri-loader','engines','injectImport','/imports/startup/lib/templates','basic-map','719532easxpv','appName'];a120c=function(){return v;};return a120c();}const a120s=a120d;(function(a,b){const p=a120d,c=a();while(!![]){try{const d=parseInt(p(0x1b1))/0x1+-parseInt(p(0x1bb))/0x2*(-parseInt(p(0x1a2))/0x3)+-parseInt(p(0x1ba))/0x4*(-parseInt(p(0x19c))/0x5)+parseInt(p(0x19a))/0x6+-parseInt(p(0x19d))/0x7+-parseInt(p(0x19e))/0x8*(-parseInt(p(0x1bc))/0x9)+parseInt(p(0x19f))/0xa*(-parseInt(p(0x1ab))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a120c,0x847e3));const a120b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a120d;if(c){const e=c[q(0x1a6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a120a=a120b(this,function(){const r=a120d;return a120a[r(0x1a5)]()['search'](r(0x1c0))[r(0x1a5)]()['constructor'](a120a)[r(0x1a3)](r(0x1c0));});a120a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';function a120d(a,b){const c=a120c();return a120d=function(d,e){d=d-0x196;let f=c[d];return f;},a120d(a,b);}import a120e from'./esri.generator.js';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(0x1b9)]({'name':a120s(0x1b5),'aliases':['m'],'usage':'maka\x20{generate,\x20g}:{kit,\x20k}:{esri,\x20e}:{map,\x20m}','shortDesc':a120s(0x1a4),'validOpts':[''],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'client':ClientEngines['REACT'],'ssr':SsrEngines['FALSE']},'description':a120s(0x1c8)},async function(a,b){const t=a120s;try{Log[t(0x1c7)]('Generating\x20a\x20map\x20component');const c=t(0x199);await this[t(0x1b4)][t(0x1a9)]([t(0x1a1),t(0x1c9)],{'shouldInstall':!![]});const d=this[t(0x1b4)][t(0x1af)](),f=this[t(0x1b4)]['getMakaProjectConfig'](),g=f[t(0x196)]['ssr']===t(0x1be),h=await a120f[t(0x1c5)](t(0x1b8),['map'],{'cwd':d,'config':f}),i={'name':headerCase(f[t(0x19b)])[t(0x1b2)]('-','\x20'),'componentName':pascalCase(c)},j=b[t(0x1b6)]?t(0x1c4)+b['baseDir']:t(0x1c6),k=this[t(0x1b4)][t(0x1bd)]({'pathParts':[j,b['dir'],paramCase(c),paramCase(c)]});await this['fsi']['withValue'](f,async()=>{const u=t;await this['fsi'][u(0x1c3)]({'srcPath':u(0x1c1)+c+u(0x1a8),'destPath':k+'.js','framework':u(0x1c2),'context':i,'config':f,'force':![],'ignore':![]});});const l=''+j+b[t(0x1b3)]+'/'+c+'/'+c;await this[t(0x1b4)][t(0x1ac)](c,f,l);const m=h[t(0x1ae)]('/'),n=this['fsi']['pathFromApp']({'pathParts':m});await this['fsi'][t(0x197)]({'filePath':n,'importName':pascalCase(c),'modulePath':g?t(0x198):t(0x1a0),'isNamedExport':!![]}),await this[t(0x1b4)][t(0x1a7)]({'filePath':n,'content':'\x0a<'+pascalCase(c)+t(0x1b0),'begin':[t(0x1aa),t(0x1aa)],'end':[t(0x1bf)],'replace':!![]});}catch(o){Log[t(0x1b7)](o),process[t(0x1ad)](0x1);}},async function(){},a120e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-
|
|
1
|
+
function a121d(a,b){const c=a121c();return a121d=function(d,e){d=d-0x1ed;let f=c[d];return f;},a121d(a,b);}const a121i=a121d;(function(a,b){const f=a121d,c=a();while(!![]){try{const d=parseInt(f(0x1ed))/0x1+parseInt(f(0x1f0))/0x2+parseInt(f(0x1fb))/0x3*(-parseInt(f(0x1fe))/0x4)+-parseInt(f(0x1f4))/0x5*(parseInt(f(0x1f5))/0x6)+-parseInt(f(0x1ef))/0x7+parseInt(f(0x1fd))/0x8+parseInt(f(0x1fa))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a121c,0x38f97));const a121b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a121d;if(c){const e=c[g(0x1fc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a121a=a121b(this,function(){const h=a121d;return a121a[h(0x1f1)]()[h(0x1ee)]('(((.+)+)+)+$')[h(0x1f1)]()['constructor'](a121a)[h(0x1ee)](h(0x1f2));});a121a();import{Generator}from'../../generator.js';const KitGen=Generator[a121i(0x1f8)]({'name':a121i(0x1f7),'aliases':['k'],'usage':a121i(0x1f9),'shortDesc':a121i(0x1f3),'minArgLength':0x1,'isPro':!![],'validOpts':[],'noNeedResource':!![],'examples':[a121i(0x1f6),'maka\x20g:k']},async function(){});export default KitGen;function a121c(){const j=['157098IxlIMo','apply','1828760MEXszb','8VkHPik','192483WpHkyu','search','309883rfVBPp','219662FGUdjz','toString','(((.+)+)+)+$','Generate\x20a\x20pre-built\x20\x22kit\x22\x20to\x20speed\x20up\x20your\x20development.','2320cnWGTo','5364fhkquE','maka\x20g:kit','kit','create','maka\x20{generate,\x20g}:{kit}\x20<name>','2396475tGBBSW'];a121c=function(){return j;};return a121c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a122d,c=a();while(!![]){try{var d
|
|
1
|
+
function a122c(){var i=['8qDGEpy','2059183EgyxWQ','toString','apply','25904cuFBCP','constructor','588QbiVSH','9735LtMjED','213510oPxnmv','3751101eckmMq','2301190DELeAI','10ooOAZN','5EWwJBQ','60nFZJKF','1754742JSUWbl','search'];a122c=function(){return i;};return a122c();}(function(a,b){var f=a122d,c=a();while(!![]){try{var d=parseInt(f(0x183))/0x1*(parseInt(f(0x17c))/0x2)+parseInt(f(0x17f))/0x3*(parseInt(f(0x175))/0x4)+parseInt(f(0x174))/0x5*(-parseInt(f(0x176))/0x6)+parseInt(f(0x179))/0x7*(-parseInt(f(0x178))/0x8)+-parseInt(f(0x181))/0x9+parseInt(f(0x182))/0xa+-parseInt(f(0x180))/0xb*(-parseInt(f(0x17e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x56e95));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x17b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x17a)]()[h(0x177)]('(((.+)+)+)+$')[h(0x17a)]()[h(0x17d)](a122a)[h(0x177)]('(((.+)+)+)+$');});a122a();function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x174;var f=c[d];return f;},a122d(a,b);}import'./mui.generator.js';import'./frame.mui.gen.js';import'./auth.mui.gen.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a123I=a123d;(function(a,b){const G=a123d,c=a();while(!![]){try{const d=-parseInt(G(0x219))/0x1+parseInt(G(0x205))/0x2*(-parseInt(G(0x209))/0x3)+-parseInt(G(0x220))/0x4*(-parseInt(G(0x20f))/0x5)+-parseInt(G(0x22d))/0x6+parseInt(G(0x215))/0x7*(parseInt(G(0x214))/0x8)+-parseInt(G(0x239))/0x9*(-parseInt(G(0x22e))/0xa)+-parseInt(G(0x1f0))/0xb*(-parseInt(G(0x1f2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x50175));const a123b=(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;};}()),a123a=a123b(this,function(){const H=a123d;return a123a[H(0x234)]()[H(0x206)](H(0x21a))[H(0x234)]()[H(0x218)](a123a)[H(0x206)](H(0x21a));});a123a();import{Generator}from'../../../generator.js';function a123c(){const M=['injectImport','login','layouts','auth','7324FPsKdJ','search','.js','kit/mui/auth/login/','6ZhfEHK','force','basic-register-page','AuthContext','REACT','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','35fKwjuo','Generate\x20a\x20standard\x20MUI\x20Login,\x20Logout,\x20Register,\x20and\x20Password\x20Reset\x20page','withValue','list','custom','9992wACqjb','469AccQod','dir','/imports/ui/','constructor','181842qJNyrA','(((.+)+)+)+$','appName','getMakaProjectConfig','maka\x20generate:kit:mui:frame','kit/mui/auth/password-reset/','error','263644HqKmbE','maka\x20g:k:m:f','/imports/startup/lib/authentication-provider','injectTemplateModule','meteor','true','findProjectDirectory','kit/mui/auth/logout/','react','Meteor\x20Accounts','basic-logout-page','logout','template','2015232OehQXd','10lbqhdo','/imports/startup/client/authentication-provider','split','kit/mui/auth/forgot-password/','Custom\x20(roll\x20your\x20own)','processAndRunGenerator','toString','engines','kit/mui/auth/register/','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','basic-login-page','290133mCTIOo','fsi','803UyLHvF','forgot-password','45336JnzZwT','register','create','reset-password/:token','pathFromApp','basic-forgot-password-page','What\x20sort\x20of\x20Authentication\x20/\x20Authorization\x20are\x20you\x20using?','basic-password-reset-page','kit:auth:provider','MATERIAL','ssr','log','replaceAll','route','baseDir'];a123c=function(){return M;};return a123c();}import{Log}from'../../../tools/log/log.class.js';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a123d(a,b);}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';Generator[a123I(0x1f4)]({'name':a123I(0x204),'aliases':['a'],'usage':a123I(0x237),'shortDesc':a123I(0x210),'validOpts':[a123I(0x203),'force'],'isPro':!![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a123I(0x1fb)],'client':ClientEngines[a123I(0x20d)]},'examples':[a123I(0x21d),a123I(0x221)],'description':a123I(0x20e)},async function(a,b){const J=a123I;try{const c=b[J(0x20a)]||![],d=this[J(0x23a)][J(0x226)](),f=this[J(0x23a)][J(0x21c)](),{authType:g}=await Actions['options']({'type':J(0x212),'name':'authType','message':J(0x1f8),'choices':[{'name':J(0x229),'value':J(0x224)},{'name':J(0x232),'value':J(0x213)}]}),h=J(0x238),i=J(0x22a),j='basic-register-page',k=J(0x1f9),l=J(0x1f7),m=b[J(0x200)]?J(0x217)+b['baseDir']:'/imports/ui/pages/auth',n=this[J(0x23a)][J(0x1f6)]({'pathParts':[m,b[J(0x216)],paramCase(h),paramCase(h)]}),o=this[J(0x23a)][J(0x1f6)]({'pathParts':[m,b[J(0x216)],paramCase(i),paramCase(i)]}),p=this[J(0x23a)]['pathFromApp']({'pathParts':[m,b[J(0x216)],paramCase(j),paramCase(j)]}),q=this['fsi'][J(0x1f6)]({'pathParts':[m,b[J(0x216)],paramCase(k),paramCase(k)]}),r=this[J(0x23a)]['pathFromApp']({'pathParts':[m,b[J(0x216)],paramCase(l),paramCase(l)]}),s={'name':headerCase(f[J(0x21b)])[J(0x1fe)]('-','\x20')};await this[J(0x23a)][J(0x211)](f,async()=>{const K=J;await this[K(0x23a)][K(0x22c)]({'srcPath':K(0x208)+h+K(0x207),'destPath':n+K(0x207),'framework':K(0x228),'context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x23a)]['template']({'srcPath':K(0x227)+i+'.js','destPath':o+'.js','framework':'react','context':s,'config':f,'force':c,'ignore':![]}),await this['fsi'][K(0x22c)]({'srcPath':K(0x236)+j+K(0x207),'destPath':p+K(0x207),'framework':K(0x228),'context':s,'config':f,'force':c,'ignore':![]}),await this['fsi']['template']({'srcPath':K(0x21e)+k+K(0x207),'destPath':q+'.js','framework':K(0x228),'context':s,'config':f,'force':c,'ignore':![]}),await this[K(0x23a)][K(0x22c)]({'srcPath':K(0x231)+l+K(0x207),'destPath':r+'.js','framework':K(0x228),'context':s,'config':f,'force':c,'ignore':![]});});const t=''+m+b[J(0x216)]+'/'+h+'/'+h;await this[J(0x23a)][J(0x223)](h,f,t);const u=''+m+b[J(0x216)]+'/'+i+'/'+i;await this[J(0x23a)][J(0x223)](i,f,u);const v=''+m+b[J(0x216)]+'/'+j+'/'+j;await this[J(0x23a)]['injectTemplateModule'](j,f,v);const w=''+m+b[J(0x216)]+'/'+k+'/'+k;await this[J(0x23a)][J(0x223)](k,f,w);const x=''+m+b[J(0x216)]+'/'+l+'/'+l;await this[J(0x23a)][J(0x223)](l,f,x),await a123e[J(0x233)](J(0x1ff),[J(0x238)],{'url':J(0x202),'cwd':d,'config':f}),await a123e[J(0x233)](J(0x1ff),[J(0x22a)],{'url':J(0x22b),'private':!![],'cwd':d,'config':f}),await a123e['processAndRunGenerator']('route',[J(0x20b)],{'url':J(0x1f3),'cwd':d,'config':f}),await a123e[J(0x233)]('route',[J(0x1f9)],{'url':J(0x1f5),'cwd':d,'config':f}),await a123e[J(0x233)](J(0x1ff),['basic-forgot-password-page'],{'url':J(0x1f1),'cwd':d,'config':f});g==='meteor'&&await a123e[J(0x233)]('kit:auth:meteor',[],{'force':c,'cwd':d,'config':f});g===J(0x213)&&await a123e[J(0x233)](J(0x1fa),[],{'force':c,'cwd':d,'config':f});const y=f[J(0x235)][J(0x1fc)]===J(0x225),z=f['engines']['js'],A=this[J(0x23a)]['pathFromApp']({'pathParts':t[J(0x230)]('/')});await this[J(0x23a)][J(0x201)]({'filePath':A+'.'+z,'importName':J(0x20c),'modulePath':y?'/imports/startup/lib/authentication-provider':J(0x22f),'isNamedExport':!![]});const B=this[J(0x23a)][J(0x1f6)]({'pathParts':u[J(0x230)]('/')});await this[J(0x23a)][J(0x201)]({'filePath':B+'.'+z,'importName':J(0x20c),'modulePath':y?'/imports/startup/lib/authentication-provider':J(0x22f),'isNamedExport':!![]});const C=this[J(0x23a)][J(0x1f6)]({'pathParts':v[J(0x230)]('/')});await this[J(0x23a)][J(0x201)]({'filePath':C+'.'+z,'importName':J(0x20c),'modulePath':y?J(0x222):J(0x22f),'isNamedExport':!![]});const D=this[J(0x23a)]['pathFromApp']({'pathParts':w['split']('/')});await this[J(0x23a)][J(0x201)]({'filePath':D+'.'+z,'importName':'AuthContext','modulePath':y?J(0x222):'/imports/startup/client/authentication-provider','isNamedExport':!![]});const E=this[J(0x23a)][J(0x1f6)]({'pathParts':x[J(0x230)]('/')});await this[J(0x23a)]['injectImport']({'filePath':E+'.'+z,'importName':J(0x20c),'modulePath':y?'/imports/startup/lib/authentication-provider':J(0x22f),'isNamedExport':!![]});}catch(F){Log[J(0x21f)](F);}},async function(){const L=a123I;console[L(0x1fd)]('Cleaning\x20up...');},a123f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a124D=a124d;function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a124d(a,b);}(function(a,b){const B=a124d,c=a();while(!![]){try{const d=parseInt(B(0x212))/0x1*(-parseInt(B(0x203))/0x2)+parseInt(B(0x1d7))/0x3*(parseInt(B(0x20d))/0x4)+-parseInt(B(0x1e9))/0x5+-parseInt(B(0x1dc))/0x6+parseInt(B(0x1e5))/0x7*(parseInt(B(0x20c))/0x8)+-parseInt(B(0x1fa))/0x9+parseInt(B(0x1e0))/0xa*(parseInt(B(0x1f2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xf2fb7));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const C=a124d;return a124a[C(0x209)]()['search']('(((.+)+)+)+$')[C(0x209)]()[C(0x1e4)](a124a)[C(0x1e8)]('(((.+)+)+)+$');});a124a();import{Generator}from'../../../generator.js';import{Log}from'../../../tools/log/log.class.js';import{Actions}from'../../../tools/actions/actions.class.js';import a124e from'path';function a124c(){const H=['frame','baseDir','react','constructor','4303453ZhJolB','maka\x20g:k:m:f','\x0a\x20\x20\x20\x20Generates\x20a\x20standard\x20MUI\x20fram\x20that\x20contains\x20a\x20basic\x20app\x20bar\x20and\x20a\x20drawer.\x0a\x20\x20','search','5678505Nxljut','</div>','session','template','@mui/material/Box','\x20/>\x0a','{\x20props.children\x20}','findAppDirectory','/imports/ui/','11eNzQiJ','maka\x20{generate,\x20g}:{kit}:{mui,\x20m}:{frame,\x20f','{this.props.children}','Cleaning\x20up...','REACT','log','appName','Box','15716925XnLwlZ','kit/mui/frame/drawers/','MATERIAL','<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>','injectIntoFile','pathFromApp','-hook\x22>','No\x20layouts\x20selected','Generate\x20a\x20standard\x20MUI\x20frame\x20that\x20injects\x20into\x20a\x20layout','2683642WHeXrO','{\x20this.props.children\x20}','injectImport','getDirectories','engines','basic-app-bar','toString','layouts','join','8OhSdRL','4CafThW','maka:react-tracker','error','true','checkbox','1PQjaRR','injectTemplateModule','{props.children}','checkMeteorPackage','create','tests','kit/mui/frame/app-bars/','basic-sticky-footer','fsi','withValue','getMakaProjectConfig','/imports/startup/lib/templates','930402FqqMBk','/imports/startup/client/templates','force','test','.js','7216752DOKqgW','<div\x20id=\x22','kit/mui/frame/footers/','dir','54969810EjgqTH'];a124c=function(){return H;};return a124c();}import a124f from'./mui.generator.js';import{paramCase,pascalCase,headerCase}from'change-case';import{ThemeEngines,ClientEngines}from'../../../tools/fsi/fsi.interfaces.js';Generator[a124D(0x1cf)]({'name':a124D(0x1e1),'aliases':['f'],'usage':a124D(0x1f3),'shortDesc':a124D(0x202),'validOpts':['layouts',a124D(0x1e2),a124D(0x1df),a124D(0x1d9)],'isPro':![],'mustBeInMakaProject':!![],'noNeedResource':!![],'requiredEngines':{'theme':ThemeEngines[a124D(0x1fc)],'client':ClientEngines[a124D(0x1f6)]},'examples':['maka\x20generate:kit:mui:frame',a124D(0x1e6)],'description':a124D(0x1e7)},async function(a,b){const E=a124D;try{const c=b[E(0x1d9)]||![],d=E(0x208),f='basic-drawer',g=E(0x1d2),h=this[E(0x1d3)][E(0x1d5)](),i=h[E(0x207)]['ssr']===E(0x210);await this[E(0x1d3)][E(0x1ce)]([E(0x1eb),E(0x20e)],{'shouldInstall':!![]});const j=this[E(0x1d3)][E(0x1f0)](),k=a124e[E(0x20b)](j,'imports','ui',E(0x20a)),l=this[E(0x1d3)][E(0x206)](k),m=await Actions['options']({'type':E(0x211),'name':E(0x20a),'message':'Which\x20layouts\x20do\x20you\x20wish\x20to\x20update?','choices':l});if(m['layouts']['length']===0x0){Log[E(0x20f)](E(0x201));return;}const n=b[E(0x1e2)]?E(0x1f1)+b[E(0x1e2)]:'/imports/ui/components',o=this['fsi']['pathFromApp']({'pathParts':[n,b[E(0x1df)],paramCase(d),paramCase(d)]}),p=this['fsi'][E(0x1ff)]({'pathParts':[n,b[E(0x1df)],paramCase(f),paramCase(f)]}),q=this[E(0x1d3)]['pathFromApp']({'pathParts':[n,b[E(0x1df)],paramCase(g),paramCase(g)]}),r={'name':headerCase(h[E(0x1f8)])['replaceAll']('-','\x20')};await this[E(0x1d3)][E(0x1d4)](h,async()=>{const F=E;await this[F(0x1d3)][F(0x1ec)]({'srcPath':F(0x1d1)+d+'.js','destPath':o+F(0x1db),'framework':F(0x1e3),'context':r,'config':h,'force':c,'ignore':![]}),await this[F(0x1d3)][F(0x1ec)]({'srcPath':F(0x1fb)+f+'.js','destPath':p+F(0x1db),'framework':F(0x1e3),'context':r,'config':h,'force':c,'ignore':![]}),await this['fsi']['template']({'srcPath':F(0x1de)+g+F(0x1db),'destPath':q+'.js','framework':F(0x1e3),'context':r,'config':h,'force':c,'ignore':![]});});const s=''+n+b['dir']+'/'+d+'/'+d;await this[E(0x1d3)][E(0x213)](d,h,s);const t=''+n+b['dir']+'/'+f+'/'+f;await this[E(0x1d3)]['injectTemplateModule'](f,h,t);const u=''+n+b[E(0x1df)]+'/'+g+'/'+g;await this[E(0x1d3)][E(0x213)](g,h,u);const {layouts:v}=m;for(const w of v){const x=this[E(0x1d3)]['getFiles'](a124e[E(0x20b)](k,w),{'extensions':['jsx','tsx'],'omit':['app-tests',E(0x1d0),E(0x1da)]});for(const y of x){const z=a124e[E(0x20b)](k,w,y);await this[E(0x1d3)]['injectImport']({'filePath':z,'importName':E(0x1f9),'modulePath':E(0x1ed),'isNamedExport':![]}),await this[E(0x1d3)][E(0x205)]({'filePath':z,'importName':'Container','modulePath':'@mui/material/Container','isNamedExport':![]}),await this[E(0x1d3)][E(0x205)]({'filePath':z,'importName':pascalCase(d),'modulePath':i?E(0x1d6):E(0x1d8),'isNamedExport':!![]}),await this[E(0x1d3)][E(0x1fe)]({'filePath':z,'content':'<'+pascalCase(d)+E(0x1ee),'begin':['<div\x20id=\x22'+w+'\x22>',E(0x1dd)+w+E(0x200)],'end':['{this.props.children}',E(0x204),E(0x214),E(0x1ef)]}),await this['fsi'][E(0x205)]({'filePath':z,'importName':pascalCase(f),'modulePath':i?E(0x1d6):'/imports/startup/client/templates','isNamedExport':!![]}),await this[E(0x1d3)][E(0x1fe)]({'filePath':z,'content':'<'+pascalCase(f)+E(0x1ee),'begin':[E(0x1dd)+w+'\x22>','<div\x20id=\x22'+w+E(0x200)],'end':[E(0x1f4),E(0x204),E(0x214),E(0x1ef)]}),await this[E(0x1d3)][E(0x1fe)]({'filePath':z,'content':'<'+pascalCase(g)+'\x20/>\x0a','begin':['{this.props.children}',E(0x204),E(0x214),'{\x20props.children\x20}'],'end':[E(0x1ea)]}),await this[E(0x1d3)][E(0x205)]({'filePath':z,'importName':pascalCase(g),'modulePath':i?'/imports/startup/lib/templates':E(0x1d8),'isNamedExport':!![]}),await this[E(0x1d3)]['injectAroundString']({'filePath':z,'aboveContent':E(0x1fd),'belowContent':'</Container>\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20</Box>','targetString':[E(0x1f4),'{\x20this.props.children\x20}',E(0x214),E(0x1ef)],'targetIndentAdjustment':0x6});}}return!![];}catch(A){Log[E(0x20f)](A);}},async function(){const G=a124D;console[G(0x1f7)](G(0x1f5));},a124f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a125j=a125d;(function(a,b){const g=a125d,c=a();while(!![]){try{const d=-parseInt(g(0x161))/0x1*(-parseInt(g(0x16a))/0x2)+parseInt(g(0x16d))/0x3*(-parseInt(g(0x15e))/0x4)+-parseInt(g(0x153))/0x5*(parseInt(g(0x152))/0x6)+-parseInt(g(0x15a))/0x7+parseInt(g(0x156))/0x8*(parseInt(g(0x170))/0x9)+-parseInt(g(0x15c))/0xa+-parseInt(g(0x163))/0xb*(-parseInt(g(0x164))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xa0863));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a125d;if(c){const e=c[h(0x171)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const i=a125d;return a125a['toString']()[i(0x14a)](i(0x154))[i(0x151)]()[i(0x150)](a125a)['search'](i(0x154));});function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x14a;let f=c[d];return f;},a125d(a,b);}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';function a125c(){const l=['create','Material-UI\x20Kit','34061DjAYCN','frame','20795049HjrhWR','12NyGfSD','notice','processAndRunGenerator','mui','checkbox','Which\x20MUI\x20Kits\x20would\x20you\x20like\x20to\x20generate?','34edtlXv','maka\x20{generate,\x20g}:{kit,\x20k}:{mui,\x20m}\x20<kit-name>','kitChoices','150GzGZgs','includes','info','668286OMWQLd','apply','search','length','Welcome\x20to\x20the\x20MUI\x20Kit\x20generator!','Auth\x20workflow\x20(login,\x20logout,\x20etc.)','No\x20MUI\x20kits\x20selected.\x20Exiting.','auth','constructor','toString','264cBqOSH','32675CsvaMt','(((.+)+)+)+$','maka\x20g:kit:m','24VhVVAS','Header,\x20Footer,\x20and\x20Drawer','kit:mui:frame','getMakaProjectConfig','7442435VFeBuu','findProjectDirectory','4006060kcpdUK','kit:mui:auth','22672lPvDvG'];a125c=function(){return l;};return a125c();}import a125f from'../kit.js';const MuiGen=Generator[a125j(0x15f)]({'name':a125j(0x167),'aliases':['m'],'usage':a125j(0x16b),'noNeedResource':!![],'shortDesc':a125j(0x160),'validOpts':[''],'isPro':!![],'examples':[a125j(0x155)]},async function(){const k=a125j;Log[k(0x16f)](k(0x14c)),Log[k(0x165)]('\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&####%&@@@@@@@@@@@@@@@@@@@&&%###&@@@@@@&%###%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#(((((##%&&@@@@@@@@@&&%%#(((((#&@@@@@&#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((#%&&@&&%##(((((((((#&@@@@&&#((##%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((((((((((((#((((((((((((((#&@@@@@&%&&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#%%%%##((((((((#%%&%#((((#&@@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@&&%###%%&@@@@&#((((#&@@@@@@@@&&&&@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@@@&#((((#&@@@@@&%#(((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&#((((#&&@@@@@@@@@@@@@@&%##((((#&@@@@&%#((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@&%#(((#&&@@@@@@@@@&&%##(((((((#%&@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@&%#%&@@@@@@@@&#((((((((##%&@@@@@@@&%(((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((%&@@@@@@@@@&%#((((((%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@&&#((((((#%%&@@&&%##((((((((#%@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@&%%#((((((((##((((((((##%&@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&%##(((((((((##%&@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&&%##(#%&&@@@@@@@@@@@@@@@@@@@@@@@@\x0a@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\x0a\x0a\x20\x20This\x20generator\x20will\x20help\x20you\x20add\x20MUI\x20to\x20your\x20project.\x0a\x20\x20Choose\x20from\x20a\x20selection\x20of\x20premade\x20MUI\x20components.\x0a\x20\x20');const {kitChoices:a}=await Actions['options']({'type':k(0x168),'name':k(0x16c),'message':k(0x169),'choices':[{'name':k(0x157),'value':k(0x162)},{'name':k(0x14d),'value':k(0x14f)}]}),b=this['fsi'][k(0x15b)](),c=this['fsi'][k(0x159)]();a[k(0x16e)](k(0x162))&&await a125e['processAndRunGenerator'](k(0x158),[],{'force':!![],'cwd':b,'config':c});a[k(0x16e)](k(0x14f))&&await a125e[k(0x166)](k(0x15d),[],{'force':!![],'cwd':b,'config':c});if(a[k(0x14b)]===0x0){Log[k(0x16f)](k(0x14e));return;}},async function(){},a125f);export default MuiGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a126o=a126d;(function(a,b){const l=a126d,c=a();while(!![]){try{const d=parseInt(l(0x17c))/0x1+parseInt(l(0x158))/0x2+-parseInt(l(0x182))/0x3+-parseInt(l(0x14f))/0x4+parseInt(l(0x16d))/0x5*(-parseInt(l(0x153))/0x6)+-parseInt(l(0x157))/0x7+parseInt(l(0x177))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x2d57b));function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x14e;let f=c[d];return f;},a126d(a,b);}const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a126d;if(c){const e=c[m(0x16f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const n=a126d;return a126a['toString']()[n(0x150)](n(0x155))[n(0x156)]()['constructor'](a126a)['search']('(((.+)+)+)+$');});function a126c(){const r=['import\x20\x27./','relative','.app-tests.js','findAppDirectory','440751NniJpb','template/template.css','warn','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','/imports/ui/layouts','installNpmPackage','resourceName','injectAtBeginningOfFile','488852VYZbKF','search','component/component.js','Scaffolding\x20for\x20a\x20React\x20Layout.','61968eLDzlC','.js','(((.+)+)+)+$','toString','1343888RcCQWU','629860PBHqhu','withValue','features','pathFromProject','graphql','template','ssr','withTranslations','fsi','create','Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...','layout','css','maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','assign','withHook','.css','injectTemplateModule','string','test','maka\x20g:l\x20web/safari','25fwSMEl','engines','apply','dir','true','react','maka\x20g:layout\x20mobile/iPhone8','client','fileName','split','2922392XoDWsE','ramda','test/test.js','includes','pathFromApp','18248PaXbkq','api'];a126c=function(){return r;};return a126c();}a126a();import a126e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['l'];Generator[a126o(0x161)]({'name':a126o(0x163),'aliases':aliases,'usage':a126o(0x165),'shortDesc':a126o(0x152),'validOpts':[a126o(0x167)],'examples':[a126o(0x173),a126o(0x16c)]},async function(a,b){const p=a126o,c=p(0x186),d=this['fsi'][p(0x181)](),e=this['fsi'][p(0x17b)]({'pathParts':[c,b[p(0x170)],paramCase(b[p(0x188)]),paramCase(b[p(0x188)])]}),f=this[p(0x160)]['getMakaProjectConfig']();await this[p(0x160)][p(0x159)](f,async()=>{const q=p;typeof f[q(0x15d)][q(0x16b)]===q(0x16a)&&(f[q(0x15d)]['test']=f[q(0x15d)][q(0x16b)]===q(0x171)?!![]:![],this[q(0x160)]['setTemplate'](q(0x16b),f[q(0x15d)]['test']));typeof f[q(0x15d)]['css']===q(0x16a)&&(f[q(0x15d)][q(0x164)]=f[q(0x15d)][q(0x164)]===q(0x171)?!![]:![],this[q(0x160)]['setTemplate'](q(0x164),f[q(0x15d)]['css']));typeof f[q(0x15d)]['js']==='string'&&(f[q(0x15d)]['js']=f['template']['js']===q(0x171)?!![]:![],this[q(0x160)]['setTemplate']('js',f['template']['js']));!f[q(0x15a)]&&(f['features']={});const g=b['_']?b['_'][0x0][q(0x176)](':')[0x1]:![],h=b['_']&&aliases[q(0x17a)](g);h&&!this['checkNpmPackage'](q(0x178))&&(Log['warn'](q(0x162)),this[q(0x160)][q(0x187)](q(0x178),{'cwd':d}));if(h&&!this['checkNpmPackage'](q(0x172))){Log[q(0x184)](q(0x185));return;}const i={'name':pascalCase(b[q(0x188)]),'myPath':a126e[q(0x17f)](this[q(0x160)][q(0x15b)]({}),e),'cssCaseName':paramCase(b[q(0x188)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[q(0x188)]),'fileName':paramCase(b[q(0x188)]),'graphql':f[q(0x16e)][q(0x15c)],'features':f[q(0x15a)],'client':f[q(0x16e)][q(0x174)],'api':f[q(0x16e)][q(0x17d)],'ssr':f[q(0x16e)][q(0x15e)],'test':f['engines'][q(0x16b)],'theme':f[q(0x16e)]['theme'],'isComponent':![],'isLayout':!![],'withTranslations':f['features'][q(0x15f)]};f[q(0x15a)]?.['withHooks']||b[q(0x167)]?await this[q(0x160)][q(0x15d)]({'srcPath':'hook/hook.js','destPath':e+q(0x154),'framework':q(0x172),'context':i,'config':f}):await this[q(0x160)]['template']({'srcPath':q(0x151),'destPath':e+q(0x154),'framework':q(0x172),'context':i,'config':f});f['engines'][q(0x16b)]!=='none'&&await this[q(0x160)][q(0x15d)]({'srcPath':q(0x179),'destPath':e+q(0x180),'framework':q(0x172),'context':i,'config':f});f[q(0x15d)][q(0x164)]&&(await this[q(0x160)][q(0x15d)]({'srcPath':q(0x183),'destPath':e+q(0x168),'context':Object[q(0x166)]({},i,{'className':paramCase(b[q(0x188)])}),'config':f}),await this[q(0x160)][q(0x14e)]({'filePath':e+'.'+f[q(0x16e)]['js'],'content':q(0x17e)+i[q(0x175)]+'.'+f['engines'][q(0x164)]+'\x27;'}));const j=b['dir']?'/'+b[q(0x170)]+'/':'/',k=''+c+j+i[q(0x175)]+'/'+i[q(0x175)];await this[q(0x160)][q(0x169)](i['className'],f,k);});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a127i=a127d;function
|
|
1
|
+
const a127i=a127d;function a127c(){const j=['maka\x20g:route\x20todos/edit','generate','4570Sdcwvj','1120315IuCxOb','862389BiVXuh','1842744Brlkju','365590eRCKvM','maka\x20{generate,\x20g}:<generator>\x20<name>','1074VuiIPL','maka\x20generate:scaffold\x20todos','(((.+)+)+)+$','135411qGkzsd','toString','maka\x20g:template\x20todos/todo_item','constructor','2WUdAlC','Scaffold\x20various\x20parts\x20of\x20your\x20application','search','122366JHHXbR','maka\x20g:api\x20trucks','20NxaWkM','maka\x20g:package\x20package:name','apply','maka\x20g:scaffold\x20todos'];a127c=function(){return j;};return a127c();}(function(a,b){const f=a127d,c=a();while(!![]){try{const d=parseInt(f(0x177))/0x1*(parseInt(f(0x17a))/0x2)+-parseInt(f(0x173))/0x3*(parseInt(f(0x17c))/0x4)+-parseInt(f(0x182))/0x5*(-parseInt(f(0x170))/0x6)+-parseInt(f(0x183))/0x7+parseInt(f(0x185))/0x8+parseInt(f(0x184))/0x9+-parseInt(f(0x16e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x2e597));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x17e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x174)]()[h(0x179)](h(0x172))[h(0x174)]()[h(0x176)](a127a)[h(0x179)](h(0x172));});function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x16e;let f=c[d];return f;},a127d(a,b);}a127a();import{Generator}from'../generator.js';const MakaGen=new Generator({'name':a127i(0x181),'aliases':['g'],'usage':a127i(0x16f),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'noNeedResource':!![],'shortDesc':a127i(0x178),'examples':[a127i(0x171),a127i(0x17f),a127i(0x175),a127i(0x17d),a127i(0x180),a127i(0x17b),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},function(){});export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=-parseInt(j(
|
|
1
|
+
const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=-parseInt(j(0xa5))/0x1*(-parseInt(j(0xab))/0x2)+-parseInt(j(0x9a))/0x3*(parseInt(j(0xa0))/0x4)+parseInt(j(0xaa))/0x5+parseInt(j(0x9e))/0x6*(-parseInt(j(0x9f))/0x7)+-parseInt(j(0xbd))/0x8+-parseInt(j(0xb2))/0x9*(parseInt(j(0xbc))/0xa)+parseInt(j(0x9b))/0xb*(parseInt(j(0xb9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x70a74));function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x99;let f=c[d];return f;},a128d(a,b);}function a128c(){const p=['injectAtEndOfFile','method/method.js','resourceName','withValue','create','594cmUvcQ','maka\x20{generate,\x20g}:{method,\x20m}\x20name','fsi','method','toString','getMakaProjectConfig','pathFromApp','12AMlHFp','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','ddp-rate-limiter','75710hSwaiI','1508024bURKHw','(((.+)+)+)+$','imports','apply','19299midZDA','9511414IOsIvI','checkMeteorPackage','maka\x20g:method\x20todos','124770YKaFVm','217COEqca','352iArWct','tsx','appPathPrefix','methods','dir','263821HaeEAa','startup','import\x20\x27./methods','index.','engines','3521145LZwukC','6zqxKDT','search'];a128c=function(){return p;};return a128c();}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x99)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a[l(0xb6)]()[l(0xac)](l(0xbe))[l(0xb6)]()['constructor'](a128a)[l(0xac)]('(((.+)+)+)+$');});a128a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator[a128m(0xb1)]({'name':a128m(0xb5),'aliases':['m'],'usage':a128m(0xb3),'checkWhere':!![],'shortDesc':a128m(0xba),'validOpts':[a128m(0xa4)],'examples':[a128m(0x9d)]},async function(a,b){const n=a128m;try{const c=this[n(0xb4)][n(0xb7)]();await this['fsi'][n(0xb0)](c,async()=>{const o=n,d=paramCase(b['resourceName']),f={'name':b[o(0xaf)],'fileName':d,'className':pascalCase(b[o(0xaf)]),'camelCase':camelCase(b[o(0xaf)]),'noRename':!![]};let g='js';c[o(0xa9)]['js']===o(0xa1)&&(g='ts');await this[o(0xb4)][o(0x9c)](['maka:check',o(0xbb),'mdg:validated-method'],{'shouldInstall':!![]}),await this[o(0xb4)]['template']({'srcPath':o(0xae),'destPath':this[o(0xb4)][o(0xb8)]({'pathParts':[o(0xbf),o(0xa6),b[o(0xa2)],o(0xa3),b[o(0xa4)],d+'-rpc-method.'+g]}),'context':f,'config':c});const h=b[o(0xa4)]?'/'+b[o(0xa4)]+'/':'/',i=this['fsi'][o(0xb8)]({'pathParts':['imports',o(0xa6),b[o(0xa2)],o(0xa8)+c[o(0xa9)]['js']]});await this[o(0xb4)][o(0xad)]({'filePath':i,'content':o(0xa7)+h+d+'-rpc-method\x27;'});});}catch(d){Log['error'](d);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a129o=a129d;(function(a,b){const l=a129d,c=a();while(!![]){try{const d=parseInt(l(0x170))/0x1*(-parseInt(l(0x16f))/0x2)+parseInt(l(0x16e))/0x3*(-parseInt(l(0x172))/0x4)+parseInt(l(0x163))/0x5*(parseInt(l(0x155))/0x6)+parseInt(l(0x174))/0x7*(-parseInt(l(0x161))/0x8)+parseInt(l(0x165))/0x9*(-parseInt(l(0x179))/0xa)+-parseInt(l(0x152))/0xb+parseInt(l(0x166))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x3b932));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a129d;if(c){const e=c[m(0x173)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const n=a129d;return a129a[n(0x168)]()['search']('(((.+)+)+)+$')['toString']()[n(0x17f)](a129a)[n(0x16d)](n(0x158));});function a129c(){const r=['theme','82690CGYIDQ','lib','tests/server','package/','store','engines','constructor','package/package.js','3561624wVgiYo','template','fsi','480474PErxsi','relative','withValue','(((.+)+)+)+$','features','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','template/template.js','resourceName','maka\x20g:package\x20todos:package','tests/client','pathFromApp','pathFromProject','16tYHltE','layout','10hhPUuq','.js','342GhPclr','17909280HQORlu','dir','toString','package.js','pathFromAppWithNoReWrite','server','hasOwnProperty','search','57vTDFya','525956BBjpLI','1zBVGOS','graphql','98664FiNNIP','apply','136297jldYOE','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','/client/','packages'];a129c=function(){return r;};return a129c();}function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x152;let f=c[d];return f;},a129d(a,b);}a129a();import a129e from'path';import{Generator}from'../generator.js';import{camelCase,paramCase,pascalCase}from'change-case';Generator['create']({'name':'package','aliases':['p'],'usage':a129o(0x15a),'shortDesc':a129o(0x175),'validOpts':[a129o(0x167)],'examples':[a129o(0x15d)]},async function(a,b){const p=a129o,c=paramCase(b[p(0x15c)]),d=this[p(0x154)][p(0x15f)]({'pathParts':[p(0x177),b[p(0x167)],c]}),e=this['fsi'][p(0x16a)]({'pathParts':[p(0x177),b[p(0x167)],c,p(0x169)]}),f=this[p(0x154)]['getMakaProjectConfig']();await this[p(0x154)][p(0x157)](f,async()=>{const q=p,g={'name':paramCase(b['resourceName']),'myPath':a129e[q(0x156)](this[q(0x154)][q(0x160)]({}),d),'cssCaseName':paramCase(b[q(0x15c)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[q(0x15c)]),'fileName':c,'client':f[q(0x17e)]['client'],'graphql':f[q(0x17e)][q(0x171)],'ssr':f[q(0x17e)]['ssr'],'isComponent':b['hasOwnProperty']('component'),'isLayout':b[q(0x16c)](q(0x162)),'isStore':b['hasOwnProperty'](q(0x17d)),'features':f[q(0x159)],'noRename':!![],'theme':f[q(0x17e)][q(0x178)]};await this['fsi'][q(0x153)]({'srcPath':q(0x180),'destPath':e,'context':g,'config':f}),g['noRename']=![];const h=d+q(0x176)+c+q(0x164);await this[q(0x154)][q(0x153)]({'srcPath':q(0x15b),'destPath':h,'context':g,'config':f});const i=[q(0x17a),q(0x16b),q(0x15e),q(0x17b)];for(const j of i){const k=d+'/'+j+'/'+c+q(0x164);await this[q(0x154)][q(0x153)]({'srcPath':q(0x17c)+j+'/package.js','destPath':k,'context':g,'config':f});}});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a130l=a130d;function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x6e;let f=c[d];return f;},a130d(a,b);}(function(a,b){const j=a130d,c=a();while(!![]){try{const d=parseInt(j(0x79))/0x1*(-parseInt(j(0x9c))/0x2)+-parseInt(j(0x76))/0x3+-parseInt(j(0x98))/0x4+parseInt(j(0xa5))/0x5*(-parseInt(j(0x8c))/0x6)+-parseInt(j(0xb6))/0x7*(-parseInt(j(0xa8))/0x8)+parseInt(j(0x88))/0x9*(-parseInt(j(0xb3))/0xa)+-parseInt(j(0x9a))/0xb*(-parseInt(j(0x7f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x912f5));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const k=a130d;return a130a[k(0x92)]()[k(0xaf)](k(0x8e))[k(0x92)]()[k(0x99)](a130a)[k(0xaf)](k(0x8e));});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';import{camelCase,paramCase,pascalCase}from'change-case';const aliases=['p'];function a130c(){const o=['57547PjOTtg','import\x20\x27./','installNpmPackage','maka\x20g:page\x20todos/todos-item','processAndRunGenerator','.js','hooks','pathFromProject','fsi','539820xfIpIS','withHooks','fileName','145339PfLrMO','/imports/ui/pages','template/template.html','ssr','injectTemplateModule','none','708lxFEGW','maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','assign','create','true','react','string','warn','pathFromApp','18AgnzHW','hook/hook.js','hasOwnProperty','checkNpmPackage','61644gnAwsb','getMakaProjectConfig','(((.+)+)+)+$','graphql','test','api','toString','vanilla','withTranslations','template','component/component.js','features','3260188fYDqSv','constructor','346687nVNjwN','injectAtBeginningOfFile','10AZWUuT','className','test/test.js','resourceName','.html','component','relative','ramda','.app-tests.js','40KFPjuW','html','components','704jLaJlA','client','css','store','withValue','page','setTemplate','search','pages','engines','baseDir','922000evTdEu','withHook','findAppDirectory'];a130c=function(){return o;};return a130c();}Generator[a130l(0x82)]({'name':a130l(0xad),'aliases':aliases,'usage':a130l(0x80),'shortDesc':'Generate\x20a\x20page.','validOpts':[{'name':'baseDir','values':[a130l(0x73),a130l(0xa7),a130l(0xb0),'layouts']},{'name':a130l(0xb4),'boolFlag':!![]}],'examples':[a130l(0x70)]},async function(a,b){const m=a130l,c=b['baseDir']?'/imports/ui/'+b[m(0xb2)]:m(0x7a),d=this[m(0x75)][m(0xb5)](),e=this[m(0x75)][m(0x87)]({'pathParts':[c,b['dir'],paramCase(b[m(0x9f)]),paramCase(b[m(0x9f)])]}),f=this[m(0x75)][m(0x8d)]();let g='';return await this[m(0x75)][m(0xac)](f,async()=>{const n=m;typeof f[n(0x95)][n(0xa6)]===n(0x85)&&(f['template'][n(0xa6)]=f[n(0x95)][n(0xa6)]===n(0x83)?!![]:![],this[n(0x75)]['setTemplate']('html',f[n(0x95)][n(0xa6)]));typeof f[n(0x95)][n(0x90)]==='string'&&(f[n(0x95)][n(0x90)]=f['template'][n(0x90)]==='true'?!![]:![],this[n(0x75)][n(0xae)]('test',f[n(0x95)][n(0x90)]));typeof f['template'][n(0xaa)]===n(0x85)&&(f['template'][n(0xaa)]=f['template'][n(0xaa)]==='true'?!![]:![],this[n(0x75)]['setTemplate']('css',f['template'][n(0xaa)]));typeof f[n(0x95)]['js']==='string'&&(f['template']['js']=f[n(0x95)]['js']==='true'?!![]:![],this[n(0x75)]['setTemplate']('js',f[n(0x95)]['js']));!f['features']&&(f[n(0x97)]={});!b['root']&&!this[n(0x75)][n(0x8b)](n(0xa3))&&(Log[n(0x86)]('Updating\x20npm\x20packages\x20...'),this[n(0x75)][n(0x6f)](n(0xa3),{'cwd':d}));const h={'name':pascalCase(b[n(0x9f)]),'myPath':a130e[n(0xa2)](this[n(0x75)][n(0x74)]({}),e),'cssCaseName':paramCase(b[n(0x9f)]),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b[n(0x9f)]),'fileName':paramCase(b[n(0x9f)]),'graphql':f[n(0xb1)][n(0x8f)],'features':f['features'],'client':f['engines'][n(0xa9)],'api':f[n(0xb1)][n(0x91)],'ssr':f[n(0xb1)][n(0x7c)],'isStore':b[n(0x8a)](n(0xab)),'isComponent':b[n(0x8a)](n(0xa1)),'isLayout':b[n(0x8a)]('layout'),'withTranslations':f[n(0x97)][n(0x94)],'test':f[n(0xb1)][n(0x90)],'theme':f[n(0xb1)]['theme']};f[n(0x95)][n(0xa6)]&&await this[n(0x75)][n(0x95)]({'srcPath':n(0x7b),'destPath':e+n(0xa0),'context':h,'config':f});f['features']?.[n(0x77)]||b[n(0xb4)]?await this[n(0x75)][n(0x95)]({'srcPath':n(0x89),'destPath':e+n(0x72),'framework':n(0x84),'context':h,'config':f}):await this[n(0x75)][n(0x95)]({'srcPath':n(0x96),'destPath':e+'.js','framework':n(0x84),'context':h,'config':f});f[n(0xb1)]['test']!==n(0x7e)&&await this[n(0x75)][n(0x95)]({'srcPath':n(0x9e),'destPath':e+n(0xa4),'framework':n(0x84),'context':h,'config':f});f[n(0x95)][n(0xaa)]&&await this[n(0x75)]['template']({'srcPath':'template/template.css','destPath':e+'.css','context':Object[n(0x81)]({},h,{'className':paramCase(b[n(0x9f)])}),'config':f});f[n(0xb1)][n(0xa9)]!=='react'&&f[n(0xb1)][n(0xa9)]!==n(0x93)?(f[n(0x95)][n(0xaa)]&&await this[n(0x75)][n(0x9b)]({'filePath':e+'.'+f['engines']['js'],'content':n(0x6e)+h[n(0x78)]+'.'+f[n(0xb1)][n(0xa6)]+'\x27;\x0a'+n(0x6e)+h['fileName']+'.'+f['engines']['css']+'\x27;'}),!f[n(0x95)][n(0xaa)]&&await this[n(0x75)][n(0x9b)]({'filePath':e+'.'+f[n(0xb1)]['js'],'content':'import\x20\x27./'+h['fileName']+'.'+f[n(0xb1)]['html']+'\x27;'})):f[n(0x95)][n(0xaa)]&&await this[n(0x75)][n(0x9b)]({'filePath':e+'.'+f[n(0xb1)]['js'],'content':n(0x6e)+h[n(0x78)]+'.'+f['engines']['css']+'\x27;'});const i=b['dir']?'/'+b['dir']+'/':'/';g=''+c+i+h[n(0x78)]+'/'+h[n(0x78)],await this[n(0x75)][n(0x7d)](h[n(0x9d)],f,g),!b['root']&&await a130f[n(0x71)]('route',[i+b[n(0x9f)]],b);}),g+'.'+f[m(0xb1)]['js'];});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a131p=a131d;(function(a,b){const m=a131d,c=a();while(!![]){try{const d=-parseInt(m(0x178))/0x1*(-parseInt(m(0x17d))/0x2)+parseInt(m(0x170))/0x3+parseInt(m(0x18e))/0x4*(-parseInt(m(0x16d))/0x5)+-parseInt(m(0x197))/0x6+parseInt(m(0x16f))/0x7*(parseInt(m(0x17e))/0x8)+-parseInt(m(0x181))/0x9*(-parseInt(m(0x189))/0xa)+-parseInt(m(0x17b))/0xb*(parseInt(m(0x18f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xa0ec6));function a131c(){const s=['withValue','imports','97952wAPPXV','1126716Cazhsc','toString','index.','tsx','(((.+)+)+)+$','maka\x20g:publish\x20todos','constructor','publish/publish.js','652260SxqoIr','publish','230dISAiN','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','797531TqxZfB','2494023GSdWzB','resourceName','globalPublish','error','template','force','search','dir','1MmKxFQ','appPathPrefix','/imports/startup/server/publications','22dauvtW','import\x20\x27./publications','126626WfHcvY','16kdIfTe','server','pathFromApp','8636094fdYWht','Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','startup','engines','/imports/ui/','fsi','apply','exit','10rmWDwm','getMakaProjectConfig','baseDir'];a131c=function(){return s;};return a131c();}const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a131d;if(c){const e=c[n(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const o=a131d;return a131a['toString']()[o(0x176)](o(0x193))[o(0x190)]()[o(0x195)](a131a)[o(0x176)](o(0x193));});a131a();import{paramCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x16c;let f=c[d];return f;},a131d(a,b);}Generator['create']({'name':a131p(0x16c),'aliases':['p'],'usage':a131p(0x16e),'shortDesc':a131p(0x182),'validOpts':[a131p(0x175),a131p(0x172)],'examples':[a131p(0x194)]},async function(a,b){const q=a131p;try{const c=b[q(0x175)]||![],d=b[q(0x18b)]?q(0x185)+b[q(0x18b)]:q(0x17a),f=this[q(0x186)][q(0x18a)](),g=paramCase(b[q(0x171)]),h=this[q(0x186)][q(0x180)]({'pathParts':[d,b[q(0x177)],'',g]});let i='js';f[q(0x184)]['js']===q(0x192)&&(i='ts');await this[q(0x186)][q(0x18c)](f,async()=>{const r=q,l={'name':b[r(0x171)],'collection':pascalCase(b[r(0x171)]),'noRename':!![],'globalPublish':b['globalPublish']};await this[r(0x186)][r(0x174)]({'srcPath':r(0x196),'destPath':h+'.'+i,'context':l,'config':f,'force':c});});const j=this['fsi'][q(0x180)]({'pathParts':[q(0x18d),q(0x183),q(0x17f),b[q(0x179)],q(0x191)+f[q(0x184)]['js']]}),k=b[q(0x177)]?'/'+b['dir']+'/':'/';return await this[q(0x186)]['injectAtEndOfFile']({'filePath':j,'content':q(0x17c)+k+g+'\x27;'}),h+'.'+i;}catch(l){Log[q(0x173)](l),process[q(0x188)](0x1);}});
|