@xylabs/ts-scripts-react-yarn3 5.0.24 → 5.0.26
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/dist/actions/analyze.mjs.map +1 -1
- package/dist/actions/eject.mjs.map +1 -1
- package/dist/actions/index.mjs.map +1 -1
- package/dist/actions/sitemap.mjs.map +1 -1
- package/dist/actions/start.mjs.map +1 -1
- package/dist/actions/test.mjs.map +1 -1
- package/dist/bin/analyze.mjs.map +1 -1
- package/dist/bin/build-ci.mjs.map +1 -1
- package/dist/bin/build.mjs.map +1 -1
- package/dist/bin/clean.mjs.map +1 -1
- package/dist/bin/compile.mjs.map +1 -1
- package/dist/bin/cycle.mjs.map +1 -1
- package/dist/bin/dead.mjs.map +1 -1
- package/dist/bin/deps.mjs.map +1 -1
- package/dist/bin/eject.mjs.map +1 -1
- package/dist/bin/fix.mjs.map +1 -1
- package/dist/bin/gitlint-fix.mjs.map +1 -1
- package/dist/bin/gitlint.mjs.map +1 -1
- package/dist/bin/license.mjs.map +1 -1
- package/dist/bin/lint-clean.mjs.map +1 -1
- package/dist/bin/lint-fast.mjs.map +1 -1
- package/dist/bin/lint-profile.mjs.map +1 -1
- package/dist/bin/lint.mjs.map +1 -1
- package/dist/bin/package/clean-outputs.mjs.map +1 -1
- package/dist/bin/package/clean-typescript.mjs.map +1 -1
- package/dist/bin/package/clean.mjs.map +1 -1
- package/dist/bin/package/compile-only.mjs.map +1 -1
- package/dist/bin/package/compile-tsup.mjs.map +1 -1
- package/dist/bin/package/compile.mjs.map +1 -1
- package/dist/bin/package/copy-assets-cjs.mjs.map +1 -1
- package/dist/bin/package/copy-assets-esm.mjs.map +1 -1
- package/dist/bin/package/deps.mjs.map +1 -1
- package/dist/bin/package/gen-docs.mjs.map +1 -1
- package/dist/bin/package/publint.mjs.map +1 -1
- package/dist/bin/package/recompile.mjs.map +1 -1
- package/dist/bin/rebuild.mjs.map +1 -1
- package/dist/bin/reinstall.mjs.map +1 -1
- package/dist/bin/relint.mjs.map +1 -1
- package/dist/bin/sitemap.mjs.map +1 -1
- package/dist/bin/sonar.mjs.map +1 -1
- package/dist/bin/start.mjs.map +1 -1
- package/dist/bin/test.mjs.map +1 -1
- package/dist/bin/tsconfig-gen-clean.mjs.map +1 -1
- package/dist/bin/tsconfig-gen.mjs.map +1 -1
- package/dist/bin/up.mjs.map +1 -1
- package/dist/bin/updo.mjs.map +1 -1
- package/dist/bin/xy.mjs.map +1 -1
- package/dist/bin/yarn3only.mjs.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/lib/index.mjs.map +1 -1
- package/dist/lib/xyReact.mjs.map +1 -1
- package/package.json +6 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["analyze.ts"],"sourcesContent":["import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.ts']]])\n}\n"],"mappings":";;;;AAAA,SAASA,gBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,SAAS,WAAW;IAAC;MAAC;MAAQ;QAAC;QAAuB;;;GAAyB;AACxF,GAFuB;","names":["runSteps","analyze","runSteps"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["eject.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const eject = () => {\n return runSteps('Eject', [['yarn', 'react-scripts eject']])\n}\n"],"mappings":";;;;;AACA,SAASA,gBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,SAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;","names":["runSteps","eject","runSteps"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["analyze.ts","eject.ts","sitemap.ts","start.ts","test.ts"],"sourcesContent":["import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.ts']]])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const eject = () => {\n return runSteps('Eject', [['yarn', 'react-scripts eject']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const sitemap = () => {\n return runSteps('Sitemap', [['ts-node-script', './scripts/sitemap.ts']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const start = () => {\n return runSteps('Start', [['yarn', 'react-scripts start']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const test = () => {\n return runSteps('Test', [['yarn', 'react-scripts test']])\n}\n"],"mappings":";;;;AAAA,SAASA,gBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,SAAS,WAAW;IAAC;MAAC;MAAQ;QAAC;QAAuB;;;GAAyB;AACxF,GAFuB;;;ACDvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;ACFrB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,UAAS,WAAW;IAAC;MAAC;MAAkB;;GAAwB;AACzE,GAFuB;;;ACFvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;ACFrB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,OAAO,6BAAA;AAClB,SAAOC,UAAS,QAAQ;IAAC;MAAC;MAAQ;;GAAsB;AAC1D,GAFoB;","names":["runSteps","analyze","runSteps","runSteps","eject","runSteps","runSteps","sitemap","runSteps","runSteps","start","runSteps","runSteps","test","runSteps"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["sitemap.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const sitemap = () => {\n return runSteps('Sitemap', [['ts-node-script', './scripts/sitemap.ts']])\n}\n"],"mappings":";;;;;AACA,SAASA,gBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,SAAS,WAAW;IAAC;MAAC;MAAkB;;GAAwB;AACzE,GAFuB;","names":["runSteps","sitemap","runSteps"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["start.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const start = () => {\n return runSteps('Start', [['yarn', 'react-scripts start']])\n}\n"],"mappings":";;;;;AACA,SAASA,gBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,SAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;","names":["runSteps","start","runSteps"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["test.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const test = () => {\n return runSteps('Test', [['yarn', 'react-scripts test']])\n}\n"],"mappings":";;;;;AACA,SAASA,gBAAgB;AAElB,IAAMC,OAAO,6BAAA;AAClB,SAAOC,SAAS,QAAQ;IAAC;MAAC;MAAQ;;GAAsB;AAC1D,GAFoB;","names":["runSteps","test","runSteps"]}
|
package/dist/bin/analyze.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["analyze.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('analyze')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,SAAA;","names":["runXyWithWarning"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["build-ci.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('build-ci')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,UAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/build.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["build.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('build')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,OAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/clean.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["clean.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('clean')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,OAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/compile.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["compile.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('compile')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,SAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/cycle.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["cycle.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('cycle')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,OAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/dead.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["dead.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('dead')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,MAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/deps.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["deps.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('deps')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,MAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/eject.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["eject.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('eject')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,OAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/fix.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["fix.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('fix')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,KAAA;","names":["runXyWithWarning"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["gitlint-fix.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('gitlint-fix')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,aAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/gitlint.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["gitlint.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('gitlint')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,SAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/license.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["license.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('license')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,SAAA;","names":["runXyWithWarning"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["lint-clean.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('lint-clean')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,YAAA;","names":["runXyWithWarning"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["lint-fast.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('lint-fast')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,WAAA;","names":["runXyWithWarning"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["lint-profile.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('lint-profile')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,cAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/lint.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["lint.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('lint')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,MAAA;","names":["runXyWithWarning"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["clean-outputs.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageCleanOutputs } from '@xylabs/ts-scripts-yarn3'\n\npackageCleanOutputs()\n .then(() => {\n process.exit(0)\n })\n .catch((error) => {\n console.error(error)\n process.exit(1)\n })\n"],"mappings":";;;AAEA,SAASA,2BAA2B;AAEpCA,oBAAAA,EACGC,KAAK,MAAA;AACJC,UAAQC,KAAK,CAAA;AACf,CAAA,EACCC,MAAM,CAACC,UAAAA;AACNC,UAAQD,MAAMA,KAAAA;AACdH,UAAQC,KAAK,CAAA;AACf,CAAA;","names":["packageCleanOutputs","then","process","exit","catch","error","console"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["clean-typescript.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageCleanTypescript } from '@xylabs/ts-scripts-yarn3'\n\npackageCleanTypescript()\n .then(() => {\n process.exit(0)\n })\n .catch((error) => {\n console.error(error)\n process.exit(1)\n })\n"],"mappings":";;;AAEA,SAASA,8BAA8B;AAEvCA,uBAAAA,EACGC,KAAK,MAAA;AACJC,UAAQC,KAAK,CAAA;AACf,CAAA,EACCC,MAAM,CAACC,UAAAA;AACNC,UAAQD,MAAMA,KAAAA;AACdH,UAAQC,KAAK,CAAA;AACf,CAAA;","names":["packageCleanTypescript","then","process","exit","catch","error","console"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["clean.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageClean } from '@xylabs/ts-scripts-yarn3'\n\npackageClean()\n .then(() => {\n process.exit(0)\n })\n .catch((error) => {\n console.error(error)\n process.exit(1)\n })\n"],"mappings":";;;AAEA,SAASA,oBAAoB;AAE7BA,aAAAA,EACGC,KAAK,MAAA;AACJC,UAAQC,KAAK,CAAA;AACf,CAAA,EACCC,MAAM,CAACC,UAAAA;AACNC,UAAQD,MAAMA,KAAAA;AACdH,UAAQC,KAAK,CAAA;AACf,CAAA;","names":["packageClean","then","process","exit","catch","error","console"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["compile-only.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageCompile } from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\npackageCompile({ verbose: true, publint: false })\n .then(value => (process.exitCode = value))\n .catch((reason) => {\n console.error(chalk.red(reason))\n process.exitCode = 1\n })\n"],"mappings":";;;AAEA,SAASA,sBAAsB;AAC/B,OAAOC,WAAW;AAElBD,eAAe;EAAEE,SAAS;EAAMC,SAAS;AAAM,CAAA,EAC5CC,KAAKC,CAAAA,UAAUC,QAAQC,WAAWF,KAAAA,EAClCG,MAAM,CAACC,WAAAA;AACNC,UAAQC,MAAMV,MAAMW,IAAIH,MAAAA,CAAAA;AACxBH,UAAQC,WAAW;AACrB,CAAA;","names":["packageCompile","chalk","verbose","publint","then","value","process","exitCode","catch","reason","console","error","red"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["compile-tsup.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageCompileTsup } from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\npackageCompileTsup({ verbose: true })\n .then(value => (process.exitCode = value))\n .catch((reason) => {\n console.error(chalk.red(reason))\n process.exitCode = 1\n })\n"],"mappings":";;;AAEA,SAASA,0BAA0B;AACnC,OAAOC,WAAW;AAElBD,mBAAmB;EAAEE,SAAS;AAAK,CAAA,EAChCC,KAAKC,CAAAA,UAAUC,QAAQC,WAAWF,KAAAA,EAClCG,MAAM,CAACC,WAAAA;AACNC,UAAQC,MAAMT,MAAMU,IAAIH,MAAAA,CAAAA;AACxBH,UAAQC,WAAW;AACrB,CAAA;","names":["packageCompileTsup","chalk","verbose","then","value","process","exitCode","catch","reason","console","error","red"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["compile.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageCompile } from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\npackageCompile({ verbose: false })\n .then((value) => {\n if (value) {\n process.exit(value)\n }\n })\n .catch((reason) => {\n console.error(chalk.red(reason))\n process.exit(-1)\n })\n"],"mappings":";;;AAEA,SAASA,sBAAsB;AAC/B,OAAOC,WAAW;AAElBD,eAAe;EAAEE,SAAS;AAAM,CAAA,EAC7BC,KAAK,CAACC,UAAAA;AACL,MAAIA,OAAO;AACTC,YAAQC,KAAKF,KAAAA;EACf;AACF,CAAA,EACCG,MAAM,CAACC,WAAAA;AACNC,UAAQC,MAAMT,MAAMU,IAAIH,MAAAA,CAAAA;AACxBH,UAAQC,KAAK,EAAC;AAChB,CAAA;","names":["packageCompile","chalk","verbose","then","value","process","exit","catch","reason","console","error","red"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["copy-assets-cjs.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageCopyAssets } from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\npackageCopyAssets({ target: 'cjs' })\n .then(value => (process.exitCode = value))\n .catch((reason) => {\n console.error(chalk.red(reason))\n process.exitCode = 1\n })\n"],"mappings":";;;AAEA,SAASA,yBAAyB;AAClC,OAAOC,WAAW;AAElBD,kBAAkB;EAAEE,QAAQ;AAAM,CAAA,EAC/BC,KAAKC,CAAAA,UAAUC,QAAQC,WAAWF,KAAAA,EAClCG,MAAM,CAACC,WAAAA;AACNC,UAAQC,MAAMT,MAAMU,IAAIH,MAAAA,CAAAA;AACxBH,UAAQC,WAAW;AACrB,CAAA;","names":["packageCopyAssets","chalk","target","then","value","process","exitCode","catch","reason","console","error","red"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["copy-assets-esm.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageCopyAssets } from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\npackageCopyAssets({ target: 'esm' })\n .then(value => (process.exitCode = value))\n .catch((reason) => {\n console.error(chalk.red(reason))\n process.exitCode = 1\n })\n"],"mappings":";;;AAEA,SAASA,yBAAyB;AAClC,OAAOC,WAAW;AAElBD,kBAAkB;EAAEE,QAAQ;AAAM,CAAA,EAC/BC,KAAKC,CAAAA,UAAUC,QAAQC,WAAWF,KAAAA,EAClCG,MAAM,CAACC,WAAAA;AACNC,UAAQC,MAAMT,MAAMU,IAAIH,MAAAA,CAAAA;AACxBH,UAAQC,WAAW;AACrB,CAAA;","names":["packageCopyAssets","chalk","target","then","value","process","exitCode","catch","reason","console","error","red"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["deps.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageDeps } from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\npackageDeps()\n .then(value => (process.exitCode = value))\n .catch((ex: Error) => {\n console.error(`Deps Failed: ${chalk.red(ex)}`)\n process.exitCode = 0\n })\n"],"mappings":";;;AAEA,SAASA,mBAAmB;AAC5B,OAAOC,WAAW;AAElBD,YAAAA,EACGE,KAAKC,CAAAA,UAAUC,QAAQC,WAAWF,KAAAA,EAClCG,MAAM,CAACC,OAAAA;AACNC,UAAQC,MAAM,gBAAgBR,MAAMS,IAAIH,EAAAA,CAAAA,EAAK;AAC7CH,UAAQC,WAAW;AACrB,CAAA;","names":["packageDeps","chalk","then","value","process","exitCode","catch","ex","console","error","red"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["gen-docs.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageGenDocs } from '@xylabs/ts-scripts-yarn3'\n\npackageGenDocs()\n .then(() => {\n process.exit(0)\n })\n .catch((error) => {\n console.error(error)\n process.exit(1)\n })\n"],"mappings":";;;AAEA,SAASA,sBAAsB;AAE/BA,eAAAA,EACGC,KAAK,MAAA;AACJC,UAAQC,KAAK,CAAA;AACf,CAAA,EACCC,MAAM,CAACC,UAAAA;AACNC,UAAQD,MAAMA,KAAAA;AACdH,UAAQC,KAAK,CAAA;AACf,CAAA;","names":["packageGenDocs","then","process","exit","catch","error","console"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["publint.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packagePublint } from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\npackagePublint()\n .then(value => (process.exitCode = value))\n .catch((ex: Error) => {\n console.error(`Publint Failed: ${chalk.red(ex)}`)\n console.error(chalk.gray(ex.stack))\n process.exitCode = -1\n })\n"],"mappings":";;;AAEA,SAASA,sBAAsB;AAC/B,OAAOC,WAAW;AAElBD,eAAAA,EACGE,KAAKC,CAAAA,UAAUC,QAAQC,WAAWF,KAAAA,EAClCG,MAAM,CAACC,OAAAA;AACNC,UAAQC,MAAM,mBAAmBR,MAAMS,IAAIH,EAAAA,CAAAA,EAAK;AAChDC,UAAQC,MAAMR,MAAMU,KAAKJ,GAAGK,KAAK,CAAA;AACjCR,UAAQC,WAAW;AACrB,CAAA;","names":["packagePublint","chalk","then","value","process","exitCode","catch","ex","console","error","red","gray","stack"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["recompile.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { packageRecompile } from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\npackageRecompile()\n .then(value => (process.exitCode = value))\n .catch((reason) => {\n console.error(chalk.red(reason))\n process.exitCode = 1\n })\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AACjC,OAAOC,WAAW;AAElBD,iBAAAA,EACGE,KAAKC,CAAAA,UAAUC,QAAQC,WAAWF,KAAAA,EAClCG,MAAM,CAACC,WAAAA;AACNC,UAAQC,MAAMR,MAAMS,IAAIH,MAAAA,CAAAA;AACxBH,UAAQC,WAAW;AACrB,CAAA;","names":["packageRecompile","chalk","then","value","process","exitCode","catch","reason","console","error","red"]}
|
package/dist/bin/rebuild.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["rebuild.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('rebuild')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,SAAA;","names":["runXyWithWarning"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["reinstall.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('reinstall')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,WAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/relint.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["relint.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('relint')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,QAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/sitemap.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["sitemap.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('sitemap')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,SAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/sonar.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["sonar.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('sonar')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,OAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/start.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["start.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('start')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,OAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/test.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["test.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('test')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,MAAA;","names":["runXyWithWarning"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["tsconfig-gen-clean.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('tsconfig-gen-clean')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,oBAAA;","names":["runXyWithWarning"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["tsconfig-gen.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('tsconfig-gen')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,cAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/up.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["up.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('up')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,IAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/updo.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["updo.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('updo')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,MAAA;","names":["runXyWithWarning"]}
|
package/dist/bin/xy.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["xyReact.ts","analyze.ts","eject.ts","sitemap.ts","start.ts","xy.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport {\n xyBuildCommands, xyCommonCommands, xyInstallCommands, xyLintCommands, xyParseOptions,\n} from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\nimport {\n analyze, eject, sitemap, start,\n} from '../actions/index.ts'\n\nexport const xyReact = async () => {\n return await xyBuildCommands(xyInstallCommands(xyLintCommands(xyInstallCommands(xyCommonCommands(xyParseOptions())))))\n .command(\n 'analyze',\n 'Analyze - Analyze Bundles',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Analyzing')\n process.exitCode = analyze()\n },\n )\n .command(\n 'eject',\n 'Eject - Eject React project',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Ejecting')\n process.exitCode = eject()\n },\n )\n .command(\n 'sitemap',\n 'Sitemap - Generate sitemap for the project',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Generating Sitemap')\n process.exitCode = sitemap()\n },\n )\n .command(\n 'start',\n 'Start - Start project in browser',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Starting')\n process.exitCode = start()\n },\n )\n .demandCommand(1)\n .command('*', '', () => {\n console.error(chalk.yellow(`Command not found [${chalk.magenta(process.argv[2])}]`))\n console.log(chalk.gray(\"Try 'yarn xy --help' for list of commands\"))\n })\n .help().argv\n}\n","import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.ts']]])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const eject = () => {\n return runSteps('Eject', [['yarn', 'react-scripts eject']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const sitemap = () => {\n return runSteps('Sitemap', [['ts-node-script', './scripts/sitemap.ts']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const start = () => {\n return runSteps('Start', [['yarn', 'react-scripts start']])\n}\n","#!/usr/bin/env node\n\nimport { xyReact } from '../lib/index.ts'\n\nxyReact()\n .then(() => {\n process.exit(0)\n })\n .catch((error) => {\n console.error(error)\n process.exit(1)\n })\n"],"mappings":";;;;;AAEA,SACEA,iBAAiBC,kBAAkBC,mBAAmBC,gBAAgBC,sBACjE;AACP,OAAOC,WAAW;;;ACLlB,SAASC,gBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,SAAS,WAAW;IAAC;MAAC;MAAQ;QAAC;QAAuB;;;GAAyB;AACxF,GAFuB;;;ACDvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;ACFrB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,UAAS,WAAW;IAAC;MAAC;MAAkB;;GAAwB;AACzE,GAFuB;;;ACFvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;AJQd,IAAMC,UAAU,mCAAA;AACrB,SAAO,MAAMC,gBAAgBC,kBAAkBC,eAAeD,kBAAkBE,iBAAiBC,eAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,EAC9FC,QACC,WACA,6BACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,WAAA;AAC9BC,YAAQC,WAAWC,QAAAA;EACrB,CAAA,EAEDR,QACC,SACA,+BACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,UAAA;AAC9BC,YAAQC,WAAWE,MAAAA;EACrB,CAAA,EAEDT,QACC,WACA,8CACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,oBAAA;AAC9BC,YAAQC,WAAWG,QAAAA;EACrB,CAAA,EAEDV,QACC,SACA,oCACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,UAAA;AAC9BC,YAAQC,WAAWI,MAAAA;EACrB,CAAA,EAEDC,cAAc,CAAA,EACdZ,QAAQ,KAAK,IAAI,MAAA;AAChBI,YAAQS,MAAMC,MAAMC,OAAO,sBAAsBD,MAAME,QAAQV,QAAQJ,KAAK,CAAA,CAAE,CAAA,GAAI,CAAA;AAClFE,YAAQC,IAAIS,MAAMG,KAAK,2CAAA,CAAA;EACzB,CAAA,EACCC,KAAI,EAAGhB;AACZ,GApDuB;;;AKPvBiB,QAAAA,EACGC,KAAK,MAAA;AACJC,UAAQC,KAAK,CAAA;AACf,CAAA,EACCC,MAAM,CAACC,UAAAA;AACNC,UAAQD,MAAMA,KAAAA;AACdH,UAAQC,KAAK,CAAA;AACf,CAAA;","names":["xyBuildCommands","xyCommonCommands","xyInstallCommands","xyLintCommands","xyParseOptions","chalk","runSteps","analyze","runSteps","runSteps","eject","runSteps","runSteps","sitemap","runSteps","runSteps","start","runSteps","xyReact","xyBuildCommands","xyInstallCommands","xyLintCommands","xyCommonCommands","xyParseOptions","command","yargs","argv","verbose","console","log","process","exitCode","analyze","eject","sitemap","start","demandCommand","error","chalk","yellow","magenta","gray","help","xyReact","then","process","exit","catch","error","console"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["yarn3only.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport { runXyWithWarning } from '@xylabs/ts-scripts-yarn3'\n\nrunXyWithWarning('yarn3only')\n"],"mappings":";;;AAEA,SAASA,wBAAwB;AAEjCA,iBAAiB,WAAA;","names":["runXyWithWarning"]}
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["analyze.ts","eject.ts","sitemap.ts","start.ts","test.ts","xyReact.ts"],"sourcesContent":["import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.ts']]])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const eject = () => {\n return runSteps('Eject', [['yarn', 'react-scripts eject']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const sitemap = () => {\n return runSteps('Sitemap', [['ts-node-script', './scripts/sitemap.ts']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const start = () => {\n return runSteps('Start', [['yarn', 'react-scripts start']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const test = () => {\n return runSteps('Test', [['yarn', 'react-scripts test']])\n}\n","#!/usr/bin/env node\n\nimport {\n xyBuildCommands, xyCommonCommands, xyInstallCommands, xyLintCommands, xyParseOptions,\n} from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\nimport {\n analyze, eject, sitemap, start,\n} from '../actions/index.ts'\n\nexport const xyReact = async () => {\n return await xyBuildCommands(xyInstallCommands(xyLintCommands(xyInstallCommands(xyCommonCommands(xyParseOptions())))))\n .command(\n 'analyze',\n 'Analyze - Analyze Bundles',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Analyzing')\n process.exitCode = analyze()\n },\n )\n .command(\n 'eject',\n 'Eject - Eject React project',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Ejecting')\n process.exitCode = eject()\n },\n )\n .command(\n 'sitemap',\n 'Sitemap - Generate sitemap for the project',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Generating Sitemap')\n process.exitCode = sitemap()\n },\n )\n .command(\n 'start',\n 'Start - Start project in browser',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Starting')\n process.exitCode = start()\n },\n )\n .demandCommand(1)\n .command('*', '', () => {\n console.error(chalk.yellow(`Command not found [${chalk.magenta(process.argv[2])}]`))\n console.log(chalk.gray(\"Try 'yarn xy --help' for list of commands\"))\n })\n .help().argv\n}\n"],"mappings":";;;;AAAA,SAASA,gBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,SAAS,WAAW;IAAC;MAAC;MAAQ;QAAC;QAAuB;;;GAAyB;AACxF,GAFuB;;;ACDvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;ACFrB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,UAAS,WAAW;IAAC;MAAC;MAAkB;;GAAwB;AACzE,GAFuB;;;ACFvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;ACFrB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,OAAO,6BAAA;AAClB,SAAOC,UAAS,QAAQ;IAAC;MAAC;MAAQ;;GAAsB;AAC1D,GAFoB;;;ACDpB,SACEC,iBAAiBC,kBAAkBC,mBAAmBC,gBAAgBC,sBACjE;AACP,OAAOC,WAAW;AAMX,IAAMC,UAAU,mCAAA;AACrB,SAAO,MAAMC,gBAAgBC,kBAAkBC,eAAeD,kBAAkBE,iBAAiBC,eAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,EAC9FC,QACC,WACA,6BACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,WAAA;AAC9BC,YAAQC,WAAWC,QAAAA;EACrB,CAAA,EAEDR,QACC,SACA,+BACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,UAAA;AAC9BC,YAAQC,WAAWE,MAAAA;EACrB,CAAA,EAEDT,QACC,WACA,8CACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,oBAAA;AAC9BC,YAAQC,WAAWG,QAAAA;EACrB,CAAA,EAEDV,QACC,SACA,oCACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,UAAA;AAC9BC,YAAQC,WAAWI,MAAAA;EACrB,CAAA,EAEDC,cAAc,CAAA,EACdZ,QAAQ,KAAK,IAAI,MAAA;AAChBI,YAAQS,MAAMC,MAAMC,OAAO,sBAAsBD,MAAME,QAAQV,QAAQJ,KAAK,CAAA,CAAE,CAAA,GAAI,CAAA;AAClFE,YAAQC,IAAIS,MAAMG,KAAK,2CAAA,CAAA;EACzB,CAAA,EACCC,KAAI,EAAGhB;AACZ,GApDuB;","names":["runSteps","analyze","runSteps","runSteps","eject","runSteps","runSteps","sitemap","runSteps","runSteps","start","runSteps","runSteps","test","runSteps","xyBuildCommands","xyCommonCommands","xyInstallCommands","xyLintCommands","xyParseOptions","chalk","xyReact","xyBuildCommands","xyInstallCommands","xyLintCommands","xyCommonCommands","xyParseOptions","command","yargs","argv","verbose","console","log","process","exitCode","analyze","eject","sitemap","start","demandCommand","error","chalk","yellow","magenta","gray","help"]}
|
package/dist/lib/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["xyReact.ts","analyze.ts","eject.ts","sitemap.ts","start.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport {\n xyBuildCommands, xyCommonCommands, xyInstallCommands, xyLintCommands, xyParseOptions,\n} from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\nimport {\n analyze, eject, sitemap, start,\n} from '../actions/index.ts'\n\nexport const xyReact = async () => {\n return await xyBuildCommands(xyInstallCommands(xyLintCommands(xyInstallCommands(xyCommonCommands(xyParseOptions())))))\n .command(\n 'analyze',\n 'Analyze - Analyze Bundles',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Analyzing')\n process.exitCode = analyze()\n },\n )\n .command(\n 'eject',\n 'Eject - Eject React project',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Ejecting')\n process.exitCode = eject()\n },\n )\n .command(\n 'sitemap',\n 'Sitemap - Generate sitemap for the project',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Generating Sitemap')\n process.exitCode = sitemap()\n },\n )\n .command(\n 'start',\n 'Start - Start project in browser',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Starting')\n process.exitCode = start()\n },\n )\n .demandCommand(1)\n .command('*', '', () => {\n console.error(chalk.yellow(`Command not found [${chalk.magenta(process.argv[2])}]`))\n console.log(chalk.gray(\"Try 'yarn xy --help' for list of commands\"))\n })\n .help().argv\n}\n","import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.ts']]])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const eject = () => {\n return runSteps('Eject', [['yarn', 'react-scripts eject']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const sitemap = () => {\n return runSteps('Sitemap', [['ts-node-script', './scripts/sitemap.ts']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const start = () => {\n return runSteps('Start', [['yarn', 'react-scripts start']])\n}\n"],"mappings":";;;;AAEA,SACEA,iBAAiBC,kBAAkBC,mBAAmBC,gBAAgBC,sBACjE;AACP,OAAOC,WAAW;;;ACLlB,SAASC,gBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,SAAS,WAAW;IAAC;MAAC;MAAQ;QAAC;QAAuB;;;GAAyB;AACxF,GAFuB;;;ACDvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;ACFrB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,UAAS,WAAW;IAAC;MAAC;MAAkB;;GAAwB;AACzE,GAFuB;;;ACFvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;AJQd,IAAMC,UAAU,mCAAA;AACrB,SAAO,MAAMC,gBAAgBC,kBAAkBC,eAAeD,kBAAkBE,iBAAiBC,eAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,EAC9FC,QACC,WACA,6BACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,WAAA;AAC9BC,YAAQC,WAAWC,QAAAA;EACrB,CAAA,EAEDR,QACC,SACA,+BACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,UAAA;AAC9BC,YAAQC,WAAWE,MAAAA;EACrB,CAAA,EAEDT,QACC,WACA,8CACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,oBAAA;AAC9BC,YAAQC,WAAWG,QAAAA;EACrB,CAAA,EAEDV,QACC,SACA,oCACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,UAAA;AAC9BC,YAAQC,WAAWI,MAAAA;EACrB,CAAA,EAEDC,cAAc,CAAA,EACdZ,QAAQ,KAAK,IAAI,MAAA;AAChBI,YAAQS,MAAMC,MAAMC,OAAO,sBAAsBD,MAAME,QAAQV,QAAQJ,KAAK,CAAA,CAAE,CAAA,GAAI,CAAA;AAClFE,YAAQC,IAAIS,MAAMG,KAAK,2CAAA,CAAA;EACzB,CAAA,EACCC,KAAI,EAAGhB;AACZ,GApDuB;","names":["xyBuildCommands","xyCommonCommands","xyInstallCommands","xyLintCommands","xyParseOptions","chalk","runSteps","analyze","runSteps","runSteps","eject","runSteps","runSteps","sitemap","runSteps","runSteps","start","runSteps","xyReact","xyBuildCommands","xyInstallCommands","xyLintCommands","xyCommonCommands","xyParseOptions","command","yargs","argv","verbose","console","log","process","exitCode","analyze","eject","sitemap","start","demandCommand","error","chalk","yellow","magenta","gray","help"]}
|
package/dist/lib/xyReact.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["
|
|
1
|
+
{"version":3,"sources":["xyReact.ts","analyze.ts","eject.ts","sitemap.ts","start.ts"],"sourcesContent":["#!/usr/bin/env node\n\nimport {\n xyBuildCommands, xyCommonCommands, xyInstallCommands, xyLintCommands, xyParseOptions,\n} from '@xylabs/ts-scripts-yarn3'\nimport chalk from 'chalk'\n\nimport {\n analyze, eject, sitemap, start,\n} from '../actions/index.ts'\n\nexport const xyReact = async () => {\n return await xyBuildCommands(xyInstallCommands(xyLintCommands(xyInstallCommands(xyCommonCommands(xyParseOptions())))))\n .command(\n 'analyze',\n 'Analyze - Analyze Bundles',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Analyzing')\n process.exitCode = analyze()\n },\n )\n .command(\n 'eject',\n 'Eject - Eject React project',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Ejecting')\n process.exitCode = eject()\n },\n )\n .command(\n 'sitemap',\n 'Sitemap - Generate sitemap for the project',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Generating Sitemap')\n process.exitCode = sitemap()\n },\n )\n .command(\n 'start',\n 'Start - Start project in browser',\n (yargs) => {\n return yargs\n },\n (argv) => {\n if (argv.verbose) console.log('Starting')\n process.exitCode = start()\n },\n )\n .demandCommand(1)\n .command('*', '', () => {\n console.error(chalk.yellow(`Command not found [${chalk.magenta(process.argv[2])}]`))\n console.log(chalk.gray(\"Try 'yarn xy --help' for list of commands\"))\n })\n .help().argv\n}\n","import { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const analyze = () => {\n return runSteps('Analyze', [['yarn', ['source-map-explorer', 'build/static/js/*.ts']]])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const eject = () => {\n return runSteps('Eject', [['yarn', 'react-scripts eject']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const sitemap = () => {\n return runSteps('Sitemap', [['ts-node-script', './scripts/sitemap.ts']])\n}\n","#!/usr/bin/env node\nimport { runSteps } from '@xylabs/ts-scripts-yarn3'\n\nexport const start = () => {\n return runSteps('Start', [['yarn', 'react-scripts start']])\n}\n"],"mappings":";;;;;AAEA,SACEA,iBAAiBC,kBAAkBC,mBAAmBC,gBAAgBC,sBACjE;AACP,OAAOC,WAAW;;;ACLlB,SAASC,gBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,SAAS,WAAW;IAAC;MAAC;MAAQ;QAAC;QAAuB;;;GAAyB;AACxF,GAFuB;;;ACDvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;ACFrB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,UAAU,6BAAA;AACrB,SAAOC,UAAS,WAAW;IAAC;MAAC;MAAkB;;GAAwB;AACzE,GAFuB;;;ACFvB,SAASC,YAAAA,iBAAgB;AAElB,IAAMC,QAAQ,6BAAA;AACnB,SAAOC,UAAS,SAAS;IAAC;MAAC;MAAQ;;GAAuB;AAC5D,GAFqB;;;AJQd,IAAMC,UAAU,mCAAA;AACrB,SAAO,MAAMC,gBAAgBC,kBAAkBC,eAAeD,kBAAkBE,iBAAiBC,eAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,EAC9FC,QACC,WACA,6BACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,WAAA;AAC9BC,YAAQC,WAAWC,QAAAA;EACrB,CAAA,EAEDR,QACC,SACA,+BACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,UAAA;AAC9BC,YAAQC,WAAWE,MAAAA;EACrB,CAAA,EAEDT,QACC,WACA,8CACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,oBAAA;AAC9BC,YAAQC,WAAWG,QAAAA;EACrB,CAAA,EAEDV,QACC,SACA,oCACA,CAACC,UAAAA;AACC,WAAOA;EACT,GACA,CAACC,SAAAA;AACC,QAAIA,KAAKC,QAASC,SAAQC,IAAI,UAAA;AAC9BC,YAAQC,WAAWI,MAAAA;EACrB,CAAA,EAEDC,cAAc,CAAA,EACdZ,QAAQ,KAAK,IAAI,MAAA;AAChBI,YAAQS,MAAMC,MAAMC,OAAO,sBAAsBD,MAAME,QAAQV,QAAQJ,KAAK,CAAA,CAAE,CAAA,GAAI,CAAA;AAClFE,YAAQC,IAAIS,MAAMG,KAAK,2CAAA,CAAA;EACzB,CAAA,EACCC,KAAI,EAAGhB;AACZ,GApDuB;","names":["xyBuildCommands","xyCommonCommands","xyInstallCommands","xyLintCommands","xyParseOptions","chalk","runSteps","analyze","runSteps","runSteps","eject","runSteps","runSteps","sitemap","runSteps","runSteps","start","runSteps","xyReact","xyBuildCommands","xyInstallCommands","xyLintCommands","xyCommonCommands","xyParseOptions","command","yargs","argv","verbose","console","log","process","exitCode","analyze","eject","sitemap","start","demandCommand","error","chalk","yellow","magenta","gray","help"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xylabs/ts-scripts-react-yarn3",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.26",
|
|
4
4
|
"description": "TypeScript project scripts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xylabs",
|
|
@@ -61,14 +61,9 @@
|
|
|
61
61
|
"start": "dist/bin/start.mjs",
|
|
62
62
|
"test": "dist/bin/test.mjs",
|
|
63
63
|
"tsconfig-gen": "dist/bin/tsconfig-gen.mjs",
|
|
64
|
-
"tsconfig-gen:cjs": "dist/bin/tsconfig-gen-cjs.mjs",
|
|
65
64
|
"tsconfig-gen:clean": "dist/bin/tsconfig-gen-clean.mjs",
|
|
66
|
-
"tsconfig-gen:esm": "dist/bin/tsconfig-gen-esm.mjs",
|
|
67
|
-
"tsconfig-gen:test": "dist/bin/tsconfig-gen-test.mjs",
|
|
68
65
|
"up": "dist/bin/up.mjs",
|
|
69
66
|
"updo": "dist/bin/updo.mjs",
|
|
70
|
-
"upplug": "dist/bin/upplug.mjs",
|
|
71
|
-
"upyarn": "dist/bin/upyarn.mjs",
|
|
72
67
|
"xy": "dist/bin/xy.mjs",
|
|
73
68
|
"yarn3only": "dist/bin/yarn3only.mjs"
|
|
74
69
|
},
|
|
@@ -77,16 +72,16 @@
|
|
|
77
72
|
"package-recompile": "tsup && publint ."
|
|
78
73
|
},
|
|
79
74
|
"dependencies": {
|
|
80
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
75
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.26",
|
|
81
76
|
"chalk": "^5.4.1",
|
|
82
77
|
"yargs": "^17.7.2"
|
|
83
78
|
},
|
|
84
79
|
"devDependencies": {
|
|
85
80
|
"@types/yargs": "^17.0.33",
|
|
86
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
87
|
-
"@xylabs/tsconfig": "^5.0.
|
|
88
|
-
"publint": "^0.3.
|
|
89
|
-
"tsup": "^8.
|
|
81
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.26",
|
|
82
|
+
"@xylabs/tsconfig": "^5.0.26",
|
|
83
|
+
"publint": "^0.3.6",
|
|
84
|
+
"tsup": "^8.4.0",
|
|
90
85
|
"typescript": "^5.7.3"
|
|
91
86
|
},
|
|
92
87
|
"peerDependencies": {
|