@xylabs/ts-scripts-yarn3 6.0.5 → 6.0.7
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/build.mjs +11 -0
- package/dist/actions/build.mjs.map +1 -1
- package/dist/actions/compile-types.mjs +2 -2
- package/dist/actions/compile-types.mjs.map +1 -1
- package/dist/actions/compile.mjs +7 -9
- package/dist/actions/compile.mjs.map +1 -1
- package/dist/actions/index.mjs +198 -214
- package/dist/actions/index.mjs.map +1 -1
- package/dist/actions/package/compile/compile.mjs +97 -169
- package/dist/actions/package/compile/compile.mjs.map +1 -1
- package/dist/actions/package/compile/compileTypes.mjs +16 -31
- package/dist/actions/package/compile/compileTypes.mjs.map +1 -1
- package/dist/actions/package/compile/index.mjs +152 -177
- package/dist/actions/package/compile/index.mjs.map +1 -1
- package/dist/actions/package/compile/packageCompileTscTypes.mjs +14 -29
- package/dist/actions/package/compile/packageCompileTscTypes.mjs.map +1 -1
- package/dist/actions/package/compile/packageCompileTsup.mjs +94 -82
- package/dist/actions/package/compile/packageCompileTsup.mjs.map +1 -1
- package/dist/actions/package/index.mjs +168 -193
- package/dist/actions/package/index.mjs.map +1 -1
- package/dist/actions/package/recompile.mjs +97 -169
- package/dist/actions/package/recompile.mjs.map +1 -1
- package/dist/bin/package/build-only.mjs +100 -172
- package/dist/bin/package/build-only.mjs.map +1 -1
- package/dist/bin/package/build.mjs +100 -172
- package/dist/bin/package/build.mjs.map +1 -1
- package/dist/bin/package/clean-outputs.mjs +1 -6
- package/dist/bin/package/clean-outputs.mjs.map +1 -1
- package/dist/bin/package/clean-typescript.mjs +1 -6
- package/dist/bin/package/clean-typescript.mjs.map +1 -1
- package/dist/bin/package/compile-only.mjs +99 -171
- package/dist/bin/package/compile-only.mjs.map +1 -1
- package/dist/bin/package/compile-tsup.mjs +110 -96
- package/dist/bin/package/compile-tsup.mjs.map +1 -1
- package/dist/bin/package/compile-types.mjs +44 -55
- package/dist/bin/package/compile-types.mjs.map +1 -1
- package/dist/bin/package/compile.mjs +99 -171
- package/dist/bin/package/compile.mjs.map +1 -1
- package/dist/bin/package/recompile.mjs +99 -171
- package/dist/bin/package/recompile.mjs.map +1 -1
- package/dist/bin/xy.mjs +20 -12
- package/dist/bin/xy.mjs.map +1 -1
- package/dist/index.d.ts +6 -11
- package/dist/index.mjs +208 -225
- package/dist/index.mjs.map +1 -1
- package/dist/types/actions/build.d.ts +9 -0
- package/dist/types/actions/build.d.ts.map +1 -0
- package/dist/types/actions/clean-docs.d.ts +2 -0
- package/dist/types/actions/clean-docs.d.ts.map +1 -0
- package/dist/types/actions/clean-eslint.d.ts +2 -0
- package/dist/types/actions/clean-eslint.d.ts.map +1 -0
- package/dist/types/actions/clean-jest.d.ts +2 -0
- package/dist/types/actions/clean-jest.d.ts.map +1 -0
- package/dist/types/actions/clean.d.ts +12 -0
- package/dist/types/actions/clean.d.ts.map +1 -0
- package/dist/types/actions/compile-types.d.ts +16 -0
- package/dist/types/actions/compile-types.d.ts.map +1 -0
- package/dist/types/actions/compile.d.ts +19 -0
- package/dist/types/actions/compile.d.ts.map +1 -0
- package/dist/types/actions/copy-assets.d.ts +6 -0
- package/dist/types/actions/copy-assets.d.ts.map +1 -0
- package/dist/types/actions/cycle.d.ts +2 -0
- package/dist/types/actions/cycle.d.ts.map +1 -0
- package/dist/types/actions/dead.d.ts +2 -0
- package/dist/types/actions/dead.d.ts.map +1 -0
- package/dist/types/actions/deploy-major.d.ts +2 -0
- package/dist/types/actions/deploy-major.d.ts.map +1 -0
- package/dist/types/actions/deploy-minor.d.ts +2 -0
- package/dist/types/actions/deploy-minor.d.ts.map +1 -0
- package/dist/types/actions/deploy-next.d.ts +2 -0
- package/dist/types/actions/deploy-next.d.ts.map +1 -0
- package/dist/types/actions/deploy.d.ts +2 -0
- package/dist/types/actions/deploy.d.ts.map +1 -0
- package/dist/types/actions/deps.d.ts +13 -0
- package/dist/types/actions/deps.d.ts.map +1 -0
- package/dist/types/actions/dupdeps.d.ts +2 -0
- package/dist/types/actions/dupdeps.d.ts.map +1 -0
- package/dist/types/actions/fix.d.ts +3 -0
- package/dist/types/actions/fix.d.ts.map +1 -0
- package/dist/types/actions/gen-docs.d.ts +11 -0
- package/dist/types/actions/gen-docs.d.ts.map +1 -0
- package/dist/types/actions/gitignore-gen.d.ts +2 -0
- package/dist/types/actions/gitignore-gen.d.ts.map +1 -0
- package/dist/types/actions/gitlint-fix.d.ts +2 -0
- package/dist/types/actions/gitlint-fix.d.ts.map +1 -0
- package/dist/types/actions/gitlint.d.ts +2 -0
- package/dist/types/actions/gitlint.d.ts.map +1 -0
- package/dist/types/actions/index.d.ts +38 -0
- package/dist/types/actions/index.d.ts.map +1 -0
- package/dist/types/actions/license.d.ts +2 -0
- package/dist/types/actions/license.d.ts.map +1 -0
- package/dist/types/actions/lint.d.ts +14 -0
- package/dist/types/actions/lint.d.ts.map +1 -0
- package/dist/types/actions/npmignore-gen.d.ts +2 -0
- package/dist/types/actions/npmignore-gen.d.ts.map +1 -0
- package/dist/types/actions/package/clean-outputs.d.ts +2 -0
- package/dist/types/actions/package/clean-outputs.d.ts.map +1 -0
- package/dist/types/actions/package/clean-typescript.d.ts +2 -0
- package/dist/types/actions/package/clean-typescript.d.ts.map +1 -0
- package/dist/types/actions/package/clean.d.ts +2 -0
- package/dist/types/actions/package/clean.d.ts.map +1 -0
- package/dist/types/actions/package/compile/XyConfig.d.ts +58 -0
- package/dist/types/actions/package/compile/XyConfig.d.ts.map +1 -0
- package/dist/types/actions/package/compile/buildEntries.d.ts +3 -0
- package/dist/types/actions/package/compile/buildEntries.d.ts.map +1 -0
- package/dist/types/actions/package/compile/compile.d.ts +3 -0
- package/dist/types/actions/package/compile/compile.d.ts.map +1 -0
- package/dist/types/actions/package/compile/compileTypes.d.ts +3 -0
- package/dist/types/actions/package/compile/compileTypes.d.ts.map +1 -0
- package/dist/types/actions/package/compile/copyTypeFiles.d.ts +3 -0
- package/dist/types/actions/package/compile/copyTypeFiles.d.ts.map +1 -0
- package/dist/types/actions/package/compile/deepMerge.d.ts +4 -0
- package/dist/types/actions/package/compile/deepMerge.d.ts.map +1 -0
- package/dist/types/actions/package/compile/getCompilerOptions.d.ts +3 -0
- package/dist/types/actions/package/compile/getCompilerOptions.d.ts.map +1 -0
- package/dist/types/actions/package/compile/index.d.ts +7 -0
- package/dist/types/actions/package/compile/index.d.ts.map +1 -0
- package/dist/types/actions/package/compile/inputs.d.ts +2 -0
- package/dist/types/actions/package/compile/inputs.d.ts.map +1 -0
- package/dist/types/actions/package/compile/packageCompileTsc.d.ts +4 -0
- package/dist/types/actions/package/compile/packageCompileTsc.d.ts.map +1 -0
- package/dist/types/actions/package/compile/packageCompileTscTypes.d.ts +4 -0
- package/dist/types/actions/package/compile/packageCompileTscTypes.d.ts.map +1 -0
- package/dist/types/actions/package/compile/packageCompileTsup.d.ts +5 -0
- package/dist/types/actions/package/compile/packageCompileTsup.d.ts.map +1 -0
- package/dist/types/actions/package/copy-assets.d.ts +5 -0
- package/dist/types/actions/package/copy-assets.d.ts.map +1 -0
- package/dist/types/actions/package/deps.d.ts +2 -0
- package/dist/types/actions/package/deps.d.ts.map +1 -0
- package/dist/types/actions/package/gen-docs.d.ts +2 -0
- package/dist/types/actions/package/gen-docs.d.ts.map +1 -0
- package/dist/types/actions/package/index.d.ts +11 -0
- package/dist/types/actions/package/index.d.ts.map +1 -0
- package/dist/types/actions/package/lint.d.ts +2 -0
- package/dist/types/actions/package/lint.d.ts.map +1 -0
- package/dist/types/actions/package/publint.d.ts +5 -0
- package/dist/types/actions/package/publint.d.ts.map +1 -0
- package/dist/types/actions/package/recompile.d.ts +2 -0
- package/dist/types/actions/package/recompile.d.ts.map +1 -0
- package/dist/types/actions/publint.d.ts +12 -0
- package/dist/types/actions/publint.d.ts.map +1 -0
- package/dist/types/actions/rebuild.d.ts +6 -0
- package/dist/types/actions/rebuild.d.ts.map +1 -0
- package/dist/types/actions/recompile.d.ts +16 -0
- package/dist/types/actions/recompile.d.ts.map +1 -0
- package/dist/types/actions/reinstall.d.ts +2 -0
- package/dist/types/actions/reinstall.d.ts.map +1 -0
- package/dist/types/actions/relint.d.ts +13 -0
- package/dist/types/actions/relint.d.ts.map +1 -0
- package/dist/types/actions/retest.d.ts +2 -0
- package/dist/types/actions/retest.d.ts.map +1 -0
- package/dist/types/actions/sonar.d.ts +2 -0
- package/dist/types/actions/sonar.d.ts.map +1 -0
- package/dist/types/actions/statics.d.ts +2 -0
- package/dist/types/actions/statics.d.ts.map +1 -0
- package/dist/types/actions/test.d.ts +2 -0
- package/dist/types/actions/test.d.ts.map +1 -0
- package/dist/types/actions/up.d.ts +2 -0
- package/dist/types/actions/up.d.ts.map +1 -0
- package/dist/types/actions/updo.d.ts +2 -0
- package/dist/types/actions/updo.d.ts.map +1 -0
- package/dist/types/actions/upplug.d.ts +2 -0
- package/dist/types/actions/upplug.d.ts.map +1 -0
- package/dist/types/actions/upyarn.d.ts +2 -0
- package/dist/types/actions/upyarn.d.ts.map +1 -0
- package/dist/types/actions/yarn3only.d.ts +2 -0
- package/dist/types/actions/yarn3only.d.ts.map +1 -0
- package/dist/types/bin/package/build-only.d.ts +3 -0
- package/dist/types/bin/package/build-only.d.ts.map +1 -0
- package/dist/types/bin/package/build.d.ts +3 -0
- package/dist/types/bin/package/build.d.ts.map +1 -0
- package/dist/types/bin/package/clean-outputs.d.ts +3 -0
- package/dist/types/bin/package/clean-outputs.d.ts.map +1 -0
- package/dist/types/bin/package/clean-typescript.d.ts +3 -0
- package/dist/types/bin/package/clean-typescript.d.ts.map +1 -0
- package/dist/types/bin/package/clean.d.ts +3 -0
- package/dist/types/bin/package/clean.d.ts.map +1 -0
- package/dist/types/bin/package/compile-only.d.ts +3 -0
- package/dist/types/bin/package/compile-only.d.ts.map +1 -0
- package/dist/types/bin/package/compile-tsup.d.ts +3 -0
- package/dist/types/bin/package/compile-tsup.d.ts.map +1 -0
- package/dist/types/bin/package/compile-types.d.ts +3 -0
- package/dist/types/bin/package/compile-types.d.ts.map +1 -0
- package/dist/types/bin/package/compile.d.ts +3 -0
- package/dist/types/bin/package/compile.d.ts.map +1 -0
- package/dist/types/bin/package/copy-assets-cjs.d.ts +3 -0
- package/dist/types/bin/package/copy-assets-cjs.d.ts.map +1 -0
- package/dist/types/bin/package/copy-assets-esm.d.ts +3 -0
- package/dist/types/bin/package/copy-assets-esm.d.ts.map +1 -0
- package/dist/types/bin/package/deps.d.ts +3 -0
- package/dist/types/bin/package/deps.d.ts.map +1 -0
- package/dist/types/bin/package/fix.d.ts +3 -0
- package/dist/types/bin/package/fix.d.ts.map +1 -0
- package/dist/types/bin/package/gen-docs.d.ts +3 -0
- package/dist/types/bin/package/gen-docs.d.ts.map +1 -0
- package/dist/types/bin/package/lint.d.ts +3 -0
- package/dist/types/bin/package/lint.d.ts.map +1 -0
- package/dist/types/bin/package/publint.d.ts +3 -0
- package/dist/types/bin/package/publint.d.ts.map +1 -0
- package/dist/types/bin/package/recompile.d.ts +3 -0
- package/dist/types/bin/package/recompile.d.ts.map +1 -0
- package/dist/types/bin/package/relint.d.ts +3 -0
- package/dist/types/bin/package/relint.d.ts.map +1 -0
- package/dist/types/bin/xy.d.ts +3 -0
- package/dist/types/bin/xy.d.ts.map +1 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/lib/checkResult.d.ts +2 -0
- package/dist/types/lib/checkResult.d.ts.map +1 -0
- package/dist/types/lib/createBuildConfig.d.ts +2 -0
- package/dist/types/lib/createBuildConfig.d.ts.map +1 -0
- package/dist/types/lib/defaultBuildConfig.d.ts +9 -0
- package/dist/types/lib/defaultBuildConfig.d.ts.map +1 -0
- package/dist/types/lib/deleteGlob.d.ts +2 -0
- package/dist/types/lib/deleteGlob.d.ts.map +1 -0
- package/dist/types/lib/dependencies/DuplicateDetector.d.ts +9 -0
- package/dist/types/lib/dependencies/DuplicateDetector.d.ts.map +1 -0
- package/dist/types/lib/dependencies/detectDuplicateDependencies.d.ts +2 -0
- package/dist/types/lib/dependencies/detectDuplicateDependencies.d.ts.map +1 -0
- package/dist/types/lib/dependencies/index.d.ts +3 -0
- package/dist/types/lib/dependencies/index.d.ts.map +1 -0
- package/dist/types/lib/file/ReadFileSyncOptions.d.ts +6 -0
- package/dist/types/lib/file/ReadFileSyncOptions.d.ts.map +1 -0
- package/dist/types/lib/file/constants.d.ts +3 -0
- package/dist/types/lib/file/constants.d.ts.map +1 -0
- package/dist/types/lib/file/fileLines.d.ts +6 -0
- package/dist/types/lib/file/fileLines.d.ts.map +1 -0
- package/dist/types/lib/file/index.d.ts +5 -0
- package/dist/types/lib/file/index.d.ts.map +1 -0
- package/dist/types/lib/file/tryReadFileSync.d.ts +4 -0
- package/dist/types/lib/file/tryReadFileSync.d.ts.map +1 -0
- package/dist/types/lib/generateIgnoreFiles.d.ts +2 -0
- package/dist/types/lib/generateIgnoreFiles.d.ts.map +1 -0
- package/dist/types/lib/index.d.ts +21 -0
- package/dist/types/lib/index.d.ts.map +1 -0
- package/dist/types/lib/jsonFormatters.d.ts +2 -0
- package/dist/types/lib/jsonFormatters.d.ts.map +1 -0
- package/dist/types/lib/loadConfig.d.ts +2 -0
- package/dist/types/lib/loadConfig.d.ts.map +1 -0
- package/dist/types/lib/parsedPackageJSON.d.ts +2 -0
- package/dist/types/lib/parsedPackageJSON.d.ts.map +1 -0
- package/dist/types/lib/processEx.d.ts +2 -0
- package/dist/types/lib/processEx.d.ts.map +1 -0
- package/dist/types/lib/runSteps.d.ts +4 -0
- package/dist/types/lib/runSteps.d.ts.map +1 -0
- package/dist/types/lib/runStepsAsync.d.ts +4 -0
- package/dist/types/lib/runStepsAsync.d.ts.map +1 -0
- package/dist/types/lib/runXy.d.ts +2 -0
- package/dist/types/lib/runXy.d.ts.map +1 -0
- package/dist/types/lib/runXyWithWarning.d.ts +2 -0
- package/dist/types/lib/runXyWithWarning.d.ts.map +1 -0
- package/dist/types/lib/safeExit.d.ts +5 -0
- package/dist/types/lib/safeExit.d.ts.map +1 -0
- package/dist/types/lib/string/empty.d.ts +3 -0
- package/dist/types/lib/string/empty.d.ts.map +1 -0
- package/dist/types/lib/string/index.d.ts +3 -0
- package/dist/types/lib/string/index.d.ts.map +1 -0
- package/dist/types/lib/string/union.d.ts +2 -0
- package/dist/types/lib/string/union.d.ts.map +1 -0
- package/dist/types/lib/withErrnoException.d.ts +2 -0
- package/dist/types/lib/withErrnoException.d.ts.map +1 -0
- package/dist/types/lib/withError.d.ts +2 -0
- package/dist/types/lib/withError.d.ts.map +1 -0
- package/dist/types/lib/yarn/index.d.ts +4 -0
- package/dist/types/lib/yarn/index.d.ts.map +1 -0
- package/dist/types/lib/yarn/isYarnVersionOrGreater.d.ts +2 -0
- package/dist/types/lib/yarn/isYarnVersionOrGreater.d.ts.map +1 -0
- package/dist/types/lib/yarn/workspace/Workspace.d.ts +5 -0
- package/dist/types/lib/yarn/workspace/Workspace.d.ts.map +1 -0
- package/dist/types/lib/yarn/workspace/index.d.ts +4 -0
- package/dist/types/lib/yarn/workspace/index.d.ts.map +1 -0
- package/dist/types/lib/yarn/workspace/yarnWorkspace.d.ts +3 -0
- package/dist/types/lib/yarn/workspace/yarnWorkspace.d.ts.map +1 -0
- package/dist/types/lib/yarn/workspace/yarnWorkspaces.d.ts +3 -0
- package/dist/types/lib/yarn/workspace/yarnWorkspaces.d.ts.map +1 -0
- package/dist/types/lib/yarn/yarnInitCwd.d.ts +2 -0
- package/dist/types/lib/yarn/yarnInitCwd.d.ts.map +1 -0
- package/dist/types/loadPackageConfig.d.ts +6 -0
- package/dist/types/loadPackageConfig.d.ts.map +1 -0
- package/dist/types/xy/index.d.ts +8 -0
- package/dist/types/xy/index.d.ts.map +1 -0
- package/dist/types/xy/param.d.ts +5 -0
- package/dist/types/xy/param.d.ts.map +1 -0
- package/dist/types/xy/xy.d.ts +10 -0
- package/dist/types/xy/xy.d.ts.map +1 -0
- package/dist/types/xy/xyBuildCommands.d.ts +3 -0
- package/dist/types/xy/xyBuildCommands.d.ts.map +1 -0
- package/dist/types/xy/xyCommonCommands.d.ts +3 -0
- package/dist/types/xy/xyCommonCommands.d.ts.map +1 -0
- package/dist/types/xy/xyDeployCommands.d.ts +3 -0
- package/dist/types/xy/xyDeployCommands.d.ts.map +1 -0
- package/dist/types/xy/xyInstallCommands.d.ts +3 -0
- package/dist/types/xy/xyInstallCommands.d.ts.map +1 -0
- package/dist/types/xy/xyLintCommands.d.ts +3 -0
- package/dist/types/xy/xyLintCommands.d.ts.map +1 -0
- package/dist/types/xy/xyParseOptions.d.ts +3 -0
- package/dist/types/xy/xyParseOptions.d.ts.map +1 -0
- package/dist/xy/index.mjs +20 -12
- package/dist/xy/index.mjs.map +1 -1
- package/dist/xy/xy.mjs +20 -12
- package/dist/xy/xy.mjs.map +1 -1
- package/dist/xy/xyBuildCommands.mjs +20 -12
- package/dist/xy/xyBuildCommands.mjs.map +1 -1
- package/package.json +4 -4
- package/src/actions/build.ts +1 -0
- package/src/actions/compile-types.ts +1 -1
- package/src/actions/compile.ts +7 -11
- package/src/actions/package/compile/XyConfig.ts +0 -4
- package/src/actions/package/compile/compile.ts +8 -17
- package/src/actions/package/compile/packageCompileTscTypes.ts +21 -29
- package/src/actions/package/compile/packageCompileTsup.ts +12 -19
- package/src/bin/package/build-only.ts +1 -1
- package/src/bin/package/build.ts +1 -1
- package/src/bin/package/clean-outputs.ts +1 -8
- package/src/bin/package/clean-typescript.ts +1 -8
- package/src/xy/xyBuildCommands.ts +0 -1
package/dist/bin/xy.mjs
CHANGED
|
@@ -476,6 +476,17 @@ var build = /* @__PURE__ */ __name(async ({ incremental, jobs, target, verbose,
|
|
|
476
476
|
...jobsOptions,
|
|
477
477
|
...incrementalOptions
|
|
478
478
|
]
|
|
479
|
+
],
|
|
480
|
+
[
|
|
481
|
+
"yarn",
|
|
482
|
+
[
|
|
483
|
+
"xy",
|
|
484
|
+
"publint",
|
|
485
|
+
...pkgOptions,
|
|
486
|
+
...verboseOptions,
|
|
487
|
+
...jobsOptions,
|
|
488
|
+
...incrementalOptions
|
|
489
|
+
]
|
|
479
490
|
]
|
|
480
491
|
]);
|
|
481
492
|
console.log(`${chalk7.gray("Built in")} [${chalk7.magenta(((Date.now() - start) / 1e3).toFixed(2))}] ${chalk7.gray("seconds")}`);
|
|
@@ -537,23 +548,21 @@ var cleanDocs = /* @__PURE__ */ __name(() => {
|
|
|
537
548
|
|
|
538
549
|
// src/actions/compile.ts
|
|
539
550
|
import chalk9 from "chalk";
|
|
540
|
-
var compile = /* @__PURE__ */ __name(({ verbose, target, pkg, incremental, publint: publint2, jobs
|
|
551
|
+
var compile = /* @__PURE__ */ __name(({ verbose, target, pkg, incremental, publint: publint2, jobs }) => {
|
|
541
552
|
return pkg ? compilePackage({
|
|
542
553
|
pkg,
|
|
543
554
|
publint: publint2,
|
|
544
555
|
target,
|
|
545
|
-
verbose
|
|
546
|
-
types
|
|
556
|
+
verbose
|
|
547
557
|
}) : compileAll({
|
|
548
558
|
incremental,
|
|
549
559
|
publint: publint2,
|
|
550
560
|
target,
|
|
551
561
|
verbose,
|
|
552
|
-
jobs
|
|
553
|
-
types
|
|
562
|
+
jobs
|
|
554
563
|
});
|
|
555
564
|
}, "compile");
|
|
556
|
-
var compilePackage = /* @__PURE__ */ __name(({ target, pkg
|
|
565
|
+
var compilePackage = /* @__PURE__ */ __name(({ target, pkg }) => {
|
|
557
566
|
const targetOptions = target ? [
|
|
558
567
|
"-t",
|
|
559
568
|
target
|
|
@@ -565,13 +574,13 @@ var compilePackage = /* @__PURE__ */ __name(({ target, pkg, types }) => {
|
|
|
565
574
|
"workspace",
|
|
566
575
|
pkg,
|
|
567
576
|
"run",
|
|
568
|
-
|
|
577
|
+
"package-compile",
|
|
569
578
|
...targetOptions
|
|
570
579
|
]
|
|
571
580
|
]
|
|
572
581
|
]);
|
|
573
582
|
}, "compilePackage");
|
|
574
|
-
var compileAll = /* @__PURE__ */ __name(({ jobs, verbose, target, incremental
|
|
583
|
+
var compileAll = /* @__PURE__ */ __name(({ jobs, verbose, target, incremental }) => {
|
|
575
584
|
const start = Date.now();
|
|
576
585
|
const verboseOptions = verbose ? [
|
|
577
586
|
"--verbose"
|
|
@@ -608,7 +617,7 @@ var compileAll = /* @__PURE__ */ __name(({ jobs, verbose, target, incremental, t
|
|
|
608
617
|
...jobsOptions,
|
|
609
618
|
...verboseOptions,
|
|
610
619
|
"run",
|
|
611
|
-
|
|
620
|
+
"package-compile",
|
|
612
621
|
...targetOptions
|
|
613
622
|
]
|
|
614
623
|
]
|
|
@@ -660,10 +669,10 @@ var compileTypesAll = /* @__PURE__ */ __name(({ jobs, verbose, incremental }) =>
|
|
|
660
669
|
];
|
|
661
670
|
const incrementalOptions = incremental ? [
|
|
662
671
|
"--since",
|
|
663
|
-
"-
|
|
672
|
+
"-Apt"
|
|
664
673
|
] : [
|
|
665
674
|
"--parallel",
|
|
666
|
-
"-
|
|
675
|
+
"-Apt"
|
|
667
676
|
];
|
|
668
677
|
const jobsOptions = jobs ? [
|
|
669
678
|
"-j",
|
|
@@ -1659,7 +1668,6 @@ var xyBuildCommands = /* @__PURE__ */ __name((args) => {
|
|
|
1659
1668
|
jobs: argv.jobs,
|
|
1660
1669
|
pkg: argv.package,
|
|
1661
1670
|
target: argv.target,
|
|
1662
|
-
types: argv.types,
|
|
1663
1671
|
verbose: !!argv.verbose
|
|
1664
1672
|
});
|
|
1665
1673
|
}).command("compile-types [package]", "Compile types with Typescript", (yargs2) => {
|