@maka/maka-cli 5.1.17 → 5.1.18
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/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/testCmd/_index.js +1 -1
- package/bundle/obf/src/commands/testCmd/jest.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/mocha.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/testCmd/test.command.js +1 -1
- package/bundle/obf/src/commands/undo.js +1 -1
- package/bundle/obf/src/commands/uninstall.js +1 -1
- package/bundle/obf/src/commands/version/_index.js +1 -1
- package/bundle/obf/src/commands/version/list.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/use.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/version/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/exec.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/aws/_index.js +1 -1
- package/bundle/obf/src/generators/aws/aws.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
- package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kits/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
- package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
- package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
- package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
- package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
- package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
- package/bundle/obf/src/generators/kits/kit.js +1 -1
- package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
- package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
- package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/templates/react/test/test.js +1 -0
- package/bundle/obf/src/templates/react/test/test.js.jsx +38 -0
- package/bundle/obf/src/templates/react/test/test.js.ts +1 -0
- package/bundle/obf/src/templates/react/test/test.js.tsx +38 -0
- package/bundle/obf/src/templates/service/test/jest/jest.config.js +6 -0
- package/bundle/obf/src/templates/service/test/jest/jest.setup.js +7 -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/cfg/cfg.class.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/mpi/mpi.class.js +1 -1
- package/bundle/obf/src/tools/options/options.class.js +1 -1
- package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.js +1 -1
- package/bundle/obf/src/tools/scaffold/scaffold.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
- package/test/integration/default.test.js +84 -0
- package/test/integration/fixtures/blaze/.maka/config.json +30 -0
- package/test/integration/fixtures/blaze/.tern-project +17 -0
- package/test/integration/fixtures/blaze/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/blaze/app/.meteor/.id +7 -0
- package/test/integration/fixtures/blaze/app/.meteor/packages +21 -0
- package/test/integration/fixtures/blaze/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/blaze/app/.meteor/release +1 -0
- package/test/integration/fixtures/blaze/app/.meteor/versions +78 -0
- package/test/integration/fixtures/blaze/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/client/body.html +2 -0
- package/test/integration/fixtures/blaze/app/client/head.html +8 -0
- package/test/integration/fixtures/blaze/app/client/main.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/index.js +3 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/routes.js +25 -0
- package/test/integration/fixtures/blaze/app/imports/startup/client/templates.js +15 -0
- package/test/integration/fixtures/blaze/app/imports/startup/lib/index.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/startup/server/index.js +1 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.html +3 -0
- package/test/integration/fixtures/blaze/app/imports/ui/layouts/master-layout/master-layout.js +29 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.html +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/home/home.js +53 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.html +5 -0
- package/test/integration/fixtures/blaze/app/imports/ui/pages/not-found/not-found.js +53 -0
- package/test/integration/fixtures/blaze/app/imports/ui/test-helpers.js +25 -0
- package/test/integration/fixtures/blaze/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/lib/main.js +1 -0
- package/test/integration/fixtures/blaze/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/blaze/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/app/server/main.js +1 -0
- package/test/integration/fixtures/blaze/bin/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/build/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/build/README +4 -0
- package/test/integration/fixtures/blaze/config/.gitkeep +1 -0
- package/test/integration/fixtures/blaze/config/development/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/development/settings.json +6 -0
- package/test/integration/fixtures/blaze/config/production/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/production/settings.json +6 -0
- package/test/integration/fixtures/blaze/config/staging/env.sh +9 -0
- package/test/integration/fixtures/blaze/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react/.maka/config.json +30 -0
- package/test/integration/fixtures/react/.tern-project +17 -0
- package/test/integration/fixtures/react/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react/app/.meteor/release +1 -0
- package/test/integration/fixtures/react/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/client/body.html +3 -0
- package/test/integration/fixtures/react/app/client/head.html +8 -0
- package/test/integration/fixtures/react/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/imports/startup/client/index.jsx +12 -0
- package/test/integration/fixtures/react/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/home/home.jsx +29 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react/app/imports/ui/pages/not-found/not-found.jsx +29 -0
- package/test/integration/fixtures/react/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react/build/.gitkeep +1 -0
- package/test/integration/fixtures/react/build/README +4 -0
- package/test/integration/fixtures/react/config/.gitkeep +1 -0
- package/test/integration/fixtures/react/config/development/env.sh +9 -0
- package/test/integration/fixtures/react/config/development/settings.json +6 -0
- package/test/integration/fixtures/react/config/production/env.sh +9 -0
- package/test/integration/fixtures/react/config/production/settings.json +6 -0
- package/test/integration/fixtures/react/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/.maka/config.json +30 -0
- package/test/integration/fixtures/react-apollo/.tern-project +17 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-apollo/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-apollo/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/client/body.html +3 -0
- package/test/integration/fixtures/react-apollo/app/client/head.html +8 -0
- package/test/integration/fixtures/react-apollo/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/index.jsx +20 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/imports/startup/server/index.jsx +25 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/home/home.jsx +34 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/pages/not-found/not-found.jsx +34 -0
- package/test/integration/fixtures/react-apollo/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/build/README +4 -0
- package/test/integration/fixtures/react-apollo/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-apollo/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-apollo/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/react-apollo-ssr/.tern-project +17 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/react-apollo-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/react-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-apollo-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-apollo-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/build/README +4 -0
- package/test/integration/fixtures/react-apollo-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-apollo-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-apollo-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-apollo-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-material/.maka/config.json +30 -0
- package/test/integration/fixtures/react-material/.tern-project +17 -0
- package/test/integration/fixtures/react-material/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-material/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-material/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-material/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-material/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-material/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-material/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/client/body.html +3 -0
- package/test/integration/fixtures/react-material/app/client/head.html +8 -0
- package/test/integration/fixtures/react-material/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/index.jsx +19 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/react-material/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/react-material/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/layouts/master-layout/master-layout.jsx +28 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/home/home.jsx +29 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/react-material/app/imports/ui/pages/not-found/not-found.jsx +29 -0
- package/test/integration/fixtures/react-material/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-material/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-material/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-material/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-material/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/build/README +4 -0
- package/test/integration/fixtures/react-material/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-material/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-material/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-material/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-material/config/staging/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/react-ssr/.tern-project +17 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/react-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/react-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/react-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/react-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/client/index.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/react-ssr/app/imports/startup/server/index.jsx +36 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/home/home.jsx +28 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/pages/not-found/not-found.jsx +28 -0
- package/test/integration/fixtures/react-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/react-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/react-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/build/README +4 -0
- package/test/integration/fixtures/react-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/react-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/react-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/react-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux/.tern-project +17 -0
- package/test/integration/fixtures/reflux/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/index.jsx +12 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/build/README +4 -0
- package/test/integration/fixtures/reflux/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-apollo/.tern-project +17 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-apollo/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-apollo/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-apollo/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-apollo/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/index.jsx +20 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/startup/server/index.jsx +25 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/home/home.jsx +38 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/pages/not-found/not-found.jsx +38 -0
- package/test/integration/fixtures/reflux-apollo/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/build/README +4 -0
- package/test/integration/fixtures/reflux-apollo/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-apollo-ssr/.tern-project +17 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/client/index.jsx +29 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/startup/server/index.jsx +65 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +27 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/build/README +4 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-apollo-ssr/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-material/.tern-project +17 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-material/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-material/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-material/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-material/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/index.jsx +19 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/routes.jsx +24 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/client/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/startup/server/index.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/layouts/master-layout/master-layout.jsx +31 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/home/home.jsx +33 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.css +5 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/pages/not-found/not-found.jsx +33 -0
- package/test/integration/fixtures/reflux-material/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-material/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-material/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/build/README +4 -0
- package/test/integration/fixtures/reflux-material/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-material/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-material/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-material/config/staging/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/.maka/config.json +30 -0
- package/test/integration/fixtures/reflux-ssr/.tern-project +17 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.finished-upgraders +17 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/.id +7 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/packages +21 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/platforms +2 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/release +1 -0
- package/test/integration/fixtures/reflux-ssr/app/.meteor/versions +78 -0
- package/test/integration/fixtures/reflux-ssr/app/client/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/client/body.html +3 -0
- package/test/integration/fixtures/reflux-ssr/app/client/head.html +8 -0
- package/test/integration/fixtures/reflux-ssr/app/client/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/api/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/client/index.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/index.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/routes.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/lib/templates.jsx +21 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/startup/server/index.jsx +36 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/layouts/master-layout/master-layout.jsx +30 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/home/home.jsx +32 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/pages/not-found/not-found.jsx +32 -0
- package/test/integration/fixtures/reflux-ssr/app/imports/ui/test-helpers.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/lib/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/lib/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/app/packages/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/private/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/public/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/public/favicon.ico +0 -0
- package/test/integration/fixtures/reflux-ssr/app/server/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/app/server/main.jsx +1 -0
- package/test/integration/fixtures/reflux-ssr/bin/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/build/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/build/README +4 -0
- package/test/integration/fixtures/reflux-ssr/config/.gitkeep +1 -0
- package/test/integration/fixtures/reflux-ssr/config/development/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/development/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/config/production/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/production/settings.json +6 -0
- package/test/integration/fixtures/reflux-ssr/config/staging/env.sh +9 -0
- package/test/integration/fixtures/reflux-ssr/config/staging/settings.json +6 -0
- package/test/integration/integration_helpers.js +60 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
const a137s=a137d;(function(a,b){const p=a137d,c=a();while(!![]){try{const d=-parseInt(p(
|
|
1
|
+
function a137c(){const u=['injectAtBeginningOfFile','(((.+)+)+)+$','6044fzkcmS','relative','fileName','injectTemplateModule','.app-tests.js','react','This\x20project\x20must\x20be\x20a\x20React\x20type\x20project\x20to\x20use\x20the\x20hooks\x20generator','ssr','none','7POiOgZ','api','pathFromApp','engines','import\x20\x27./','withTranslations','.js','search','setTemplate','create','/imports/ui/layouts','withHook','12421134pQuzjb','warn','toString','apply','string','graphql','maka\x20g:layout\x20mobile/iPhone8','test','hook/hook.js','56198dEqoMT','.css','dir','resourceName','findProjectDirectory','template','css','ramda','checkNpmPackage','9177018hbBuBY','component/component.js','template/template.css','maka\x20g:l\x20web/safari','findAppDirectory','test/test.js','client','features','15CDCeuZ','1270350ipIJEL','9519576xcQYWe','layout','Scaffolding\x20for\x20a\x20React\x20Layout.','3339119VQQSZw'];a137c=function(){return u;};return a137c();}const a137s=a137d;(function(a,b){const p=a137d,c=a();while(!![]){try{const d=-parseInt(p(0x126))/0x1*(parseInt(p(0x104))/0x2)+-parseInt(p(0x115))/0x3*(parseInt(p(0x11d))/0x4)+-parseInt(p(0x116))/0x5+parseInt(p(0x10d))/0x6+-parseInt(p(0x11a))/0x7+-parseInt(p(0x117))/0x8+parseInt(p(0xfb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a137c,0xbf7db));const a137b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a137d;if(c){const e=c[q(0xfe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a137a=a137b(this,function(){const r=a137d;return a137a[r(0xfd)]()[r(0x12d)](r(0x11c))[r(0xfd)]()['constructor'](a137a)['search']('(((.+)+)+)+$');});a137a();import a137e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['l'];function a137d(a,b){const c=a137c();return a137d=function(d,e){d=d-0xf8;let f=c[d];return f;},a137d(a,b);}Generator[a137s(0xf8)]({'name':a137s(0x118),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{layout,\x20l}\x20[path/]<name>','shortDesc':a137s(0x119),'validOpts':['withHook'],'mustBeInMakaProject':!![],'examples':[a137s(0x101),a137s(0x110)]},async function(a,b){const t=a137s,{projectConfig:c,fsi:d,cfg:e,pkg:f,scaffold:g}=this,h=t(0xf9),i=d[t(0x111)](),j=g[t(0x128)]({'pathParts':[h,b['dir'],kebabCase(b[t(0x107)]),kebabCase(b[t(0x107)])]});typeof c[t(0x109)][t(0x102)]==='string'&&e[t(0x12e)](t(0x102),c[t(0x109)][t(0x102)]);typeof c[t(0x109)][t(0x10a)]===t(0xff)&&e[t(0x12e)]('css',c['template'][t(0x10a)]);typeof c[t(0x109)]['js']===t(0xff)&&e[t(0x12e)]('js',c[t(0x109)]['js']);const k=b['_']?b['_'][0x0]['split'](':')[0x1]:![],l=b['_']&&aliases['includes'](k);l&&!f[t(0x10c)]('ramda')&&(Log[t(0xfc)]('Npm\x20package\x20\x22@apollo/client\x22\x20not\x20installed,\x20installing...'),f['installNpmPackage'](t(0x10b),{'cwd':i}));if(l&&!f['checkNpmPackage'](t(0x122))){Log[t(0xfc)](t(0x123));return;}const m={'name':pascalCase(b[t(0x107)]),'myPath':a137e[t(0x11e)](d[t(0x108)](),j),'cssCaseName':kebabCase(b[t(0x107)]),'className':pascalCase(b[t(0x107)]),'camelCaseName':camelCase(b[t(0x107)]),'fileName':kebabCase(b['resourceName']),'graphql':c[t(0x129)][t(0x100)],'features':c[t(0x114)],'client':c['engines'][t(0x113)],'api':c[t(0x129)][t(0x127)],'ssr':c[t(0x129)][t(0x124)],'test':c['engines'][t(0x102)],'theme':c['engines']['theme'],'isComponent':![],'isLayout':!![],'withTranslations':c[t(0x114)][t(0x12b)]};c['features']?.['withHooks']||b[t(0xfa)]?await g[t(0x109)]({'srcPath':t(0x103),'destPath':j+t(0x12c),'framework':t(0x122),'context':m,'config':c}):await g[t(0x109)]({'srcPath':t(0x10e),'destPath':j+t(0x12c),'framework':t(0x122),'context':m,'config':c});c[t(0x129)][t(0x102)]!==t(0x125)&&await g['template']({'srcPath':t(0x112),'destPath':j+t(0x121),'framework':t(0x122),'context':m,'config':c});c[t(0x109)][t(0x10a)]&&(await g[t(0x109)]({'srcPath':t(0x10f),'destPath':j+t(0x105),'context':Object['assign']({},m,{'className':kebabCase(b[t(0x107)])}),'config':c}),await g[t(0x11b)]({'filePath':j+'.'+c[t(0x129)]['js'],'content':t(0x12a)+m[t(0x11f)]+'.'+c[t(0x129)][t(0x10a)]+'\x27;'}));const n=b[t(0x106)]?'/'+b['dir']+'/':'/',o=''+h+n+m[t(0x11f)]+'/'+m[t(0x11f)];await g[t(0x120)](m['className'],c,o);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a138i=a138d;(function(a,b){const f=a138d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a138i=a138d;(function(a,b){const f=a138d,c=a();while(!![]){try{const d=-parseInt(f(0x83))/0x1+-parseInt(f(0x80))/0x2*(-parseInt(f(0x92))/0x3)+parseInt(f(0x85))/0x4*(-parseInt(f(0x93))/0x5)+parseInt(f(0x95))/0x6+-parseInt(f(0x89))/0x7*(-parseInt(f(0x87))/0x8)+parseInt(f(0x86))/0x9*(-parseInt(f(0x8f))/0xa)+parseInt(f(0x91))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a138c,0xc2b75));const a138b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a138d;if(c){const e=c[g(0x8d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a138a=a138b(this,function(){const h=a138d;return a138a[h(0x90)]()[h(0x8b)](h(0x88))[h(0x90)]()['constructor'](a138a)[h(0x8b)](h(0x88));});function a138c(){const j=['apply','maka\x20{generate,\x20g}:<generator>\x20<name>','20AGNuBq','toString','10588248gJiJwf','93ofAVPx','1934265DggiiB','maka\x20g:template\x20todos/todo_item','5426112lCgcba','maka\x20g:dbc\x20geoserver\x20--type=pgsql','9998AfWuiS','maka\x20g:package\x20package:name','maka\x20g:scaffold\x20todos','886462HycOVY','maka\x20g:api\x20trucks','4hMsAYD','6686424LOPYTm','56CnVtqL','(((.+)+)+)+$','1534855BIMIXf','Scaffold\x20various\x20parts\x20of\x20your\x20application','search','maka\x20generate:scaffold\x20todos'];a138c=function(){return j;};return a138c();}a138a();function a138d(a,b){const c=a138c();return a138d=function(d,e){d=d-0x7f;let f=c[d];return f;},a138d(a,b);}import{Generator}from'../generator.js';const MakaGen=new Generator({'name':'generate','aliases':['g'],'usage':a138i(0x8e),'validOpts':[],'mustBeInMakaProject':!![],'minArgLength':0x1,'isRoot':!![],'resourceNameRequired':![],'shortDesc':a138i(0x8a),'examples':[a138i(0x8c),a138i(0x82),a138i(0x94),a138i(0x81),'maka\x20g:route\x20todos/edit',a138i(0x84),a138i(0x7f)]},async function(){});export default MakaGen;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a139d(a,b){const c=a139c();return a139d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a139d(a,b);}const a139n=a139d;(function(a,b){const k=a139d,c=a();while(!![]){try{const d=-parseInt(k(0x1d0))/0x1+-parseInt(k(0x1b6))/0x2*(-parseInt(k(0x1ba))/0x3)+parseInt(k(0x1cb))/0x4*(parseInt(k(0x1c3))/0x5)+-parseInt(k(0x1be))/0x6+-parseInt(k(0x1c5))/0x7+-parseInt(k(0x1bf))/0x8*(parseInt(k(0x1c0))/0x9)+-parseInt(k(0x1cc))/0xa*(-parseInt(k(0x1b5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a139c,0x6a018));const a139b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a139d;if(c){const e=c[l(0x1b4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a139a=a139b(this,function(){const m=a139d;return a139a[m(0x1c4)]()['search'](m(0x1c1))[m(0x1c4)]()['constructor'](a139a)[m(0x1b3)](m(0x1c1));});a139a();import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';function a139c(){const p=['method','3446532LYFdAJ','227990gtBydE','create','template','error','665282ZefUGz','injectAtEndOfFile','projectConfig','ddp-rate-limiter','Scaffolding\x20for\x20a\x20Meteor\x20Method.\x0ahttps://guide.meteor.com/methods.html','pathFromApp','pkg','dir','maka\x20{generate,\x20g}:{method,\x20m}\x20name','search','apply','649BmaSPu','170lwWsDp','checkMeteorPackage','engines','methods','23559ObmTAt','maka\x20g:method\x20todos','tsx','resourceName','2146146bNAowW','78920CcrZtL','612odSmrB','(((.+)+)+)+$','-rpc-method.','5CKLWdx','toString','5224002LlRtcd','imports','appPathPrefix','scaffold','startup'];a139c=function(){return p;};return a139c();}import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a139n(0x1cd)]({'name':a139n(0x1ca),'aliases':['m'],'usage':a139n(0x1b2),'mustBeInMakaProject':!![],'checkWhere':!![],'shortDesc':a139n(0x1d4),'validOpts':[a139n(0x1b1)],'examples':[a139n(0x1bb)]},async function(a,b){const o=a139n;try{const c=this[o(0x1d2)],d=b[o(0x1b1)]?'/'+b[o(0x1b1)]+'/':'/',f=kebabCase(b[o(0x1bd)]),g={'name':b[o(0x1bd)],'fileName':f,'className':pascalCase(b[o(0x1bd)]),'camelCase':camelCase(b[o(0x1bd)]),'noRename':!![]};let h='js';c['engines']['js']===o(0x1bc)&&(h='ts');await this[o(0x1b0)][o(0x1b7)](['maka:check',o(0x1d3),'mdg:validated-method'],{'shouldInstall':!![]}),await this[o(0x1c8)][o(0x1ce)]({'srcPath':'method/method.js','destPath':this[o(0x1c8)]['pathFromApp']({'pathParts':['imports','startup',b['appPathPrefix'],o(0x1b9),d,f+o(0x1c2)+h]}),'context':g,'config':c});const i=this[o(0x1c8)][o(0x1d5)]({'pathParts':[o(0x1c6),o(0x1c9),b[o(0x1c7)],'index.'+c[o(0x1b8)]['js']]});await this[o(0x1c8)][o(0x1d1)]({'filePath':i,'content':'import\x20\x27./methods'+d+f+'-rpc-method\x27;'});}catch(j){Log[o(0x1cf)](j);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a140p=a140d;(function(a,b){const m=a140d,c=a();while(!![]){try{const d
|
|
1
|
+
const a140p=a140d;(function(a,b){const m=a140d,c=a();while(!![]){try{const d=parseInt(m(0x20d))/0x1+parseInt(m(0x215))/0x2*(-parseInt(m(0x1fa))/0x3)+parseInt(m(0x219))/0x4+-parseInt(m(0x216))/0x5+parseInt(m(0x204))/0x6*(-parseInt(m(0x21c))/0x7)+parseInt(m(0x21b))/0x8*(parseInt(m(0x1f7))/0x9)+parseInt(m(0x213))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a140c,0x591db));function a140c(){const r=['1545000heysmG','template','196888OKAmRK','1324057vsltQd','pathFromAppWithNoReWrite','packages','lib','maka\x20{generate,\x20g}:{package,\x20p}\x20[path/]<name>','tests/client','72pnxSxe','features','tests/server','393rueCTU','(((.+)+)+)+$','noRename','template/template.js','pathFromApp','toString','/package.js','dir','search','client','18Rydfnc','server','relative','package/package.js','hasOwnProperty','component','store','constructor','engines','93560WXtMeU','scaffold','graphql','apply','resourceName','theme','15730390vIXKoF','maka\x20g:package\x20todos:package','10964DsNAxc','2995615JuGPOm','Scaffolding\x20for\x20a\x20Meteor\x20Package.\x0ahttps://docs.meteor.com/api/packagejs.html','create'];a140c=function(){return r;};return a140c();}function a140d(a,b){const c=a140c();return a140d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a140d(a,b);}const a140b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a140d;if(c){const e=c[n(0x210)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a140a=a140b(this,function(){const o=a140d;return a140a['toString']()['search']('(((.+)+)+)+$')[o(0x1ff)]()[o(0x20b)](a140a)[o(0x202)](o(0x1fb));});a140a();import a140e from'path';import{Generator}from'../generator.js';import{camelCase,kebabCase,pascalCase}from'change-case';Generator[a140p(0x218)]({'name':'package','aliases':['p'],'usage':a140p(0x1f5),'mustBeInMakaProject':!![],'shortDesc':a140p(0x217),'validOpts':[a140p(0x201)],'examples':[a140p(0x214)]},async function(a,b){const q=a140p,c=kebabCase(b[q(0x211)]),d=b[q(0x201)]?'/'+b['dir']+'/':'/',e=this[q(0x20e)][q(0x1fe)]({'pathParts':[q(0x21e),d,c]}),f=this['scaffold'][q(0x21d)]({'pathParts':[q(0x21e),d,c,'package.js']}),g=this['projectConfig'],h={'name':kebabCase(b[q(0x211)]),'myPath':a140e[q(0x206)](this['fsi']['findProjectDirectory'](),e),'cssCaseName':kebabCase(b['resourceName']),'className':pascalCase(b['resourceName']),'camelCaseName':camelCase(b['resourceName']),'fileName':c,'client':g[q(0x20c)][q(0x203)],'graphql':g[q(0x20c)][q(0x20f)],'ssr':g['engines']['ssr'],'isComponent':b[q(0x208)](q(0x209)),'isLayout':b['hasOwnProperty']('layout'),'isStore':b[q(0x208)](q(0x20a)),'features':g[q(0x1f8)],'noRename':!![],'theme':g['engines'][q(0x212)]};await this[q(0x20e)]['template']({'srcPath':q(0x207),'destPath':f,'context':h,'config':g}),h[q(0x1fc)]=![];const i=e+'/client/'+c+'.js';await this[q(0x20e)]['template']({'srcPath':q(0x1fd),'destPath':i,'context':h,'config':g});const j=[q(0x1f4),q(0x205),q(0x1f6),q(0x1f9)];for(const k of j){const l=e+'/'+k+'/'+c+'.js';await this[q(0x20e)][q(0x21a)]({'srcPath':'package/'+k+q(0x200),'destPath':l,'context':h,'config':g});}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a141t=a141d;(function(a,b){const r=a141d,c=a();while(!![]){try{const d=parseInt(r(0x1a7))/0x1+-parseInt(r(0x1db))/0x2*(parseInt(r(0x1ad))/0x3)+parseInt(r(0x1e1))/0x4+parseInt(r(0x1ae))/0x5+parseInt(r(0x1c9))/0x6+parseInt(r(0x1c0))/0x7*(-parseInt(r(0x1ca))/0x8)+parseInt(r(0x1b8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a141c,0xf34a6));function a141c(){const v=['injectTemplateModule','replaceAll','checkNpmPackage','ssr','root','(((.+)+)+)+$','fsi','527176AetwLb','client','template/template.html','template/template.css','engines','Generate\x20a\x20page.','9SIHUFr','1961915vEjSGo','hasOwnProperty','className','url','cfg','error','constructor','installNpmPackage','.app-tests.js','trim','11570571XeLpWr','.js','setTemplate','/imports/ui/pages','resourceName','withTranslations','injectIntoFile','\x22\x20element={<Component.','12397399sspYLi','api','none','dir','includes','component','react','<Route\x20path=\x22','indexOf','7424298yPpUhv','8KhSEXz','import\x20\x27./','maka\x20g:page\x20todos/todos-item','<Route\x20path=\x22*\x22','string','split','withHooks','features','routes.','store','pkg','projectConfig','private','replace','substring','template','create','805514qJOQWY','search','</Route>','Updating\x20npm\x20packages\x20...','injectAtBeginningOfFile','fileName','2133140MHxtbR','<Route\x20index','Please\x20specify\x20a\x20name\x20for\x20the\x20route.','slice','hook/hook.js','page','html','assign','test','toString','scaffold','warn','css','\x27;\x0a','join'];a141c=function(){return v;};return a141c();}const a141b=(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;};}()),a141a=a141b(this,function(){const s=a141d;return a141a[s(0x19a)]()[s(0x1dc)](s(0x1a5))[s(0x19a)]()[s(0x1b4)](a141a)[s(0x1dc)](s(0x1a5));});a141a();import a141e from'path';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a141d(a,b){const c=a141c();return a141d=function(d,e){d=d-0x199;let f=c[d];return f;},a141d(a,b);}import{camelCase,kebabCase,pascalCase}from'change-case';const aliases=['p'];Generator[a141t(0x1da)]({'name':a141t(0x1e6),'aliases':aliases,'usage':'maka\x20{generate,\x20g}:{page,\x20p}\x20[path/]<name>','shortDesc':a141t(0x1ac),'mustBeInMakaProject':!![],'validOpts':[{'name':a141t(0x1d6),'boolFlag':!![]},{'name':a141t(0x1b1)}],'examples':[a141t(0x1cc)]},async function(a,b){const u=a141t,c=u(0x1bb),d=this['fsi']['findAppDirectory'](),e=b['resourceName'][u(0x1c4)](':')?b[u(0x1bc)][u(0x1cf)](':')[0x0][u(0x1b7)]():b[u(0x1bc)][u(0x1b7)](),f=b[u(0x1c3)][u(0x1a1)]('/','_')+'_'+e[u(0x1a1)]('/','_'),g=this['scaffold']['pathFromApp']({'pathParts':[c,b[u(0x1c3)],kebabCase(f),kebabCase(f)]}),h=this[u(0x1d5)];let i='';typeof h[u(0x1d9)]['html']===u(0x1ce)&&this[u(0x1b2)][u(0x1ba)]('html',h[u(0x1d9)][u(0x1e7)]);typeof h[u(0x1d9)]['test']==='string'&&this[u(0x1b2)][u(0x1ba)](u(0x199),h[u(0x1d9)][u(0x199)]);typeof h[u(0x1d9)][u(0x19d)]==='string'&&this[u(0x1b2)]['setTemplate'](u(0x19d),h['template'][u(0x19d)]);typeof h[u(0x1d9)]['js']===u(0x1ce)&&this[u(0x1b2)][u(0x1ba)]('js',h[u(0x1d9)]['js']);!b[u(0x1a4)]&&!this[u(0x1d4)][u(0x1a2)]('ramda')&&(Log[u(0x19c)](u(0x1de)),this[u(0x1d4)][u(0x1b5)]('ramda',{'cwd':d}));const j={'name':pascalCase(f),'myPath':a141e['relative'](this[u(0x1a6)]['findProjectDirectory'](),g),'cssCaseName':kebabCase(f),'className':pascalCase(f),'camelCaseName':camelCase(f),'fileName':kebabCase(f),'graphql':h[u(0x1ab)]['graphql'],'features':h['features'],'client':h[u(0x1ab)]['client'],'api':h[u(0x1ab)][u(0x1c1)],'ssr':h[u(0x1ab)][u(0x1a3)],'isStore':b['hasOwnProperty'](u(0x1d3)),'isComponent':b[u(0x1af)](u(0x1c5)),'isLayout':b['hasOwnProperty']('layout'),'withTranslations':h[u(0x1d1)][u(0x1bd)],'test':h[u(0x1ab)][u(0x199)],'theme':h[u(0x1ab)]['theme']};h[u(0x1d9)][u(0x1e7)]&&await this['scaffold'][u(0x1d9)]({'srcPath':u(0x1a9),'destPath':g+'.html','context':j,'config':h});h[u(0x1d1)]?.[u(0x1d0)]?await this[u(0x19b)][u(0x1d9)]({'srcPath':u(0x1e5),'destPath':g+u(0x1b9),'framework':u(0x1c6),'context':j,'config':h}):await this[u(0x19b)][u(0x1d9)]({'srcPath':'component/component.js','destPath':g+u(0x1b9),'framework':u(0x1c6),'context':j,'config':h});h[u(0x1ab)][u(0x199)]!==u(0x1c2)&&await this[u(0x19b)][u(0x1d9)]({'srcPath':'test/test.js','destPath':g+u(0x1b6),'framework':u(0x1c6),'context':j,'config':h});h[u(0x1d9)][u(0x19d)]&&await this[u(0x19b)][u(0x1d9)]({'srcPath':u(0x1aa),'destPath':g+'.css','context':Object[u(0x1e8)]({},j,{'className':kebabCase(b[u(0x1bc)])}),'config':h});h[u(0x1ab)][u(0x1a8)]!==u(0x1c6)&&h[u(0x1ab)]['client']!=='vanilla'?(h[u(0x1d9)][u(0x19d)]&&await this[u(0x19b)][u(0x1df)]({'filePath':g+'.'+h[u(0x1ab)]['js'],'content':'import\x20\x27./'+j[u(0x1e0)]+'.'+h[u(0x1ab)]['html']+u(0x19e)+u(0x1cb)+j['fileName']+'.'+h['engines'][u(0x19d)]+'\x27;'}),!h[u(0x1d9)][u(0x19d)]&&await this[u(0x19b)][u(0x1df)]({'filePath':g+'.'+h[u(0x1ab)]['js'],'content':'import\x20\x27./'+j[u(0x1e0)]+'.'+h[u(0x1ab)][u(0x1e7)]+'\x27;'})):h[u(0x1d9)][u(0x19d)]&&await this[u(0x19b)][u(0x1df)]({'filePath':g+'.'+h[u(0x1ab)]['js'],'content':u(0x1cb)+j[u(0x1e0)]+'.'+h[u(0x1ab)][u(0x19d)]+'\x27;'});const k=b['dir']?'/'+b[u(0x1c3)]+'/':'/';i=''+c+k+j['fileName']+'/'+j[u(0x1e0)],await this[u(0x19b)][u(0x1a0)](j[u(0x1b0)],h,i);if(!b[u(0x1a4)]){const l=b['private']??![];if(!f){Log[u(0x1b3)](u(0x1e3));throw new UsageError();}let m=b[u(0x1b1)]?b[u(0x1b1)]:'/'+b[u(0x1c3)][u(0x1b7)]()+'/'+b[u(0x1bc)][u(0x1b7)]()[u(0x1d7)](/\\/g,'/')[u(0x1d7)](/\/+$/,'')['toLowerCase']();const n=b[u(0x1bc)][u(0x1c8)](':');n!==-0x1&&(m+='/'+b[u(0x1bc)][u(0x1d8)](0x0,n)[u(0x1b7)]());m['endsWith']('/')&&(m=m[u(0x1e4)](0x0,-0x1));m=m[u(0x1d7)](/\/\//g,'/');const o=h[u(0x1ab)]['js'],p=h[u(0x1ab)][u(0x1a3)]==='meteor'?'lib':u(0x1a8),q=a141e[u(0x19f)](d,'imports','startup',p,u(0x1d2)+o);l?await this[u(0x19b)][u(0x1be)]({'filePath':q,'content':u(0x1c7)+m+'\x22\x20element={<Component.'+pascalCase(f)+'/>}/>\x0a','begin':['<Route\x20element={<PrivateRoute\x20/>}>'],'end':[u(0x1dd)]}):await this[u(0x19b)][u(0x1be)]({'filePath':q,'content':u(0x1c7)+m+u(0x1bf)+pascalCase(f)+'/>}/>\x0a','begin':[u(0x1e2)],'end':[u(0x1cd)]});}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a142r=a142d;(function(a,b){const o=a142d,c=a();while(!![]){try{const d
|
|
1
|
+
const a142r=a142d;(function(a,b){const o=a142d,c=a();while(!![]){try{const d=-parseInt(o(0x15a))/0x1*(-parseInt(o(0x13c))/0x2)+-parseInt(o(0x159))/0x3*(parseInt(o(0x15e))/0x4)+parseInt(o(0x143))/0x5*(parseInt(o(0x155))/0x6)+-parseInt(o(0x13a))/0x7*(parseInt(o(0x146))/0x8)+-parseInt(o(0x144))/0x9+-parseInt(o(0x151))/0xa+-parseInt(o(0x141))/0xb*(-parseInt(o(0x13b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a142c,0x26e15));function a142d(a,b){const c=a142c();return a142d=function(d,e){d=d-0x139;let f=c[d];return f;},a142d(a,b);}function a142c(){const t=['Scaffolding\x20for\x20a\x20publish\x20function.\x0ahttps://docs.meteor.com/api/pubsub.html','pathFromApp','apply','exit','appPathPrefix','engines','dir','globalPublish','461650xDagNB','tsx','publish','imports','169266LkfKdI','startup','constructor','error','842937ulLdtS','1225wLbjwc','search','injectAtEndOfFile','server','4oFyBHp','toString','1197QHKEap','11436TsExlc','6NbycFA','template','resourceName','index.','create','6523IQguTo','force','15vduRhr','73629iQxghW','maka\x20{generate,\x20g}:{publish,\x20p}\x20<name>','7432SJcbPM','maka\x20g:publish\x20todos','(((.+)+)+)+$'];a142c=function(){return t;};return a142c();}const a142b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a142d;if(c){const e=c[p(0x14b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a142a=a142b(this,function(){const q=a142d;return a142a[q(0x139)]()[q(0x15b)](q(0x148))[q(0x139)]()[q(0x157)](a142a)[q(0x15b)](q(0x148));});a142a();import{kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator[a142r(0x140)]({'name':a142r(0x153),'aliases':['p'],'usage':a142r(0x145),'shortDesc':a142r(0x149),'validOpts':[a142r(0x142)],'requiredOpts':[a142r(0x150)],'mustBeInMakaProject':!![],'examples':[a142r(0x147)]},async function(a,b){const s=a142r;try{const {projectConfig:c,scaffold:d}=this,f=b[s(0x142)]||![],g='/imports/startup/server/publications',h=kebabCase(b[s(0x13e)]),i=d[s(0x14a)]({'pathParts':[g,b['dir'],'',h]});let j='js';c[s(0x14e)]['js']===s(0x152)&&(j='ts');const k={'name':b[s(0x13e)],'collection':pascalCase(b[s(0x13e)]),'noRename':!![],'globalPublish':b[s(0x150)]};await d[s(0x13d)]({'srcPath':'publish/publish.js','destPath':i+'.'+j,'context':k,'config':c,'force':f});const l=d['pathFromApp']({'pathParts':[s(0x154),s(0x156),s(0x15d),b[s(0x14d)],s(0x13f)+c[s(0x14e)]['js']]}),m=b[s(0x14f)]?'/'+b['dir']+'/':'/';await d[s(0x15c)]({'filePath':l,'content':'import\x20\x27./publications'+m+h+'\x27;'});}catch(n){Log[s(0x158)](n),process[s(0x14c)](0x1);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a143r=a143d;function
|
|
1
|
+
const a143r=a143d;function a143d(a,b){const c=a143c();return a143d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a143d(a,b);}(function(a,b){const o=a143d,c=a();while(!![]){try{const d=-parseInt(o(0x210))/0x1*(-parseInt(o(0x21a))/0x2)+-parseInt(o(0x1f6))/0x3*(-parseInt(o(0x211))/0x4)+parseInt(o(0x214))/0x5*(parseInt(o(0x1f2))/0x6)+-parseInt(o(0x20f))/0x7*(parseInt(o(0x1f9))/0x8)+-parseInt(o(0x207))/0x9+-parseInt(o(0x208))/0xa*(parseInt(o(0x1f8))/0xb)+-parseInt(o(0x1f7))/0xc*(parseInt(o(0x205))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a143c,0xb254a));const a143b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a143d;if(c){const e=c[p(0x219)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a143a=a143b(this,function(){const q=a143d;return a143a[q(0x218)]()[q(0x1fa)](q(0x213))[q(0x218)]()[q(0x1f3)](a143a)[q(0x1fa)]('(((.+)+)+)+$');});a143a();import a143e from'path';import{Generator}from'../generator.js';function a143c(){const t=['(((.+)+)+)+$','3478830kZCcGK','engines','replace','\x22\x20element={<Component.','toString','apply','2185754hzZqip','<Route\x20path=\x22*\x22','6RwZbvR','constructor','injectIntoFile','private','3052050WSywhN','12RTFKig','99ZeZNfs','2672XjWEhX','search','create','maka\x20{generate,\x20g}:{route,\x20r}','</Route>','error','Please\x20specify\x20a\x20name\x20for\x20the\x20route.','filter','lib','startup','join','route','17605991qnHpir','<Route\x20element={<PrivateRoute\x20/>}>','1243971KFPyKm','98190gLfYSa','<Route\x20path=\x22','toLowerCase','Scaffolding\x20for\x20a\x20Route.','pop','none','client','10367AGKZjN','1PAOMrk','4mPObnY','/>}/>\x0a'];a143c=function(){return t;};return a143c();}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{pascalCase}from'change-case';const aliases=['r'];Generator[a143r(0x1fb)]({'name':'route','mustBeInMakaProject':!![],'aliases':aliases,'validOpts':[{'name':'private','boolFlag':!![]},{'name':a143r(0x204)}],'usage':a143r(0x1fc),'shortDesc':a143r(0x20b),'examples':[]},async function(a,b){const s=a143r,{fsi:c,scaffold:d,projectConfig:f}=this;try{const g=c['findAppDirectory'](),h=b[s(0x1f5)]??![];let i=b['resourceName']['split']('/')[s(0x20c)]();if(!i){Log[s(0x1fe)](s(0x1ff));throw new UsageError();}i=pascalCase(i);let j=b[s(0x204)]?'/'+b['route']:'/'+b['resourceName'][s(0x216)](/\\/g,'/')['toLowerCase']();a['length']>0x1&&(j='/'+a[s(0x200)](function(n){return n!=='/';})[s(0x203)]('/')[s(0x20a)]());j=j[s(0x216)](/\/\//g,'/');const k=f[s(0x215)]['js'],l=f['engines']['ssr']!==s(0x20d)?s(0x201):s(0x20e),m=a143e[s(0x203)](g,'imports',s(0x202),l,'routes.'+k);h?await d[s(0x1f4)]({'filePath':m,'content':s(0x209)+j+s(0x217)+i+s(0x212),'begin':[s(0x206)],'end':[s(0x1fd)]}):await d[s(0x1f4)]({'filePath':m,'content':s(0x209)+j+s(0x217)+i+s(0x212),'begin':['<Route\x20index'],'end':[s(0x1f1)]});}catch(n){Log[s(0x1fe)](n),process['exit'](0x1);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a144q=a144d;(function(a,b){const o=a144d,c=a();while(!![]){try{const d=parseInt(o(0x1eb))/0x1+-parseInt(o(0x1ec))/0x2+parseInt(o(0x1ee))/0x3+parseInt(o(0x1db))/0x4+-parseInt(o(0x1d6))/0x5*(-parseInt(o(0x1e5))/0x6)+parseInt(o(0x1d3))/0x7*(parseInt(o(0x1de))/0x8)+-parseInt(o(0x1d8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a144c,0x1bfa9));const a144b=(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;};}()),a144a=a144b(this,function(){const p=a144d;return a144a[p(0x1e4)]()['search'](p(0x1d4))[p(0x1e4)]()[p(0x1e6)](a144a)[p(0x1e0)](p(0x1d4));});function a144c(){const s=['service','installNpmPackage','engines','Installing\x20winston','97432OyRcdI','182320ErRWfF','service/logger/logger.js','595644bcKEGK','winston\x20setimmediate','findAppDirectory','maka\x20{generate,\x20g}:{service}\x20<resource-name>','resourceName','projectConfig','14dOYvsk','(((.+)+)+)+$','error','5ugshKV','maka\x20g:svc\x20service-logger\x20--type=logger','4897575PYPgiv','tsx','startup','403484WfZaZM','winston','type','836664QoQvuu','logger','search','services','template','checkNpmPackage','toString','863514yvzmxk','constructor'];a144c=function(){return s;};return a144c();}function a144d(a,b){const c=a144c();return a144d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a144d(a,b);}a144a();import{camelCase,kebabCase,pascalCase}from'change-case';import{Generator}from'../generator.js';import{Log}from'../tools/log/log.class.js';Generator['create']({'name':a144q(0x1e7),'aliases':['svc'],'usage':a144q(0x1f1),'shortDesc':'Generate\x20a\x20service\x20to\x20run\x20within\x20your\x20meteor\x20application.','mustBeInMakaProject':!![],'requiredOpts':[{'name':'type','values':[a144q(0x1df)]}],'validOpts':[],'maxArgLength':0x1,'examples':[a144q(0x1d7)]},async function(a,b){const r=a144q,{cfg:c,fsi:d,pkg:f,scaffold:g}=this;try{const h=this[r(0x1f3)],i=d[r(0x1f0)](),j=kebabCase(b['resourceName']),k={'name':pascalCase(b[r(0x1f2)]),'fileName':j,'camelCase':camelCase(b['resourceName']),'type':b[r(0x1dd)],'engine':h[r(0x1e9)]['js'],'noRename':!![]};let l='js';h[r(0x1e9)]['js']===r(0x1d9)&&(l='ts');if(b[r(0x1dd)]==='logger'){!f[r(0x1e3)](r(0x1dc))&&await f[r(0x1e8)](r(0x1ef),{'cwd':i,'msg':r(0x1ea)});const m=g['pathFromApp']({'pathParts':['imports',r(0x1da),'lib',r(0x1e1),j+'.'+l]});await g[r(0x1e2)]({'srcPath':r(0x1ed),'destPath':m,'context':k,'config':h});}}catch(n){Log[r(0x1d5)](n);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a145d,c=a();while(!![]){try{var d=-parseInt(f(0x85))/0x1+-parseInt(f(0x86))/0x2+-parseInt(f(0x8a))/0x3*(parseInt(f(0x8d))/0x4)+parseInt(f(0x89))/0x5+-parseInt(f(0x87))/0x6+-parseInt(f(0x91))/0x7+-parseInt(f(0x8b))/0x8*(-parseInt(f(0x8c))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a145c,0xb7fab));var a145b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a145d;if(c){var e=c[g(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a145a=a145b(this,function(){var h=a145d;return a145a[h(0x88)]()[h(0x92)](h(0x8f))[h(0x88)]()[h(0x8e)](a145a)[h(0x92)](h(0x8f));});a145a();import'./translation.js';import'./openssl.js';function a145d(a,b){var c=a145c();return a145d=function(d,e){d=d-0x85;var f=c[d];return f;},a145d(a,b);}function a145c(){var i=['1100750ROJeXY','4525734wDSFGT','toString','6452825sECfZi','3BhSZZY','3524296SUBGnj','45ucJhzA','1576372leeBGw','constructor','(((.+)+)+)+$','apply','6270033lmxThq','search','145195MRUfVj'];a145c=function(){return i;};return a145c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a146k=a146d;(function(a,b){const i=a146d,c=a();while(!![]){try{const d=-parseInt(i(0x1c3))/0x1*(-parseInt(i(0x1bc))/0x2)+parseInt(i(0x1b0))/0x3+parseInt(i(0x1be))/0x4+parseInt(i(0x1bd))/0x5+parseInt(i(0x1a7))/0x6*(parseInt(i(0x1b2))/0x7)+-parseInt(i(0x1a9))/0x8*(-parseInt(i(0x1c1))/0x9)+-parseInt(i(0x1b8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a146c,0xa1c97));const a146b=(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;};}()),a146a=a146b(this,function(){const j=a146d;return a146a[j(0x1a8)]()[j(0x1c2)](j(0x1bf))['toString']()['constructor'](a146a)[j(0x1c2)](j(0x1bf));});a146a();import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';function a146c(){const m=['35229200rTkaLZ','getAppConfigPath','env','Generate\x20a\x20new\x20openssl\x20config\x20file','1882618JcsdWp','4554200fTyKlL','1575172bbJnWS','(((.+)+)+)+$','openssl.conf','176067UlfxZG','search','1jjJuCB','26118KlLgSt','toString','248ZtRnpG','appName','error','service','sslconfig','getMakaProjectConfig','maka\x20{generate,\x20g}:sslconfig','2589240EdncxL','cfg','756yscfuv','scaffold','maka\x20g:sslconfig\x20--env\x20dev','template','create','_keys'];a146c=function(){return m;};return a146c();}import a146e from'path';function a146d(a,b){const c=a146c();return a146d=function(d,e){d=d-0x1a7;let f=c[d];return f;},a146d(a,b);}Generator[a146k(0x1b6)]({'name':a146k(0x1ad),'usage':a146k(0x1af),'shortDesc':a146k(0x1bb),'resourceNameRequired':![],'requiredOpts':[a146k(0x1ba)],'examples':[a146k(0x1b4)],'validOpts':[]},async function(a,b){const l=a146k;try{const c=this[l(0x1b1)][l(0x1ae)](),d=this[l(0x1b1)][l(0x1b9)](b[l(0x1ba)]),f=a146e['join'](d,l(0x1b7),l(0x1c0)),g={'app':c[l(0x1aa)],'noRename':!![]};await this[l(0x1b3)][l(0x1b5)]({'srcPath':'openssl/openssl.conf','destPath':f,'framework':l(0x1ac),'context':g,'config':c});}catch(h){Log[l(0x1ab)](h);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a147D=a147d;
|
|
1
|
+
const a147D=a147d;(function(a,b){const A=a147d,c=a();while(!![]){try{const d=parseInt(A(0x198))/0x1+parseInt(A(0x19b))/0x2+-parseInt(A(0x1a1))/0x3*(-parseInt(A(0x1b4))/0x4)+-parseInt(A(0x1ad))/0x5+parseInt(A(0x1c0))/0x6+parseInt(A(0x1a4))/0x7+parseInt(A(0x1c5))/0x8*(-parseInt(A(0x1bf))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a147c,0x3b75d));const a147b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a147d;if(c){const e=c[B(0x19c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a147a=a147b(this,function(){const C=a147d;return a147a[C(0x1a8)]()['search'](C(0x1b8))[C(0x1a8)]()[C(0x18f)](a147a)['search']('(((.+)+)+)+$');});a147a();function a147d(a,b){const c=a147c();return a147d=function(d,e){d=d-0x18f;let f=c[d];return f;},a147d(a,b);}function a147c(){const F=['meteor','injectAtBeginningOfFile','pathFromApp','128LOgvyG','lang','Locale\x20already\x20defined:\x20','template','(((.+)+)+)+$','startup','i18next','injectAtEndOfFile','maka\x20g:translation\x20--lang=fr','engines','import\x20\x27../lib/services/translations/i18n\x27;\x0a','477pXdNOb','2036526IJrTCV','maka\x20{generate,\x20g}:translation','root','scaffold','exit','106584jhWvpo','services','locales','constructor','maka\x20g:translation\x20--lang=en\x20(default)','i18n/index.js','imports','warn','server','index.js','service','lib','372690YhmZvv','create','\x0a\x20\x20Generate\x20a\x20new\x20locale\x20translation\x20file.\x0a\x0a\x20\x20\x20\x20--lang\x20\x20The\x20language\x20code\x20for\x20the\x20new\x20locale\x20file.\x20(i.e.\x20en,\x20fr,\x20de)\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20and\x20must\x20be\x20the\x20two\x20character\x20language\x20code.\x0a\x20\x20','161386KsluKP','apply','Generate\x20a\x20new\x20locale\x20translation','maka\x20g:translation\x20--lang=de','i18n/locales.js','installNpmPackage','14358NEBQqa','readFileSync','findAppDirectory','930958peYsVz','rewriteDestinationPathForEngine','isFile','import\x20\x27../lib/services/translations/i18n\x27;','toString','grep','translations','index.','client','646410GMsSFj','appName','\x20}\x20from\x20\x27./','i18n.js'];a147c=function(){return F;};return a147c();}import{Generator}from'../../generator.js';import{Log}from'../../tools/log/log.class.js';import a147e from'fs';Generator[a147D(0x199)]({'name':'translation','usage':a147D(0x1c1),'aliases':['t'],'resourceNameRequired':![],'requiredOpts':[{'name':a147D(0x1b5),'boolFlag':![],'regex':/^[a-z]{2}$/}],'mustBeInMakaProject':!![],'shortDesc':a147D(0x19d),'description':a147D(0x19a),'examples':[a147D(0x190),a147D(0x1bc),a147D(0x19e)],'validOpts':[]},async function(a,b){const E=a147D;try{const {fsi:c,scaffold:d,pkg:f,cfg:g,projectConfig:h}=this,i=c[E(0x1a3)]();!b['lang']&&(b['lang']='en');!b[E(0x1c2)]&&!f['checkNpmPackage'](E(0x1ba))&&(Log['warn']('Verifying\x20npm\x20package\x20requirements:\x20i18next\x20...'),f[E(0x1a0)]('i18next\x20i18next-browser-languagedetector\x20react-i18next',{'cwd':i}),g['setProjectConfig']('features.withTranslations',!![]));const j=d['pathFromApp']({'pathParts':['imports',E(0x1b9),E(0x1ac),E(0x195)]}),k=d['rewriteDestinationPathForEngine']({'pathParts':[j],'config':h}),l=c[E(0x1a9)](a147e[E(0x1a2)](k)[E(0x1a8)](),E(0x1a7))[0x0]&&!![];if(h[E(0x1bd)]['ssr']===E(0x1b1)){!l&&d[E(0x1b2)]({'filePath':k,'content':E(0x1be)});const w=d[E(0x1b3)]({'pathParts':[E(0x192),E(0x1b9),E(0x194),E(0x195)]}),x=d[E(0x1a5)]({'pathParts':[w],'config':h}),y=c[E(0x1a9)](a147e[E(0x1a2)](x)[E(0x1a8)](),E(0x1a7))[0x0]&&!![];!y&&d[E(0x1b2)]({'filePath':x,'content':'import\x20\x27../lib/services/translations/i18n\x27;\x0a'});}else!l&&d['injectAtBeginningOfFile']({'filePath':k,'content':'import\x20\x27../lib/services/translations/i18n\x27;\x0a'});const m={'app':h[E(0x1ae)],'config':h},n=d[E(0x1b3)]({'pathParts':[E(0x192),E(0x1b9),E(0x197),E(0x1c6),'translations',E(0x1b0)]}),o=c[E(0x1a6)](d[E(0x1a5)]({'pathParts':[n],'config':h}));!o&&await d[E(0x1b7)]({'srcPath':'i18n/i18n.js','destPath':n,'framework':E(0x196),'context':m,'config':h});const p=d[E(0x1b3)]({'pathParts':['imports',E(0x1b9),E(0x197),E(0x1c6),E(0x1aa),E(0x1c7),b['lang']+'.js']}),q=d[E(0x1a5)]({'pathParts':[p],'config':h}),r=c['isFile'](q);!r?await this[E(0x1c3)][E(0x1b7)]({'srcPath':E(0x19f),'destPath':p,'framework':E(0x196),'context':m,'config':h}):Log[E(0x193)](E(0x1b6)+q);const s=d[E(0x1b3)]({'pathParts':['imports',E(0x1b9),E(0x197),E(0x1c6),E(0x1aa),E(0x1c7),E(0x1ab)+h[E(0x1bd)]['js']]}),t=d[E(0x1a5)]({'pathParts':[s],'config':h}),u=c[E(0x1a6)](t);!u&&await d[E(0x1b7)]({'srcPath':E(0x191),'destPath':s,'framework':E(0x196),'context':m,'config':h});const v=c['grep'](a147e[E(0x1a2)](s)[E(0x1a8)](),'default\x20as\x20'+b[E(0x1b5)])[0x0]&&!![];!v?await d[E(0x1bb)]({'filePath':s,'content':'export\x20{\x20default\x20as\x20'+b[E(0x1b5)]+E(0x1af)+b[E(0x1b5)]+'\x27;'}):Log[E(0x193)]('Locale\x20already\x20exported:\x20'+s);}catch(z){Log['error'](z),process[E(0x1c4)](0x1);}});
|
package/bundle/obf/src/maka.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a148m=a148d;(function(a,b){const j=a148d,c=a();while(!![]){try{const d
|
|
1
|
+
const a148m=a148d;(function(a,b){const j=a148d,c=a();while(!![]){try{const d=-parseInt(j(0xa5))/0x1+-parseInt(j(0x9e))/0x2*(parseInt(j(0xaa))/0x3)+parseInt(j(0xb6))/0x4+-parseInt(j(0xab))/0x5*(-parseInt(j(0xa3))/0x6)+-parseInt(j(0xa8))/0x7+parseInt(j(0x9d))/0x8+parseInt(j(0xa6))/0x9*(parseInt(j(0xb4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a148c,0x6a976));const a148b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a148d;if(c){const e=c[k(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a148a=a148b(this,function(){const l=a148d;return a148a[l(0xae)]()[l(0xa2)]('(((.+)+)+)+$')['toString']()[l(0xb8)](a148a)['search'](l(0xaf));});function a148c(){const n=['url','114WIkIZO','8130NNfvKL','dirname','TOOL_NODE_FLAGS','toString','(((.+)+)+)+$','env','apply','MAKA_COMMAND_PATH','floor','10jGuMlK','argv','1090936DZLsBi','run','constructor','4720600KwQlpd','36418kJbTHP','NODE_NO_WARNINGS','--max-old-space-size=','parse','search','2634HIKouj','slice','750460FuHpBg','8455959okOLQg','totalmem','4460218kksgBP'];a148c=function(){return n;};return a148c();}a148a();import a148e from'minimist';import a148f from'os';import a148g from'path';import a148h from'humps';import a148i from'./commands/maka.cmd.js';import'./commands/_index.js';import'./generators/_index.js';import{fileURLToPath}from'url';const __filename=fileURLToPath(import.meta[a148m(0xa9)]),__dirname=a148g[a148m(0xac)](__filename);global[a148m(0xb2)]=__dirname;const total_memory=a148f[a148m(0xa7)](),total_mem_in_kb=total_memory/0x400;let total_mem_in_mb=total_mem_in_kb/0x400;total_mem_in_mb=Math[a148m(0xb3)](total_mem_in_mb),process['env'][a148m(0xad)]=a148m(0xa0)+total_mem_in_mb,process[a148m(0xb0)]['BROWSERSLIST_IGNORE_OLD_DATA']='1',process['env'][a148m(0x9f)]='1';function a148d(a,b){const c=a148c();return a148d=function(d,e){d=d-0x9d;let f=c[d];return f;},a148d(a,b);}const argv=a148e(process[a148m(0xb5)][a148m(0xa4)](0x2)),args=argv['_'],deepCopyArgv=JSON[a148m(0xa1)](JSON['stringify'](argv));delete deepCopyArgv['_'];const opts=a148h['camelizeKeys'](deepCopyArgv);a148i[a148m(0xb7)](args,opts);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { render } from '@testing-library/react';
|
|
2
|
+
<% if (test === 'mocha') { %>import { expect } from 'chai';<% } %>
|
|
3
|
+
|
|
4
|
+
<% if(graphql === 'apollo') { %>
|
|
5
|
+
import { MockedProvider } from '@apollo/react-testing';
|
|
6
|
+
import gql from 'graphql-tag';
|
|
7
|
+
const mocks = [
|
|
8
|
+
{
|
|
9
|
+
request: {
|
|
10
|
+
query: gql`query { trucks }`, // consider importing the query from the actual component
|
|
11
|
+
variables: {
|
|
12
|
+
sample: 'variable'
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
result: {
|
|
16
|
+
data: {
|
|
17
|
+
trucks: 'hello trucks'
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
];
|
|
22
|
+
<% } %>
|
|
23
|
+
const { <%=className%>%> } = require('./<%= fileName %>');
|
|
24
|
+
describe('<<%= className %>/>', function() {
|
|
25
|
+
|
|
26
|
+
it('did render', () => {
|
|
27
|
+
<%if(graphql === 'apollo') { %>
|
|
28
|
+
const <%=camelCaseName%> = render(
|
|
29
|
+
<MockedProvider mocks={mocks} addTypename={false}>
|
|
30
|
+
<<%= className %>/>
|
|
31
|
+
</MockedProvider>
|
|
32
|
+
);<% } else { %>
|
|
33
|
+
const <%=camelCaseName%> = render(<<%= className %>/>);<% } %>
|
|
34
|
+
const testMessage = <% if (isLayout) { %>''<% } else { %>'<h2>Find me in <%= myPath %></h2>'<% } %>
|
|
35
|
+
const node = <%=camelCaseName%>.container.querySelector('#<%=cssCaseName%>');
|
|
36
|
+
<% if (test === 'mocha') { %>expect(node.innerHTML).equals(testMessage);<% } else { %>expect(node.innerHTML).toBe(testMessage);<% } %>
|
|
37
|
+
});
|
|
38
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { render } from '@testing-library/react';
|
|
2
|
+
<% if (test === 'mocha') { %>import { expect } from 'chai';<% } %>
|
|
3
|
+
|
|
4
|
+
<% if(graphql === 'apollo') { %>
|
|
5
|
+
import { MockedProvider } from '@apollo/react-testing';
|
|
6
|
+
import gql from 'graphql-tag';
|
|
7
|
+
const mocks = [
|
|
8
|
+
{
|
|
9
|
+
request: {
|
|
10
|
+
query: gql`query { trucks }`, // consider importing the query from the actual component
|
|
11
|
+
variables: {
|
|
12
|
+
sample: 'variable'
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
result: {
|
|
16
|
+
data: {
|
|
17
|
+
trucks: 'hello trucks'
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
];
|
|
22
|
+
<% } %>
|
|
23
|
+
const { <%=className%>%> } = require('./<%= fileName %>');
|
|
24
|
+
describe('<<%= className %>/>', function() {
|
|
25
|
+
|
|
26
|
+
it('did render', () => {
|
|
27
|
+
<%if(graphql === 'apollo') { %>
|
|
28
|
+
const <%=camelCaseName%> = render(
|
|
29
|
+
<MockedProvider mocks={mocks} addTypename={false}>
|
|
30
|
+
<<%= className %>/>
|
|
31
|
+
</MockedProvider>
|
|
32
|
+
);<% } else { %>
|
|
33
|
+
const <%=camelCaseName%> = render(<<%= className %>/>);<% } %>
|
|
34
|
+
const testMessage = <% if (isLayout) { %>''<% } else { %>'<h2>Find me in <%= myPath %></h2>'<% } %>
|
|
35
|
+
const node = <%=camelCaseName%>.container.querySelector('#<%=cssCaseName%>');
|
|
36
|
+
<% if (test === 'mocha') { %>expect(node.innerHTML).equals(testMessage);<% } else { %>expect(node.innerHTML).toBe(testMessage);<% } %>
|
|
37
|
+
});
|
|
38
|
+
});
|
package/bundle/obf/src/tool.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a149y=a149d;(function(a,b){const w=a149d,c=a();while(!![]){try{const d=parseInt(w(0x1b7))/0x1*(parseInt(w(0x1bd))/0x2)+parseInt(w(0x1c8))/0x3*(parseInt(w(0x1b4))/0x4)+parseInt(w(0x190))/0x5*(-parseInt(w(0x195))/0x6)+parseInt(w(0x19d))/0x7*(parseInt(w(0x1c9))/0x8)+parseInt(w(0x179))/0x9+parseInt(w(0x187))/0xa*(-parseInt(w(0x174))/0xb)+-parseInt(w(0x19e))/0xc*(parseInt(w(0x1a9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a149c,0x31f7a));const a149b=(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;};}()),a149a=a149b(this,function(){const x=a149d;return a149a[x(0x1a2)]()[x(0x17d)]('(((.+)+)+)+$')[x(0x1a2)]()[x(0x1a1)](a149a)[x(0x17d)]('(((.+)+)+)+$');});a149a();import a149e from'path';import a149f from'os';import a149g from'fs';import{Docker}from'./tools/docker/docker.class.js';import{AWS}from'./tools/aws/aws.class.js';import{FSI}from'./tools/fsi/fsi.class.js';import{CFG}from'./tools/cfg/cfg.class.js';function a149c(){const Q=['_handler','engines','521780ESkBjP','610404wSLfbA','remapShortToLong','Please\x20provide\x20a\x20resource\x20name:','constructor','toString','NIE','.meteor','scaffold','concat','root','cfg','65nJZYKB','name','homedir','usage','getShortName','\x20installed\x20to\x20use\x20this\x20command.','pkg','find','join','existsSync','You\x20must\x20be\x20in\x20a\x20maka\x20project\x20to\x20run\x20this\x20command.','7244zunDTa','description','charAt','3aFtXiI','parent','validateMeteorInstall','mpi','validateParams','validateInputOptions','222654jRPNne','filter','Please\x20choose\x20a\x20valid\x20value\x20for\x20','validateMakaProject','includes','getMakaProjectConfig','validateUserIsLoggedIn','No\x20usage\x20provided.','options','ask','platform','489juwcKC','8ovZtNx','dir','Invalid\x20value\x20for\x20','121MFcbpq','Please\x20choose\x20a\x20value\x20for\x20','assign','formatToNamedParam','No\x20description\x20provided.','1620990AZurwK','aws','validateEngines','aliases','search','env','docker','getAppProjectConfigs','config','Local','every','experimental','None','push','27970YaDKrP','Invalid\x20argument:\x20','examples','match','error','keys','select','getInstance','length','130UfVpAD','exit','askForOption','resourceName','shortDesc','90936rxhjHO','\x20version\x20','map','Please\x20choose\x20an\x20environment','fsi','findProjectDirectory'];a149c=function(){return Q;};return a149c();}import{MPI}from'./tools/mpi/mpi.class.js';import{Log}from'./tools/log/log.class.js';import{PKG}from'./tools/pkg/pkg.class.js';import{Scaffold}from'./tools/scaffold/scaffold.class.js';import{Actions}from'./tools/actions/actions.class.js';function a149d(a,b){const c=a149c();return a149d=function(d,e){d=d-0x173;let f=c[d];return f;},a149d(a,b);}import{UsageError,MustBeInProjectError}from'./error.js';const homeDir=a149f[a149y(0x1ab)]();export class Tool{[a149y(0x17f)];[a149y(0x199)];[a149y(0x1a8)];[a149y(0x1ba)];['pkg'];['aws'];['scaffold'];[a149y(0x1c5)];[a149y(0x1aa)];[a149y(0x1b8)];[a149y(0x19b)];constructor(){const z=a149y;this[z(0x17f)]=new Docker(),this[z(0x199)]=FSI[z(0x18e)](),this['cfg']=CFG[z(0x18e)](this[z(0x199)]),this['pkg']=PKG[z(0x18e)](this[z(0x199)]),this[z(0x1ba)]=MPI[z(0x18e)](this['fsi'],this[z(0x1a8)],this[z(0x1af)]),this[z(0x17a)]=AWS[z(0x18e)](this[z(0x199)],this[z(0x1a8)],this[z(0x1a5)]),this[z(0x1a5)]=Scaffold[z(0x18e)](this['fsi'],this[z(0x1ba)]);}[a149y(0x1ad)](a){const A=a149y;return a[A(0x1b6)](0x0);}[a149y(0x19f)](a,b){const B=a149y,c=this[B(0x177)](b),d={...a};for(const e of c){const f=this[B(0x1ad)](e['name']);a[f]&&(d[e['name']]=a[f],delete d[f]);}return d;}[a149y(0x177)](a){const C=a149y;if(a[C(0x183)](b=>typeof b==='string'))return a['map'](b=>({'name':b}));return a;}[a149y(0x18a)](a){const D=a149y,b=[this['name']]['concat'](this['options'][D(0x17c)]||[]);return this[D(0x1b8)]&&b['push'](this[D(0x1b8)]),b['includes'](a);}[a149y(0x1c0)](){const E=a149y,a=this[E(0x199)][E(0x19a)]();return a!==undefined;}async[a149y(0x1c3)](){return!![];}[a149y(0x1b9)](){const F=a149y,a=process[F(0x1c7)]==='win32',b=a?a149e[F(0x1b1)](homeDir,'AppData',F(0x182),F(0x1a4)):a149e['join'](homeDir,F(0x1a4));return a149g[F(0x1b2)](b);}async[a149y(0x17b)](a){const G=a149y,b=this[G(0x1a8)][G(0x1c2)]();if(!b)throw MustBeInProjectError;const c=b[G(0x19c)],d=Object[G(0x18c)](a);if(d[G(0x18f)]>0x0)for(const e of d){const f=c[e];if(f!==a[e]){Log['error']('You\x20must\x20have\x20'+e+G(0x196)+a[e]+G(0x1ae));throw UsageError;}}}async[a149y(0x1bb)](a,b,c){const H=a149y,{requiredOpts:d,validArgs:e,validOpts:f,resourceNameRequired:g,mustBeInMakaProject:h}=c;if(h&&!this[H(0x1c0)]()){Log[H(0x18b)](H(0x1b3));throw MustBeInProjectError;}b[H(0x193)]===undefined&&g===!![]&&(b[H(0x193)]=await Actions[H(0x1c6)](H(0x1a0)));let i=[],j=b;if(d){i=this[H(0x177)](d),j=this['remapShortToLong'](b,i);for(const m of i){const {name:n,values:o,regex:p}=m;if(!Object[H(0x18c)](j)['includes'](n)){if(n==='env'){const q=this[H(0x1a8)][H(0x180)]()[H(0x1be)](r=>r!=='local')[H(0x197)](r=>({'name':r,'value':r}));q[H(0x18f)]===0x0&&(Log['error']('This\x20command\x20needs\x20a\x20higher\x20environment\x20to\x20run\x20(other\x20than\x20local).\x20Please\x20create\x20a\x20new\x20environment;\x20`maka\x20g:config\x20development`'),process[H(0x191)](0x1)),b[H(0x17e)]=await Actions[H(0x18d)]({'name':H(0x17e),'message':H(0x198),'choices':q});}else b[n]=await this[H(0x192)](n,o,p);}else{if(o&&!o[H(0x1c1)](j[n])){Log[H(0x18b)]('Invalid\x20value\x20for\x20'+n+':\x20'+j[n]);throw new UsageError();}}}}let k=this[H(0x177)](f),l=b;if(k&&k[H(0x18f)]>0x0){k=k[H(0x1a6)](i||[]),k['push']({'name':'resourceName','hidden':!![]}),k[H(0x186)]({'name':'help','boolFlag':!![]}),k[H(0x186)]({'name':H(0x1ca),'hidden':!![]}),k[H(0x186)]({'name':'cwd','hidden':!![]}),k['push']({'name':H(0x1a7),'hidden':!![]}),k[H(0x186)]({'name':H(0x181),'hidden':!![]}),l=this[H(0x19f)](b,k);for(const r of k){const {name:s,values:t}=r,u=l[s];u!==undefined&&t&&!t['includes'](u)&&(l[s]=await Actions['select']({'name':s,'message':H(0x1bf)+s,'choices':t[H(0x197)](v=>({'name':v,'value':v}))})),this[H(0x1bc)](l,k);}}if(e&&e['length']>0x0)for(const v of a){!e[H(0x1c1)](v)&&(Log[H(0x18b)](H(0x188)+v),a[a['indexOf'](v)]=await Actions[H(0x1c6)]('Please\x20provide\x20a\x20valid\x20argument\x20for\x20'+v));}return Object[H(0x176)](j,l);}async[a149y(0x192)](a,b,c){const I=a149y;if(b)return Actions[I(0x18d)]({'name':a,'message':I(0x175)+a,'choices':b[I(0x197)](d=>({'name':d,'value':d}))});else{if(c){const d=await Actions[I(0x1c6)]('Please\x20provide\x20a\x20value\x20for\x20'+a);if(d[I(0x18a)](c))return d;else{Log[I(0x18b)](I(0x173)+a+':\x20'+d);throw new UsageError();}}else return Actions[I(0x1c6)]('Please\x20provide\x20a\x20value\x20for\x20'+a);}}['validateInputOptions'](a,b){const J=a149y;for(const c of Object[J(0x18c)](a)){const d=b[J(0x1b0)](e=>e[J(0x1aa)]===c);if(!d){Log[J(0x18b)]('Invalid\x20option:\x20'+c);throw new UsageError();}}}['description'](){const K=a149y;return this[K(0x1c5)][K(0x1b5)]||this[K(0x1c5)][K(0x194)]||K(0x178);}[a149y(0x194)](){const L=a149y;return this[L(0x1c5)][L(0x194)]||L(0x1a3);}[a149y(0x1ac)](){const M=a149y;return this[M(0x1c5)][M(0x1ac)]||M(0x1c4);}[a149y(0x189)](){const N=a149y;return this[N(0x1c5)][N(0x189)]||[];}[a149y(0x17c)](){const O=a149y;return this[O(0x1c5)][O(0x17c)]||O(0x185);}[a149y(0x184)](){const P=a149y;return this[P(0x1c5)][P(0x184)]||![];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a150i=a150d;(function(a,b){const f=a150d,c=a();while(!![]){try{const d=parseInt(f(0x159))/0x1+parseInt(f(0x152))/0x2*(parseInt(f(0x15b))/0x3)+parseInt(f(0x162))/0x4+parseInt(f(0x154))/0x5*(parseInt(f(0x161))/0x6)+parseInt(f(0x15e))/0x7+parseInt(f(0x150))/0x8+-parseInt(f(0x15f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a150c,0x4d27f));const a150b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a150d;if(c){const e=c[g(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a150a=a150b(this,function(){const h=a150d;return a150a[h(0x160)]()['search'](h(0x15c))[h(0x160)]()[h(0x156)](a150a)[h(0x15a)]('(((.+)+)+)+$');});a150a();import{input,confirm,password,select,checkbox}from'@inquirer/prompts';function a150d(a,b){const c=a150c();return a150d=function(d,e){d=d-0x150;let f=c[d];return f;},a150d(a,b);}export class Actions{static async['ask'](a,b){const c=await(b?password({'message':a}):input({'message':a}));return c;}static async[a150i(0x155)](a,b=![]){const c=await confirm({'message':a,'default':b});return c;}static async[a150i(0x151)](a){const j=a150i,b=await select({'message':a['message'],'choices':a[j(0x15d)]});return b;}static async[a150i(0x157)](a){const k=a150i,b=await checkbox({'message':a[k(0x153)],'choices':a['choices']});return b;}}function a150c(){const l=['2595061WCGtTD','15953265IDUnXl','toString','12KIsHSF','2256168RhhihO','2222952nIdVkG','select','362jXzgzG','message','1258515cSTftG','confirm','constructor','checkbox','apply','337643IGsYoj','search','579PUftLG','(((.+)+)+)+$','choices'];a150c=function(){return l;};return a150c();}
|