@ariestools/toolchain 8.6.11
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/README.md +65 -0
- package/dist/actions/analyze.d.ts +2 -0
- package/dist/actions/analyze.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/analyzePackage.d.ts +28 -0
- package/dist/actions/api-exposure/analyzer/analyzePackage.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/couplingWalk.d.ts +11 -0
- package/dist/actions/api-exposure/analyzer/couplingWalk.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/depSignals.d.ts +19 -0
- package/dist/actions/api-exposure/analyzer/depSignals.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/entryPoints.d.ts +7 -0
- package/dist/actions/api-exposure/analyzer/entryPoints.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/exposureWalk.d.ts +21 -0
- package/dist/actions/api-exposure/analyzer/exposureWalk.d.ts.map +1 -0
- package/dist/actions/api-exposure/analyzer/program.d.ts +21 -0
- package/dist/actions/api-exposure/analyzer/program.d.ts.map +1 -0
- package/dist/actions/api-exposure/apiExposure.d.ts +17 -0
- package/dist/actions/api-exposure/apiExposure.d.ts.map +1 -0
- package/dist/actions/api-exposure/config.d.ts +21 -0
- package/dist/actions/api-exposure/config.d.ts.map +1 -0
- package/dist/actions/api-exposure/index.d.ts +9 -0
- package/dist/actions/api-exposure/index.d.ts.map +1 -0
- package/dist/actions/api-exposure/reporters.d.ts +16 -0
- package/dist/actions/api-exposure/reporters.d.ts.map +1 -0
- package/dist/actions/api-exposure/rules.d.ts +10 -0
- package/dist/actions/api-exposure/rules.d.ts.map +1 -0
- package/dist/actions/api-exposure/scoring.d.ts +28 -0
- package/dist/actions/api-exposure/scoring.d.ts.map +1 -0
- package/dist/actions/api-exposure/types.d.ts +86 -0
- package/dist/actions/api-exposure/types.d.ts.map +1 -0
- package/dist/actions/barrel/analyzeBarrel.d.ts +22 -0
- package/dist/actions/barrel/analyzeBarrel.d.ts.map +1 -0
- package/dist/actions/barrel/checkBarrelImportRestrictions.d.ts +12 -0
- package/dist/actions/barrel/checkBarrelImportRestrictions.d.ts.map +1 -0
- package/dist/actions/barrel/getReExportSpecs.d.ts +11 -0
- package/dist/actions/barrel/getReExportSpecs.d.ts.map +1 -0
- package/dist/actions/barrel/index.d.ts +6 -0
- package/dist/actions/barrel/index.d.ts.map +1 -0
- package/dist/actions/barrel/resolveBarrel.d.ts +9 -0
- package/dist/actions/barrel/resolveBarrel.d.ts.map +1 -0
- package/dist/actions/barrel/restrictionHelpers.d.ts +30 -0
- package/dist/actions/barrel/restrictionHelpers.d.ts.map +1 -0
- package/dist/actions/build.d.ts +9 -0
- package/dist/actions/build.d.ts.map +1 -0
- package/dist/actions/claude-check.d.ts +2 -0
- package/dist/actions/claude-check.d.ts.map +1 -0
- package/dist/actions/claude-clean.d.ts +2 -0
- package/dist/actions/claude-clean.d.ts.map +1 -0
- package/dist/actions/claude-commands.d.ts +2 -0
- package/dist/actions/claude-commands.d.ts.map +1 -0
- package/dist/actions/claude-rules.d.ts +4 -0
- package/dist/actions/claude-rules.d.ts.map +1 -0
- package/dist/actions/claude-settings.d.ts +5 -0
- package/dist/actions/claude-settings.d.ts.map +1 -0
- package/dist/actions/claude-skills.d.ts +2 -0
- package/dist/actions/claude-skills.d.ts.map +1 -0
- package/dist/actions/clean-eslint.d.ts +3 -0
- package/dist/actions/clean-eslint.d.ts.map +1 -0
- package/dist/actions/clean.d.ts +14 -0
- package/dist/actions/clean.d.ts.map +1 -0
- package/dist/actions/compile.d.ts +45 -0
- package/dist/actions/compile.d.ts.map +1 -0
- package/dist/actions/copy-assets.d.ts +6 -0
- package/dist/actions/copy-assets.d.ts.map +1 -0
- package/dist/actions/dead/analyzePackage.d.ts +43 -0
- package/dist/actions/dead/analyzePackage.d.ts.map +1 -0
- package/dist/actions/dead/classifyPackageVisibility.d.ts +4 -0
- package/dist/actions/dead/classifyPackageVisibility.d.ts.map +1 -0
- package/dist/actions/dead/collectExternalUsage.d.ts +38 -0
- package/dist/actions/dead/collectExternalUsage.d.ts.map +1 -0
- package/dist/actions/dead/collectSymbols.d.ts +40 -0
- package/dist/actions/dead/collectSymbols.d.ts.map +1 -0
- package/dist/actions/dead/dead.d.ts +4 -0
- package/dist/actions/dead/dead.d.ts.map +1 -0
- package/dist/actions/dead/deprecation.d.ts +3 -0
- package/dist/actions/dead/deprecation.d.ts.map +1 -0
- package/dist/actions/dead/detectActiveCodeWorkspace.d.ts +7 -0
- package/dist/actions/dead/detectActiveCodeWorkspace.d.ts.map +1 -0
- package/dist/actions/dead/evaluateRules.d.ts +8 -0
- package/dist/actions/dead/evaluateRules.d.ts.map +1 -0
- package/dist/actions/dead/findWorkspaceFile.d.ts +13 -0
- package/dist/actions/dead/findWorkspaceFile.d.ts.map +1 -0
- package/dist/actions/dead/fixDeadCode.d.ts +12 -0
- package/dist/actions/dead/fixDeadCode.d.ts.map +1 -0
- package/dist/actions/dead/index.d.ts +10 -0
- package/dist/actions/dead/index.d.ts.map +1 -0
- package/dist/actions/dead/parseCodeWorkspace.d.ts +7 -0
- package/dist/actions/dead/parseCodeWorkspace.d.ts.map +1 -0
- package/dist/actions/dead/propagateExternalUsage.d.ts +4 -0
- package/dist/actions/dead/propagateExternalUsage.d.ts.map +1 -0
- package/dist/actions/dead/pruneDeadFiles.d.ts +7 -0
- package/dist/actions/dead/pruneDeadFiles.d.ts.map +1 -0
- package/dist/actions/dead/reporters.d.ts +6 -0
- package/dist/actions/dead/reporters.d.ts.map +1 -0
- package/dist/actions/dead/ruleConfig.d.ts +5 -0
- package/dist/actions/dead/ruleConfig.d.ts.map +1 -0
- package/dist/actions/dead/ruleNames.d.ts +4 -0
- package/dist/actions/dead/ruleNames.d.ts.map +1 -0
- package/dist/actions/dead/rules.d.ts +7 -0
- package/dist/actions/dead/rules.d.ts.map +1 -0
- package/dist/actions/dead/runDeadAnalysis.d.ts +25 -0
- package/dist/actions/dead/runDeadAnalysis.d.ts.map +1 -0
- package/dist/actions/dead/runtimeEntries.d.ts +23 -0
- package/dist/actions/dead/runtimeEntries.d.ts.map +1 -0
- package/dist/actions/dead/sourceEdits.d.ts +7 -0
- package/dist/actions/dead/sourceEdits.d.ts.map +1 -0
- package/dist/actions/dead/storybookConventions.d.ts +6 -0
- package/dist/actions/dead/storybookConventions.d.ts.map +1 -0
- package/dist/actions/dead/types.d.ts +68 -0
- package/dist/actions/dead/types.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/checkPackage.d.ts +17 -0
- package/dist/actions/deplint/checkPackage/checkPackage.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/checkPackageTypes.d.ts +19 -0
- package/dist/actions/deplint/checkPackage/checkPackageTypes.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts +11 -0
- package/dist/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnlistedDependencies.d.ts +21 -0
- package/dist/actions/deplint/checkPackage/getUnlistedDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts +6 -0
- package/dist/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts +24 -0
- package/dist/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts +74 -0
- package/dist/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnusedDependencies.d.ts +12 -0
- package/dist/actions/deplint/checkPackage/getUnusedDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts +7 -0
- package/dist/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts +6 -0
- package/dist/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts +21 -0
- package/dist/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/index.d.ts +13 -0
- package/dist/actions/deplint/checkPackage/index.d.ts.map +1 -0
- package/dist/actions/deplint/checkPackage/legacyPeerCheck.d.ts +13 -0
- package/dist/actions/deplint/checkPackage/legacyPeerCheck.d.ts.map +1 -0
- package/dist/actions/deplint/deplint.d.ts +20 -0
- package/dist/actions/deplint/deplint.d.ts.map +1 -0
- package/dist/actions/deplint/engine.d.ts +15 -0
- package/dist/actions/deplint/engine.d.ts.map +1 -0
- package/dist/actions/deplint/fetchPackageManifest.d.ts +25 -0
- package/dist/actions/deplint/fetchPackageManifest.d.ts.map +1 -0
- package/dist/actions/deplint/findFiles.d.ts +6 -0
- package/dist/actions/deplint/findFiles.d.ts.map +1 -0
- package/dist/actions/deplint/findFilesByGlob.d.ts +2 -0
- package/dist/actions/deplint/findFilesByGlob.d.ts.map +1 -0
- package/dist/actions/deplint/fixer.d.ts +3 -0
- package/dist/actions/deplint/fixer.d.ts.map +1 -0
- package/dist/actions/deplint/getBasePackageName.d.ts +2 -0
- package/dist/actions/deplint/getBasePackageName.d.ts.map +1 -0
- package/dist/actions/deplint/getCliReferencedPackagesFromFiles.d.ts +12 -0
- package/dist/actions/deplint/getCliReferencedPackagesFromFiles.d.ts.map +1 -0
- package/dist/actions/deplint/getDependenciesFromPackageJson.d.ts +9 -0
- package/dist/actions/deplint/getDependenciesFromPackageJson.d.ts.map +1 -0
- package/dist/actions/deplint/getExtendsFromTsconfigs.d.ts +10 -0
- package/dist/actions/deplint/getExtendsFromTsconfigs.d.ts.map +1 -0
- package/dist/actions/deplint/getExternalImportsFromFiles.d.ts +12 -0
- package/dist/actions/deplint/getExternalImportsFromFiles.d.ts.map +1 -0
- package/dist/actions/deplint/getImportsFromFile.d.ts +4 -0
- package/dist/actions/deplint/getImportsFromFile.d.ts.map +1 -0
- package/dist/actions/deplint/getRequiredPeerDependencies.d.ts +10 -0
- package/dist/actions/deplint/getRequiredPeerDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/getScriptReferencedPackages.d.ts +8 -0
- package/dist/actions/deplint/getScriptReferencedPackages.d.ts.map +1 -0
- package/dist/actions/deplint/getStorybookConfigImports.d.ts +3 -0
- package/dist/actions/deplint/getStorybookConfigImports.d.ts.map +1 -0
- package/dist/actions/deplint/implicitDevDependencies.d.ts +15 -0
- package/dist/actions/deplint/implicitDevDependencies.d.ts.map +1 -0
- package/dist/actions/deplint/index.d.ts +11 -0
- package/dist/actions/deplint/index.d.ts.map +1 -0
- package/dist/actions/deplint/isTerminalPackage.d.ts +25 -0
- package/dist/actions/deplint/isTerminalPackage.d.ts.map +1 -0
- package/dist/actions/deplint/loader.d.ts +4 -0
- package/dist/actions/deplint/loader.d.ts.map +1 -0
- package/dist/actions/deplint/packageEditor.d.ts +11 -0
- package/dist/actions/deplint/packageEditor.d.ts.map +1 -0
- package/dist/actions/deplint/packageJsonEditor.d.ts +97 -0
- package/dist/actions/deplint/packageJsonEditor.d.ts.map +1 -0
- package/dist/actions/deplint/peerRangeOptions.d.ts +10 -0
- package/dist/actions/deplint/peerRangeOptions.d.ts.map +1 -0
- package/dist/actions/deplint/reporters.d.ts +8 -0
- package/dist/actions/deplint/reporters.d.ts.map +1 -0
- package/dist/actions/deplint/resolvePeerBumpFixes.d.ts +24 -0
- package/dist/actions/deplint/resolvePeerBumpFixes.d.ts.map +1 -0
- package/dist/actions/deplint/ruleConfig.d.ts +5 -0
- package/dist/actions/deplint/ruleConfig.d.ts.map +1 -0
- package/dist/actions/deplint/rules.d.ts +4 -0
- package/dist/actions/deplint/rules.d.ts.map +1 -0
- package/dist/actions/deplint/rulesDiagnostic.d.ts +4 -0
- package/dist/actions/deplint/rulesDiagnostic.d.ts.map +1 -0
- package/dist/actions/deplint/rulesMisplaced.d.ts +4 -0
- package/dist/actions/deplint/rulesMisplaced.d.ts.map +1 -0
- package/dist/actions/deplint/snapshot.d.ts +22 -0
- package/dist/actions/deplint/snapshot.d.ts.map +1 -0
- package/dist/actions/deplint/tsScriptsAliases.d.ts +11 -0
- package/dist/actions/deplint/tsScriptsAliases.d.ts.map +1 -0
- package/dist/actions/deplint/types.d.ts +295 -0
- package/dist/actions/deplint/types.d.ts.map +1 -0
- package/dist/actions/deplint/versionMismatchFixes.d.ts +4 -0
- package/dist/actions/deplint/versionMismatchFixes.d.ts.map +1 -0
- package/dist/actions/deploy.d.ts +3 -0
- package/dist/actions/deploy.d.ts.map +1 -0
- package/dist/actions/eject.d.ts +2 -0
- package/dist/actions/eject.d.ts.map +1 -0
- package/dist/actions/fix.d.ts +7 -0
- package/dist/actions/fix.d.ts.map +1 -0
- package/dist/actions/gitignore.d.ts +4 -0
- package/dist/actions/gitignore.d.ts.map +1 -0
- package/dist/actions/gitlint-fix.d.ts +2 -0
- package/dist/actions/gitlint-fix.d.ts.map +1 -0
- package/dist/actions/gitlint.d.ts +2 -0
- package/dist/actions/gitlint.d.ts.map +1 -0
- package/dist/actions/incremental.d.ts +46 -0
- package/dist/actions/incremental.d.ts.map +1 -0
- package/dist/actions/index.d.ts +54 -0
- package/dist/actions/index.d.ts.map +1 -0
- package/dist/actions/install.d.ts +2 -0
- package/dist/actions/install.d.ts.map +1 -0
- package/dist/actions/license.d.ts +2 -0
- package/dist/actions/license.d.ts.map +1 -0
- package/dist/actions/lint-config.d.ts +16 -0
- package/dist/actions/lint-config.d.ts.map +1 -0
- package/dist/actions/lint-init.d.ts +16 -0
- package/dist/actions/lint-init.d.ts.map +1 -0
- package/dist/actions/lint.d.ts +36 -0
- package/dist/actions/lint.d.ts.map +1 -0
- package/dist/actions/lintNext.d.ts +14 -0
- package/dist/actions/lintNext.d.ts.map +1 -0
- package/dist/actions/lintNextWorker.d.ts +21 -0
- package/dist/actions/lintNextWorker.d.ts.map +1 -0
- package/dist/actions/lintTierAnalysis.d.ts +61 -0
- package/dist/actions/lintTierAnalysis.d.ts.map +1 -0
- package/dist/actions/lintlint.d.ts +12 -0
- package/dist/actions/lintlint.d.ts.map +1 -0
- package/dist/actions/node-lint.d.ts +19 -0
- package/dist/actions/node-lint.d.ts.map +1 -0
- package/dist/actions/npmignore-gen.d.ts +2 -0
- package/dist/actions/npmignore-gen.d.ts.map +1 -0
- package/dist/actions/orphan.d.ts +6 -0
- package/dist/actions/orphan.d.ts.map +1 -0
- package/dist/actions/package/clean-outputs.d.ts +6 -0
- package/dist/actions/package/clean-outputs.d.ts.map +1 -0
- package/dist/actions/package/clean-typescript.d.ts +3 -0
- package/dist/actions/package/clean-typescript.d.ts.map +1 -0
- package/dist/actions/package/clean.d.ts +3 -0
- package/dist/actions/package/clean.d.ts.map +1 -0
- package/dist/actions/package/compile/ApiExposureConfig.d.ts +58 -0
- package/dist/actions/package/compile/ApiExposureConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/MonolithConfig.d.ts +105 -0
- package/dist/actions/package/compile/MonolithConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/XyConfig.d.ts +462 -0
- package/dist/actions/package/compile/XyConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/buildEntries.d.ts +3 -0
- package/dist/actions/package/compile/buildEntries.d.ts.map +1 -0
- package/dist/actions/package/compile/compile.d.ts +7 -0
- package/dist/actions/package/compile/compile.d.ts.map +1 -0
- package/dist/actions/package/compile/copyTypeFiles.d.ts +2 -0
- package/dist/actions/package/compile/copyTypeFiles.d.ts.map +1 -0
- package/dist/actions/package/compile/createProgramFromConfig.d.ts +25 -0
- package/dist/actions/package/compile/createProgramFromConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/createTypescriptConfig.d.ts +29 -0
- package/dist/actions/package/compile/createTypescriptConfig.d.ts.map +1 -0
- package/dist/actions/package/compile/deepMerge.d.ts +4 -0
- package/dist/actions/package/compile/deepMerge.d.ts.map +1 -0
- package/dist/actions/package/compile/entryOutputName.d.ts +5 -0
- package/dist/actions/package/compile/entryOutputName.d.ts.map +1 -0
- package/dist/actions/package/compile/findWorkspaceRoot.d.ts +5 -0
- package/dist/actions/package/compile/findWorkspaceRoot.d.ts.map +1 -0
- package/dist/actions/package/compile/getCompilerOptions.d.ts +3 -0
- package/dist/actions/package/compile/getCompilerOptions.d.ts.map +1 -0
- package/dist/actions/package/compile/index.d.ts +16 -0
- package/dist/actions/package/compile/index.d.ts.map +1 -0
- package/dist/actions/package/compile/inputs.d.ts +2 -0
- package/dist/actions/package/compile/inputs.d.ts.map +1 -0
- package/dist/actions/package/compile/monolithCompileDeclarations.d.ts +14 -0
- package/dist/actions/package/compile/monolithCompileDeclarations.d.ts.map +1 -0
- package/dist/actions/package/compile/monolithCompileEntries.d.ts +20 -0
- package/dist/actions/package/compile/monolithCompileEntries.d.ts.map +1 -0
- package/dist/actions/package/compile/monolithCompileLayout.d.ts +43 -0
- package/dist/actions/package/compile/monolithCompileLayout.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileEsbuild.d.ts +18 -0
- package/dist/actions/package/compile/packageCompileEsbuild.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileMonolith.d.ts +10 -0
- package/dist/actions/package/compile/packageCompileMonolith.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileTsc.d.ts +3 -0
- package/dist/actions/package/compile/packageCompileTsc.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileTsup.d.ts +6 -0
- package/dist/actions/package/compile/packageCompileTsup.d.ts.map +1 -0
- package/dist/actions/package/compile/packageCompileVendor.d.ts +4 -0
- package/dist/actions/package/compile/packageCompileVendor.d.ts.map +1 -0
- package/dist/actions/package/compile/resolveCompileBundleOptions.d.ts +13 -0
- package/dist/actions/package/compile/resolveCompileBundleOptions.d.ts.map +1 -0
- package/dist/actions/package/compile/resolveCompilePlatforms.d.ts +23 -0
- package/dist/actions/package/compile/resolveCompilePlatforms.d.ts.map +1 -0
- package/dist/actions/package/compile/resolvePlatformTypes.d.ts +5 -0
- package/dist/actions/package/compile/resolvePlatformTypes.d.ts.map +1 -0
- package/dist/actions/package/compile/runTsc.d.ts +2 -0
- package/dist/actions/package/compile/runTsc.d.ts.map +1 -0
- package/dist/actions/package/compile/validateFullPackage.d.ts +2 -0
- package/dist/actions/package/compile/validateFullPackage.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompile.d.ts +6 -0
- package/dist/actions/package/compile/vendorCompile.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompileEmit.d.ts +8 -0
- package/dist/actions/package/compile/vendorCompileEmit.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompileInternals.d.ts +31 -0
- package/dist/actions/package/compile/vendorCompileInternals.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompileRewrite.d.ts +3 -0
- package/dist/actions/package/compile/vendorCompileRewrite.d.ts.map +1 -0
- package/dist/actions/package/compile/vendorCompileTypes.d.ts +31 -0
- package/dist/actions/package/compile/vendorCompileTypes.d.ts.map +1 -0
- package/dist/actions/package/compileTargetsPublint.d.ts +13 -0
- package/dist/actions/package/compileTargetsPublint.d.ts.map +1 -0
- package/dist/actions/package/copy-assets.d.ts +5 -0
- package/dist/actions/package/copy-assets.d.ts.map +1 -0
- package/dist/actions/package/expectedCompileOutputs.d.ts +11 -0
- package/dist/actions/package/expectedCompileOutputs.d.ts.map +1 -0
- package/dist/actions/package/exportConditionPublint.d.ts +9 -0
- package/dist/actions/package/exportConditionPublint.d.ts.map +1 -0
- package/dist/actions/package/exportMapPublint.d.ts +7 -0
- package/dist/actions/package/exportMapPublint.d.ts.map +1 -0
- package/dist/actions/package/index.d.ts +9 -0
- package/dist/actions/package/index.d.ts.map +1 -0
- package/dist/actions/package/lint.d.ts +2 -0
- package/dist/actions/package/lint.d.ts.map +1 -0
- package/dist/actions/package/platformPublint.d.ts +7 -0
- package/dist/actions/package/platformPublint.d.ts.map +1 -0
- package/dist/actions/package/publint.d.ts +16 -0
- package/dist/actions/package/publint.d.ts.map +1 -0
- package/dist/actions/package/recompile.d.ts +3 -0
- package/dist/actions/package/recompile.d.ts.map +1 -0
- package/dist/actions/package-lint-deps.d.ts +47 -0
- package/dist/actions/package-lint-deps.d.ts.map +1 -0
- package/dist/actions/package-lint-engines.d.ts +22 -0
- package/dist/actions/package-lint-engines.d.ts.map +1 -0
- package/dist/actions/package-lint-pnpm.d.ts +11 -0
- package/dist/actions/package-lint-pnpm.d.ts.map +1 -0
- package/dist/actions/package-lint-specs.d.ts +9 -0
- package/dist/actions/package-lint-specs.d.ts.map +1 -0
- package/dist/actions/package-lint.d.ts +7 -0
- package/dist/actions/package-lint.d.ts.map +1 -0
- package/dist/actions/packman/clean.d.ts +5 -0
- package/dist/actions/packman/clean.d.ts.map +1 -0
- package/dist/actions/packman/convert.d.ts +10 -0
- package/dist/actions/packman/convert.d.ts.map +1 -0
- package/dist/actions/packman/convertToBun.d.ts +2 -0
- package/dist/actions/packman/convertToBun.d.ts.map +1 -0
- package/dist/actions/packman/convertToNpm.d.ts +2 -0
- package/dist/actions/packman/convertToNpm.d.ts.map +1 -0
- package/dist/actions/packman/convertToPnpm.d.ts +2 -0
- package/dist/actions/packman/convertToPnpm.d.ts.map +1 -0
- package/dist/actions/packman/convertToYarn.d.ts +2 -0
- package/dist/actions/packman/convertToYarn.d.ts.map +1 -0
- package/dist/actions/packman/index.d.ts +5 -0
- package/dist/actions/packman/index.d.ts.map +1 -0
- package/dist/actions/packman/lint.d.ts +6 -0
- package/dist/actions/packman/lint.d.ts.map +1 -0
- package/dist/actions/packman/rewriteScripts.d.ts +5 -0
- package/dist/actions/packman/rewriteScripts.d.ts.map +1 -0
- package/dist/actions/packman/rewriteSourceImports.d.ts +2 -0
- package/dist/actions/packman/rewriteSourceImports.d.ts.map +1 -0
- package/dist/actions/packman/swapTsScriptsDependency.d.ts +2 -0
- package/dist/actions/packman/swapTsScriptsDependency.d.ts.map +1 -0
- package/dist/actions/publint.d.ts +48 -0
- package/dist/actions/publint.d.ts.map +1 -0
- package/dist/actions/publish.d.ts +22 -0
- package/dist/actions/publish.d.ts.map +1 -0
- package/dist/actions/reactTest.d.ts +2 -0
- package/dist/actions/reactTest.d.ts.map +1 -0
- package/dist/actions/rebuild.d.ts +7 -0
- package/dist/actions/rebuild.d.ts.map +1 -0
- package/dist/actions/recompile.d.ts +16 -0
- package/dist/actions/recompile.d.ts.map +1 -0
- package/dist/actions/reinstall.d.ts +2 -0
- package/dist/actions/reinstall.d.ts.map +1 -0
- package/dist/actions/releaseAgeExcludeScopes.d.ts +13 -0
- package/dist/actions/releaseAgeExcludeScopes.d.ts.map +1 -0
- package/dist/actions/relint.d.ts +24 -0
- package/dist/actions/relint.d.ts.map +1 -0
- package/dist/actions/repo-init.d.ts +14 -0
- package/dist/actions/repo-init.d.ts.map +1 -0
- package/dist/actions/republint.d.ts +13 -0
- package/dist/actions/republint.d.ts.map +1 -0
- package/dist/actions/result.d.ts +44 -0
- package/dist/actions/result.d.ts.map +1 -0
- package/dist/actions/retest.d.ts +5 -0
- package/dist/actions/retest.d.ts.map +1 -0
- package/dist/actions/secure.d.ts +7 -0
- package/dist/actions/secure.d.ts.map +1 -0
- package/dist/actions/sitemap.d.ts +2 -0
- package/dist/actions/sitemap.d.ts.map +1 -0
- package/dist/actions/skills/defaults.d.ts +6 -0
- package/dist/actions/skills/defaults.d.ts.map +1 -0
- package/dist/actions/skills/detectProfile.d.ts +10 -0
- package/dist/actions/skills/detectProfile.d.ts.map +1 -0
- package/dist/actions/skills/index.d.ts +9 -0
- package/dist/actions/skills/index.d.ts.map +1 -0
- package/dist/actions/skills/installed.d.ts +10 -0
- package/dist/actions/skills/installed.d.ts.map +1 -0
- package/dist/actions/skills/lint.d.ts +26 -0
- package/dist/actions/skills/lint.d.ts.map +1 -0
- package/dist/actions/skills/passthrough.d.ts +26 -0
- package/dist/actions/skills/passthrough.d.ts.map +1 -0
- package/dist/actions/skills/remove.d.ts +9 -0
- package/dist/actions/skills/remove.d.ts.map +1 -0
- package/dist/actions/skills/skillRules.d.ts +9 -0
- package/dist/actions/skills/skillRules.d.ts.map +1 -0
- package/dist/actions/skills/updo.d.ts +4 -0
- package/dist/actions/skills/updo.d.ts.map +1 -0
- package/dist/actions/skills/versions.d.ts +10 -0
- package/dist/actions/skills/versions.d.ts.map +1 -0
- package/dist/actions/sonar.d.ts +2 -0
- package/dist/actions/sonar.d.ts.map +1 -0
- package/dist/actions/start.d.ts +2 -0
- package/dist/actions/start.d.ts.map +1 -0
- package/dist/actions/statics.d.ts +2 -0
- package/dist/actions/statics.d.ts.map +1 -0
- package/dist/actions/test.d.ts +5 -0
- package/dist/actions/test.d.ts.map +1 -0
- package/dist/actions/tsc-validate/index.d.ts +3 -0
- package/dist/actions/tsc-validate/index.d.ts.map +1 -0
- package/dist/actions/tsc-validate/sharedValidate.d.ts +34 -0
- package/dist/actions/tsc-validate/sharedValidate.d.ts.map +1 -0
- package/dist/actions/tsc-validate/tscValidate.d.ts +35 -0
- package/dist/actions/tsc-validate/tscValidate.d.ts.map +1 -0
- package/dist/actions/up.d.ts +2 -0
- package/dist/actions/up.d.ts.map +1 -0
- package/dist/actions/updo.d.ts +9 -0
- package/dist/actions/updo.d.ts.map +1 -0
- package/dist/actions/work/id.d.ts +8 -0
- package/dist/actions/work/id.d.ts.map +1 -0
- package/dist/actions/work/index.d.ts +131 -0
- package/dist/actions/work/index.d.ts.map +1 -0
- package/dist/actions/work/inline.d.ts +8 -0
- package/dist/actions/work/inline.d.ts.map +1 -0
- package/dist/actions/work/priority.d.ts +5 -0
- package/dist/actions/work/priority.d.ts.map +1 -0
- package/dist/actions/work/schema.d.ts +81 -0
- package/dist/actions/work/schema.d.ts.map +1 -0
- package/dist/actions/work/store.d.ts +23 -0
- package/dist/actions/work/store.d.ts.map +1 -0
- package/dist/bin/cli.mjs +2 -0
- package/dist/bin/package/build.d.ts +3 -0
- package/dist/bin/package/build.d.ts.map +1 -0
- package/dist/bin/package/build.mjs +18220 -0
- package/dist/bin/package/build.mjs.map +1 -0
- package/dist/bin/package/clean-outputs.d.ts +3 -0
- package/dist/bin/package/clean-outputs.d.ts.map +1 -0
- package/dist/bin/package/clean-typescript.d.ts +3 -0
- package/dist/bin/package/clean-typescript.d.ts.map +1 -0
- package/dist/bin/package/clean.d.ts +3 -0
- package/dist/bin/package/clean.d.ts.map +1 -0
- package/dist/bin/package/clean.mjs +3632 -0
- package/dist/bin/package/clean.mjs.map +1 -0
- package/dist/bin/package/compile-tsup.d.ts +3 -0
- package/dist/bin/package/compile-tsup.d.ts.map +1 -0
- package/dist/bin/package/compile.d.ts +3 -0
- package/dist/bin/package/compile.d.ts.map +1 -0
- package/dist/bin/package/compile.mjs +13159 -0
- package/dist/bin/package/compile.mjs.map +1 -0
- package/dist/bin/package/copy-assets-cjs.d.ts +3 -0
- package/dist/bin/package/copy-assets-cjs.d.ts.map +1 -0
- package/dist/bin/package/copy-assets-cjs.mjs +3634 -0
- package/dist/bin/package/copy-assets-cjs.mjs.map +1 -0
- package/dist/bin/package/copy-assets-esm.d.ts +3 -0
- package/dist/bin/package/copy-assets-esm.d.ts.map +1 -0
- package/dist/bin/package/copy-assets-esm.mjs +3634 -0
- package/dist/bin/package/copy-assets-esm.mjs.map +1 -0
- package/dist/bin/package/fix.d.ts +3 -0
- package/dist/bin/package/fix.d.ts.map +1 -0
- package/dist/bin/package/fix.mjs +2184 -0
- package/dist/bin/package/fix.mjs.map +1 -0
- package/dist/bin/package/lint-verbose.d.ts +3 -0
- package/dist/bin/package/lint-verbose.d.ts.map +1 -0
- package/dist/bin/package/lint-verbose.mjs +2184 -0
- package/dist/bin/package/lint-verbose.mjs.map +1 -0
- package/dist/bin/package/lint.d.ts +3 -0
- package/dist/bin/package/lint.d.ts.map +1 -0
- package/dist/bin/package/lint.mjs +2184 -0
- package/dist/bin/package/lint.mjs.map +1 -0
- package/dist/bin/package/publint.d.ts +3 -0
- package/dist/bin/package/publint.d.ts.map +1 -0
- package/dist/bin/package/publint.mjs +13676 -0
- package/dist/bin/package/publint.mjs.map +1 -0
- package/dist/bin/package/recompile.d.ts +3 -0
- package/dist/bin/package/recompile.d.ts.map +1 -0
- package/dist/bin/package/recompile.mjs +13230 -0
- package/dist/bin/package/recompile.mjs.map +1 -0
- package/dist/bin/package/relint.d.ts +3 -0
- package/dist/bin/package/relint.d.ts.map +1 -0
- package/dist/bin/package/relint.mjs +2184 -0
- package/dist/bin/package/relint.mjs.map +1 -0
- package/dist/bin/package/sync-layout.d.ts +3 -0
- package/dist/bin/package/sync-layout.d.ts.map +1 -0
- package/dist/bin/package/sync-layout.mjs +5504 -0
- package/dist/bin/package/sync-layout.mjs.map +1 -0
- package/dist/bin/run-or-exec.d.ts +3 -0
- package/dist/bin/run-or-exec.d.ts.map +1 -0
- package/dist/bin/run-or-exec.mjs +975 -0
- package/dist/bin/run-or-exec.mjs.map +1 -0
- package/dist/bin/skills.mjs +18533 -0
- package/dist/bin/skills.mjs.map +1 -0
- package/dist/bin/source-map-explorer.mjs +27263 -0
- package/dist/bin/source-map-explorer.mjs.map +1 -0
- package/dist/bin/xy.d.ts +3 -0
- package/dist/bin/xy.d.ts.map +1 -0
- package/dist/bin/xy.mjs +47963 -0
- package/dist/bin/xy.mjs.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/lib/bundledCliPath.d.ts +4 -0
- package/dist/lib/bundledCliPath.d.ts.map +1 -0
- package/dist/lib/checkResult.d.ts +2 -0
- package/dist/lib/checkResult.d.ts.map +1 -0
- package/dist/lib/claudeMdTemplate.d.ts +12 -0
- package/dist/lib/claudeMdTemplate.d.ts.map +1 -0
- package/dist/lib/concurrency.d.ts +5 -0
- package/dist/lib/concurrency.d.ts.map +1 -0
- package/dist/lib/copyAssetFiles.d.ts +10 -0
- package/dist/lib/copyAssetFiles.d.ts.map +1 -0
- package/dist/lib/createBuildConfig.d.ts +2 -0
- package/dist/lib/createBuildConfig.d.ts.map +1 -0
- package/dist/lib/crossSpawn.d.ts +6 -0
- package/dist/lib/crossSpawn.d.ts.map +1 -0
- package/dist/lib/deepMerge.d.ts +24 -0
- package/dist/lib/deepMerge.d.ts.map +1 -0
- package/dist/lib/defaultBuildConfig.d.ts +9 -0
- package/dist/lib/defaultBuildConfig.d.ts.map +1 -0
- package/dist/lib/deleteGlob.d.ts +2 -0
- package/dist/lib/deleteGlob.d.ts.map +1 -0
- package/dist/lib/dependencies/DuplicateDetector.d.ts +7 -0
- package/dist/lib/dependencies/DuplicateDetector.d.ts.map +1 -0
- package/dist/lib/dependencies/detectDuplicateDependencies.d.ts +2 -0
- package/dist/lib/dependencies/detectDuplicateDependencies.d.ts.map +1 -0
- package/dist/lib/dependencies/index.d.ts +4 -0
- package/dist/lib/dependencies/index.d.ts.map +1 -0
- package/dist/lib/dependencies/workspaceCycles.d.ts +15 -0
- package/dist/lib/dependencies/workspaceCycles.d.ts.map +1 -0
- package/dist/lib/deprecationMigrate.d.ts +2 -0
- package/dist/lib/deprecationMigrate.d.ts.map +1 -0
- package/dist/lib/eslintCache.d.ts +4 -0
- package/dist/lib/eslintCache.d.ts.map +1 -0
- package/dist/lib/file/ReadFileSyncOptions.d.ts +6 -0
- package/dist/lib/file/ReadFileSyncOptions.d.ts.map +1 -0
- package/dist/lib/file/constants.d.ts +3 -0
- package/dist/lib/file/constants.d.ts.map +1 -0
- package/dist/lib/file/fileLines.d.ts +6 -0
- package/dist/lib/file/fileLines.d.ts.map +1 -0
- package/dist/lib/file/index.d.ts +5 -0
- package/dist/lib/file/index.d.ts.map +1 -0
- package/dist/lib/file/tryReadFileSync.d.ts +4 -0
- package/dist/lib/file/tryReadFileSync.d.ts.map +1 -0
- package/dist/lib/fillTemplate.d.ts +2 -0
- package/dist/lib/fillTemplate.d.ts.map +1 -0
- package/dist/lib/generateIgnoreFiles.d.ts +2 -0
- package/dist/lib/generateIgnoreFiles.d.ts.map +1 -0
- package/dist/lib/gitConfig.d.ts +25 -0
- package/dist/lib/gitConfig.d.ts.map +1 -0
- package/dist/lib/gitignoreTemplate.d.ts +2 -0
- package/dist/lib/gitignoreTemplate.d.ts.map +1 -0
- package/dist/lib/index.d.ts +45 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/initCwd.d.ts +2 -0
- package/dist/lib/initCwd.d.ts.map +1 -0
- package/dist/lib/jsonFormatters.d.ts +2 -0
- package/dist/lib/jsonFormatters.d.ts.map +1 -0
- package/dist/lib/latestVersions.d.ts +8 -0
- package/dist/lib/latestVersions.d.ts.map +1 -0
- package/dist/lib/loadConfig.d.ts +10 -0
- package/dist/lib/loadConfig.d.ts.map +1 -0
- package/dist/lib/match.d.ts +21 -0
- package/dist/lib/match.d.ts.map +1 -0
- package/dist/lib/npmLatestVersion.d.ts +3 -0
- package/dist/lib/npmLatestVersion.d.ts.map +1 -0
- package/dist/lib/packageManagerRuntime.d.ts +25 -0
- package/dist/lib/packageManagerRuntime.d.ts.map +1 -0
- package/dist/lib/packageName.d.ts +2 -0
- package/dist/lib/packageName.d.ts.map +1 -0
- package/dist/lib/parsedPackageJSON.d.ts +2 -0
- package/dist/lib/parsedPackageJSON.d.ts.map +1 -0
- package/dist/lib/parsedPackageJson.d.ts +2 -0
- package/dist/lib/parsedPackageJson.d.ts.map +1 -0
- package/dist/lib/pnpmConfig/index.d.ts +2 -0
- package/dist/lib/pnpmConfig/index.d.ts.map +1 -0
- package/dist/lib/pnpmConfig/readMinReleaseAge.d.ts +18 -0
- package/dist/lib/pnpmConfig/readMinReleaseAge.d.ts.map +1 -0
- package/dist/lib/processEx.d.ts +2 -0
- package/dist/lib/processEx.d.ts.map +1 -0
- package/dist/lib/repoTemplates.d.ts +7 -0
- package/dist/lib/repoTemplates.d.ts.map +1 -0
- package/dist/lib/reporting/index.d.ts +3 -0
- package/dist/lib/reporting/index.d.ts.map +1 -0
- package/dist/lib/reporting/runWithEnvelope.d.ts +15 -0
- package/dist/lib/reporting/runWithEnvelope.d.ts.map +1 -0
- package/dist/lib/reporting/xyReporter.d.ts +27 -0
- package/dist/lib/reporting/xyReporter.d.ts.map +1 -0
- package/dist/lib/runInstall.d.ts +2 -0
- package/dist/lib/runInstall.d.ts.map +1 -0
- package/dist/lib/runSteps.d.ts +3 -0
- package/dist/lib/runSteps.d.ts.map +1 -0
- package/dist/lib/runStepsAsync.d.ts +4 -0
- package/dist/lib/runStepsAsync.d.ts.map +1 -0
- package/dist/lib/runXy.d.ts +2 -0
- package/dist/lib/runXy.d.ts.map +1 -0
- package/dist/lib/runXyWithWarning.d.ts +2 -0
- package/dist/lib/runXyWithWarning.d.ts.map +1 -0
- package/dist/lib/safeExit.d.ts +8 -0
- package/dist/lib/safeExit.d.ts.map +1 -0
- package/dist/lib/secure/classify.d.ts +8 -0
- package/dist/lib/secure/classify.d.ts.map +1 -0
- package/dist/lib/secure/collectDeclaredDependencies.d.ts +6 -0
- package/dist/lib/secure/collectDeclaredDependencies.d.ts.map +1 -0
- package/dist/lib/secure/fetchPackageSecurityMetadata.d.ts +8 -0
- package/dist/lib/secure/fetchPackageSecurityMetadata.d.ts.map +1 -0
- package/dist/lib/secure/index.d.ts +7 -0
- package/dist/lib/secure/index.d.ts.map +1 -0
- package/dist/lib/secure/interfaces.d.ts +35 -0
- package/dist/lib/secure/interfaces.d.ts.map +1 -0
- package/dist/lib/secure/renderSecurityAudit.d.ts +4 -0
- package/dist/lib/secure/renderSecurityAudit.d.ts.map +1 -0
- package/dist/lib/secure/runSecurityAudit.d.ts +15 -0
- package/dist/lib/secure/runSecurityAudit.d.ts.map +1 -0
- package/dist/lib/shouldRunInstall.d.ts +2 -0
- package/dist/lib/shouldRunInstall.d.ts.map +1 -0
- package/dist/lib/string/empty.d.ts +3 -0
- package/dist/lib/string/empty.d.ts.map +1 -0
- package/dist/lib/string/index.d.ts +4 -0
- package/dist/lib/string/index.d.ts.map +1 -0
- package/dist/lib/string/localeCompare.d.ts +2 -0
- package/dist/lib/string/localeCompare.d.ts.map +1 -0
- package/dist/lib/string/union.d.ts +2 -0
- package/dist/lib/string/union.d.ts.map +1 -0
- package/dist/lib/toolchainVersion.d.ts +3 -0
- package/dist/lib/toolchainVersion.d.ts.map +1 -0
- package/dist/lib/tryRunLocalScript.d.ts +10 -0
- package/dist/lib/tryRunLocalScript.d.ts.map +1 -0
- package/dist/lib/updo/applyUpdates.d.ts +4 -0
- package/dist/lib/updo/applyUpdates.d.ts.map +1 -0
- package/dist/lib/updo/collectWorkspaceDeps.d.ts +4 -0
- package/dist/lib/updo/collectWorkspaceDeps.d.ts.map +1 -0
- package/dist/lib/updo/fetchRegistryInfo.d.ts +37 -0
- package/dist/lib/updo/fetchRegistryInfo.d.ts.map +1 -0
- package/dist/lib/updo/index.d.ts +9 -0
- package/dist/lib/updo/index.d.ts.map +1 -0
- package/dist/lib/updo/interactiveSelect.d.ts +31 -0
- package/dist/lib/updo/interactiveSelect.d.ts.map +1 -0
- package/dist/lib/updo/interfaces.d.ts +50 -0
- package/dist/lib/updo/interfaces.d.ts.map +1 -0
- package/dist/lib/updo/renderTable.d.ts +3 -0
- package/dist/lib/updo/renderTable.d.ts.map +1 -0
- package/dist/lib/updo/resolveVersions.d.ts +19 -0
- package/dist/lib/updo/resolveVersions.d.ts.map +1 -0
- package/dist/lib/updo/runUpdo.d.ts +27 -0
- package/dist/lib/updo/runUpdo.d.ts.map +1 -0
- package/dist/lib/withErrnoException.d.ts +2 -0
- package/dist/lib/withErrnoException.d.ts.map +1 -0
- package/dist/lib/withError.d.ts +2 -0
- package/dist/lib/withError.d.ts.map +1 -0
- package/dist/lib/yarn/index.d.ts +3 -0
- package/dist/lib/yarn/index.d.ts.map +1 -0
- package/dist/lib/yarn/isYarnVersionOrGreater.d.ts +2 -0
- package/dist/lib/yarn/isYarnVersionOrGreater.d.ts.map +1 -0
- package/dist/lib/yarn/workspace/Workspace.d.ts +2 -0
- package/dist/lib/yarn/workspace/Workspace.d.ts.map +1 -0
- package/dist/lib/yarn/workspace/index.d.ts +3 -0
- package/dist/lib/yarn/workspace/index.d.ts.map +1 -0
- package/dist/lib/yarn/workspace/yarnWorkspace.d.ts +3 -0
- package/dist/lib/yarn/workspace/yarnWorkspace.d.ts.map +1 -0
- package/dist/lib/yarn/workspace/yarnWorkspaces.d.ts +3 -0
- package/dist/lib/yarn/workspace/yarnWorkspaces.d.ts.map +1 -0
- package/dist/lib/yarn/yarnInitCwd.d.ts +2 -0
- package/dist/lib/yarn/yarnInitCwd.d.ts.map +1 -0
- package/dist/loadPackageConfig.d.ts +40 -0
- package/dist/loadPackageConfig.d.ts.map +1 -0
- package/dist/node/actions/analyze.d.ts +2 -0
- package/dist/node/actions/analyze.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/analyzePackage.d.ts +28 -0
- package/dist/node/actions/api-exposure/analyzer/analyzePackage.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/couplingWalk.d.ts +11 -0
- package/dist/node/actions/api-exposure/analyzer/couplingWalk.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/depSignals.d.ts +19 -0
- package/dist/node/actions/api-exposure/analyzer/depSignals.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/entryPoints.d.ts +7 -0
- package/dist/node/actions/api-exposure/analyzer/entryPoints.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/exposureWalk.d.ts +21 -0
- package/dist/node/actions/api-exposure/analyzer/exposureWalk.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/analyzer/program.d.ts +21 -0
- package/dist/node/actions/api-exposure/analyzer/program.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/apiExposure.d.ts +17 -0
- package/dist/node/actions/api-exposure/apiExposure.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/config.d.ts +21 -0
- package/dist/node/actions/api-exposure/config.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/index.d.ts +9 -0
- package/dist/node/actions/api-exposure/index.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/reporters.d.ts +16 -0
- package/dist/node/actions/api-exposure/reporters.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/rules.d.ts +10 -0
- package/dist/node/actions/api-exposure/rules.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/scoring.d.ts +28 -0
- package/dist/node/actions/api-exposure/scoring.d.ts.map +1 -0
- package/dist/node/actions/api-exposure/types.d.ts +86 -0
- package/dist/node/actions/api-exposure/types.d.ts.map +1 -0
- package/dist/node/actions/barrel/analyzeBarrel.d.ts +22 -0
- package/dist/node/actions/barrel/analyzeBarrel.d.ts.map +1 -0
- package/dist/node/actions/barrel/checkBarrelImportRestrictions.d.ts +12 -0
- package/dist/node/actions/barrel/checkBarrelImportRestrictions.d.ts.map +1 -0
- package/dist/node/actions/barrel/getReExportSpecs.d.ts +11 -0
- package/dist/node/actions/barrel/getReExportSpecs.d.ts.map +1 -0
- package/dist/node/actions/barrel/index.d.ts +6 -0
- package/dist/node/actions/barrel/index.d.ts.map +1 -0
- package/dist/node/actions/barrel/resolveBarrel.d.ts +9 -0
- package/dist/node/actions/barrel/resolveBarrel.d.ts.map +1 -0
- package/dist/node/actions/barrel/restrictionHelpers.d.ts +30 -0
- package/dist/node/actions/barrel/restrictionHelpers.d.ts.map +1 -0
- package/dist/node/actions/build.d.ts +9 -0
- package/dist/node/actions/build.d.ts.map +1 -0
- package/dist/node/actions/clean-eslint.d.ts +3 -0
- package/dist/node/actions/clean-eslint.d.ts.map +1 -0
- package/dist/node/actions/clean.d.ts +14 -0
- package/dist/node/actions/clean.d.ts.map +1 -0
- package/dist/node/actions/compile.d.ts +45 -0
- package/dist/node/actions/compile.d.ts.map +1 -0
- package/dist/node/actions/copy-assets.d.ts +6 -0
- package/dist/node/actions/copy-assets.d.ts.map +1 -0
- package/dist/node/actions/dead/analyzePackage.d.ts +43 -0
- package/dist/node/actions/dead/analyzePackage.d.ts.map +1 -0
- package/dist/node/actions/dead/classifyPackageVisibility.d.ts +4 -0
- package/dist/node/actions/dead/classifyPackageVisibility.d.ts.map +1 -0
- package/dist/node/actions/dead/collectExternalUsage.d.ts +38 -0
- package/dist/node/actions/dead/collectExternalUsage.d.ts.map +1 -0
- package/dist/node/actions/dead/collectSymbols.d.ts +40 -0
- package/dist/node/actions/dead/collectSymbols.d.ts.map +1 -0
- package/dist/node/actions/dead/dead.d.ts +4 -0
- package/dist/node/actions/dead/dead.d.ts.map +1 -0
- package/dist/node/actions/dead/deprecation.d.ts +3 -0
- package/dist/node/actions/dead/deprecation.d.ts.map +1 -0
- package/dist/node/actions/dead/detectActiveCodeWorkspace.d.ts +7 -0
- package/dist/node/actions/dead/detectActiveCodeWorkspace.d.ts.map +1 -0
- package/dist/node/actions/dead/evaluateRules.d.ts +8 -0
- package/dist/node/actions/dead/evaluateRules.d.ts.map +1 -0
- package/dist/node/actions/dead/findWorkspaceFile.d.ts +13 -0
- package/dist/node/actions/dead/findWorkspaceFile.d.ts.map +1 -0
- package/dist/node/actions/dead/fixDeadCode.d.ts +12 -0
- package/dist/node/actions/dead/fixDeadCode.d.ts.map +1 -0
- package/dist/node/actions/dead/index.d.ts +10 -0
- package/dist/node/actions/dead/index.d.ts.map +1 -0
- package/dist/node/actions/dead/parseCodeWorkspace.d.ts +7 -0
- package/dist/node/actions/dead/parseCodeWorkspace.d.ts.map +1 -0
- package/dist/node/actions/dead/propagateExternalUsage.d.ts +4 -0
- package/dist/node/actions/dead/propagateExternalUsage.d.ts.map +1 -0
- package/dist/node/actions/dead/pruneDeadFiles.d.ts +7 -0
- package/dist/node/actions/dead/pruneDeadFiles.d.ts.map +1 -0
- package/dist/node/actions/dead/reporters.d.ts +6 -0
- package/dist/node/actions/dead/reporters.d.ts.map +1 -0
- package/dist/node/actions/dead/ruleConfig.d.ts +5 -0
- package/dist/node/actions/dead/ruleConfig.d.ts.map +1 -0
- package/dist/node/actions/dead/ruleNames.d.ts +4 -0
- package/dist/node/actions/dead/ruleNames.d.ts.map +1 -0
- package/dist/node/actions/dead/rules.d.ts +7 -0
- package/dist/node/actions/dead/rules.d.ts.map +1 -0
- package/dist/node/actions/dead/runDeadAnalysis.d.ts +25 -0
- package/dist/node/actions/dead/runDeadAnalysis.d.ts.map +1 -0
- package/dist/node/actions/dead/runtimeEntries.d.ts +23 -0
- package/dist/node/actions/dead/runtimeEntries.d.ts.map +1 -0
- package/dist/node/actions/dead/sourceEdits.d.ts +7 -0
- package/dist/node/actions/dead/sourceEdits.d.ts.map +1 -0
- package/dist/node/actions/dead/storybookConventions.d.ts +6 -0
- package/dist/node/actions/dead/storybookConventions.d.ts.map +1 -0
- package/dist/node/actions/dead/types.d.ts +68 -0
- package/dist/node/actions/dead/types.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/checkPackage.d.ts +17 -0
- package/dist/node/actions/deplint/checkPackage/checkPackage.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/checkPackageTypes.d.ts +19 -0
- package/dist/node/actions/deplint/checkPackage/checkPackageTypes.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts +11 -0
- package/dist/node/actions/deplint/checkPackage/getMismatchedPeerDevVersions.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnlistedDependencies.d.ts +21 -0
- package/dist/node/actions/deplint/checkPackage/getUnlistedDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts +6 -0
- package/dist/node/actions/deplint/checkPackage/getUnlistedDevDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts +24 -0
- package/dist/node/actions/deplint/checkPackage/getUnnecessaryPeerDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts +74 -0
- package/dist/node/actions/deplint/checkPackage/getUnsatisfiedPeerDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedDependencies.d.ts +12 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts +7 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedDevDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts +6 -0
- package/dist/node/actions/deplint/checkPackage/getUnusedPeerDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts +21 -0
- package/dist/node/actions/deplint/checkPackage/getWorkspaceVersionProblems.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/index.d.ts +13 -0
- package/dist/node/actions/deplint/checkPackage/index.d.ts.map +1 -0
- package/dist/node/actions/deplint/checkPackage/legacyPeerCheck.d.ts +13 -0
- package/dist/node/actions/deplint/checkPackage/legacyPeerCheck.d.ts.map +1 -0
- package/dist/node/actions/deplint/deplint.d.ts +20 -0
- package/dist/node/actions/deplint/deplint.d.ts.map +1 -0
- package/dist/node/actions/deplint/engine.d.ts +15 -0
- package/dist/node/actions/deplint/engine.d.ts.map +1 -0
- package/dist/node/actions/deplint/fetchPackageManifest.d.ts +25 -0
- package/dist/node/actions/deplint/fetchPackageManifest.d.ts.map +1 -0
- package/dist/node/actions/deplint/findFiles.d.ts +6 -0
- package/dist/node/actions/deplint/findFiles.d.ts.map +1 -0
- package/dist/node/actions/deplint/findFilesByGlob.d.ts +2 -0
- package/dist/node/actions/deplint/findFilesByGlob.d.ts.map +1 -0
- package/dist/node/actions/deplint/fixer.d.ts +3 -0
- package/dist/node/actions/deplint/fixer.d.ts.map +1 -0
- package/dist/node/actions/deplint/getBasePackageName.d.ts +2 -0
- package/dist/node/actions/deplint/getBasePackageName.d.ts.map +1 -0
- package/dist/node/actions/deplint/getCliReferencedPackagesFromFiles.d.ts +12 -0
- package/dist/node/actions/deplint/getCliReferencedPackagesFromFiles.d.ts.map +1 -0
- package/dist/node/actions/deplint/getDependenciesFromPackageJson.d.ts +9 -0
- package/dist/node/actions/deplint/getDependenciesFromPackageJson.d.ts.map +1 -0
- package/dist/node/actions/deplint/getExtendsFromTsconfigs.d.ts +10 -0
- package/dist/node/actions/deplint/getExtendsFromTsconfigs.d.ts.map +1 -0
- package/dist/node/actions/deplint/getExternalImportsFromFiles.d.ts +12 -0
- package/dist/node/actions/deplint/getExternalImportsFromFiles.d.ts.map +1 -0
- package/dist/node/actions/deplint/getImportsFromFile.d.ts +4 -0
- package/dist/node/actions/deplint/getImportsFromFile.d.ts.map +1 -0
- package/dist/node/actions/deplint/getRequiredPeerDependencies.d.ts +10 -0
- package/dist/node/actions/deplint/getRequiredPeerDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/getScriptReferencedPackages.d.ts +8 -0
- package/dist/node/actions/deplint/getScriptReferencedPackages.d.ts.map +1 -0
- package/dist/node/actions/deplint/getStorybookConfigImports.d.ts +3 -0
- package/dist/node/actions/deplint/getStorybookConfigImports.d.ts.map +1 -0
- package/dist/node/actions/deplint/implicitDevDependencies.d.ts +15 -0
- package/dist/node/actions/deplint/implicitDevDependencies.d.ts.map +1 -0
- package/dist/node/actions/deplint/index.d.ts +11 -0
- package/dist/node/actions/deplint/index.d.ts.map +1 -0
- package/dist/node/actions/deplint/isTerminalPackage.d.ts +25 -0
- package/dist/node/actions/deplint/isTerminalPackage.d.ts.map +1 -0
- package/dist/node/actions/deplint/loader.d.ts +4 -0
- package/dist/node/actions/deplint/loader.d.ts.map +1 -0
- package/dist/node/actions/deplint/packageEditor.d.ts +11 -0
- package/dist/node/actions/deplint/packageEditor.d.ts.map +1 -0
- package/dist/node/actions/deplint/packageJsonEditor.d.ts +97 -0
- package/dist/node/actions/deplint/packageJsonEditor.d.ts.map +1 -0
- package/dist/node/actions/deplint/peerRangeOptions.d.ts +10 -0
- package/dist/node/actions/deplint/peerRangeOptions.d.ts.map +1 -0
- package/dist/node/actions/deplint/reporters.d.ts +8 -0
- package/dist/node/actions/deplint/reporters.d.ts.map +1 -0
- package/dist/node/actions/deplint/resolvePeerBumpFixes.d.ts +24 -0
- package/dist/node/actions/deplint/resolvePeerBumpFixes.d.ts.map +1 -0
- package/dist/node/actions/deplint/ruleConfig.d.ts +5 -0
- package/dist/node/actions/deplint/ruleConfig.d.ts.map +1 -0
- package/dist/node/actions/deplint/rules.d.ts +4 -0
- package/dist/node/actions/deplint/rules.d.ts.map +1 -0
- package/dist/node/actions/deplint/rulesDiagnostic.d.ts +4 -0
- package/dist/node/actions/deplint/rulesDiagnostic.d.ts.map +1 -0
- package/dist/node/actions/deplint/rulesMisplaced.d.ts +4 -0
- package/dist/node/actions/deplint/rulesMisplaced.d.ts.map +1 -0
- package/dist/node/actions/deplint/snapshot.d.ts +22 -0
- package/dist/node/actions/deplint/snapshot.d.ts.map +1 -0
- package/dist/node/actions/deplint/tsScriptsAliases.d.ts +11 -0
- package/dist/node/actions/deplint/tsScriptsAliases.d.ts.map +1 -0
- package/dist/node/actions/deplint/types.d.ts +295 -0
- package/dist/node/actions/deplint/types.d.ts.map +1 -0
- package/dist/node/actions/deplint/versionMismatchFixes.d.ts +4 -0
- package/dist/node/actions/deplint/versionMismatchFixes.d.ts.map +1 -0
- package/dist/node/actions/deploy.d.ts +3 -0
- package/dist/node/actions/deploy.d.ts.map +1 -0
- package/dist/node/actions/eject.d.ts +2 -0
- package/dist/node/actions/eject.d.ts.map +1 -0
- package/dist/node/actions/fix.d.ts +7 -0
- package/dist/node/actions/fix.d.ts.map +1 -0
- package/dist/node/actions/gitignore.d.ts +4 -0
- package/dist/node/actions/gitignore.d.ts.map +1 -0
- package/dist/node/actions/gitlint-fix.d.ts +2 -0
- package/dist/node/actions/gitlint-fix.d.ts.map +1 -0
- package/dist/node/actions/gitlint.d.ts +2 -0
- package/dist/node/actions/gitlint.d.ts.map +1 -0
- package/dist/node/actions/incremental.d.ts +46 -0
- package/dist/node/actions/incremental.d.ts.map +1 -0
- package/dist/node/actions/index.d.ts +54 -0
- package/dist/node/actions/index.d.ts.map +1 -0
- package/dist/node/actions/install.d.ts +2 -0
- package/dist/node/actions/install.d.ts.map +1 -0
- package/dist/node/actions/license.d.ts +2 -0
- package/dist/node/actions/license.d.ts.map +1 -0
- package/dist/node/actions/lint-config.d.ts +16 -0
- package/dist/node/actions/lint-config.d.ts.map +1 -0
- package/dist/node/actions/lint-init.d.ts +16 -0
- package/dist/node/actions/lint-init.d.ts.map +1 -0
- package/dist/node/actions/lint.d.ts +36 -0
- package/dist/node/actions/lint.d.ts.map +1 -0
- package/dist/node/actions/lintNext.d.ts +14 -0
- package/dist/node/actions/lintNext.d.ts.map +1 -0
- package/dist/node/actions/lintNextWorker.d.ts +21 -0
- package/dist/node/actions/lintNextWorker.d.ts.map +1 -0
- package/dist/node/actions/lintTierAnalysis.d.ts +59 -0
- package/dist/node/actions/lintTierAnalysis.d.ts.map +1 -0
- package/dist/node/actions/lintlint.d.ts +13 -0
- package/dist/node/actions/lintlint.d.ts.map +1 -0
- package/dist/node/actions/node-lint.d.ts +19 -0
- package/dist/node/actions/node-lint.d.ts.map +1 -0
- package/dist/node/actions/npmignore-gen.d.ts +2 -0
- package/dist/node/actions/npmignore-gen.d.ts.map +1 -0
- package/dist/node/actions/orphan.d.ts +6 -0
- package/dist/node/actions/orphan.d.ts.map +1 -0
- package/dist/node/actions/package/clean-outputs.d.ts +6 -0
- package/dist/node/actions/package/clean-outputs.d.ts.map +1 -0
- package/dist/node/actions/package/clean-typescript.d.ts +3 -0
- package/dist/node/actions/package/clean-typescript.d.ts.map +1 -0
- package/dist/node/actions/package/clean.d.ts +3 -0
- package/dist/node/actions/package/clean.d.ts.map +1 -0
- package/dist/node/actions/package/compile/ApiExposureConfig.d.ts +58 -0
- package/dist/node/actions/package/compile/ApiExposureConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/MonolithConfig.d.ts +85 -0
- package/dist/node/actions/package/compile/MonolithConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/XyConfig.d.ts +462 -0
- package/dist/node/actions/package/compile/XyConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/buildEntries.d.ts +3 -0
- package/dist/node/actions/package/compile/buildEntries.d.ts.map +1 -0
- package/dist/node/actions/package/compile/compile.d.ts +7 -0
- package/dist/node/actions/package/compile/compile.d.ts.map +1 -0
- package/dist/node/actions/package/compile/createProgramFromConfig.d.ts +25 -0
- package/dist/node/actions/package/compile/createProgramFromConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/createTypescriptConfig.d.ts +29 -0
- package/dist/node/actions/package/compile/createTypescriptConfig.d.ts.map +1 -0
- package/dist/node/actions/package/compile/deepMerge.d.ts +4 -0
- package/dist/node/actions/package/compile/deepMerge.d.ts.map +1 -0
- package/dist/node/actions/package/compile/entryOutputName.d.ts +5 -0
- package/dist/node/actions/package/compile/entryOutputName.d.ts.map +1 -0
- package/dist/node/actions/package/compile/findWorkspaceRoot.d.ts +5 -0
- package/dist/node/actions/package/compile/findWorkspaceRoot.d.ts.map +1 -0
- package/dist/node/actions/package/compile/getCompilerOptions.d.ts +3 -0
- package/dist/node/actions/package/compile/getCompilerOptions.d.ts.map +1 -0
- package/dist/node/actions/package/compile/index.d.ts +16 -0
- package/dist/node/actions/package/compile/index.d.ts.map +1 -0
- package/dist/node/actions/package/compile/inputs.d.ts +2 -0
- package/dist/node/actions/package/compile/inputs.d.ts.map +1 -0
- package/dist/node/actions/package/compile/monolithCompileDeclarations.d.ts +14 -0
- package/dist/node/actions/package/compile/monolithCompileDeclarations.d.ts.map +1 -0
- package/dist/node/actions/package/compile/monolithCompileEntries.d.ts +20 -0
- package/dist/node/actions/package/compile/monolithCompileEntries.d.ts.map +1 -0
- package/dist/node/actions/package/compile/monolithCompileLayout.d.ts +42 -0
- package/dist/node/actions/package/compile/monolithCompileLayout.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileEsbuild.d.ts +18 -0
- package/dist/node/actions/package/compile/packageCompileEsbuild.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileMonolith.d.ts +10 -0
- package/dist/node/actions/package/compile/packageCompileMonolith.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileTsc.d.ts +3 -0
- package/dist/node/actions/package/compile/packageCompileTsc.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileTsup.d.ts +6 -0
- package/dist/node/actions/package/compile/packageCompileTsup.d.ts.map +1 -0
- package/dist/node/actions/package/compile/packageCompileVendor.d.ts +4 -0
- package/dist/node/actions/package/compile/packageCompileVendor.d.ts.map +1 -0
- package/dist/node/actions/package/compile/resolveCompileBundleOptions.d.ts +13 -0
- package/dist/node/actions/package/compile/resolveCompileBundleOptions.d.ts.map +1 -0
- package/dist/node/actions/package/compile/resolveCompilePlatforms.d.ts +23 -0
- package/dist/node/actions/package/compile/resolveCompilePlatforms.d.ts.map +1 -0
- package/dist/node/actions/package/compile/resolvePlatformTypes.d.ts +5 -0
- package/dist/node/actions/package/compile/resolvePlatformTypes.d.ts.map +1 -0
- package/dist/node/actions/package/compile/runTsc.d.ts +2 -0
- package/dist/node/actions/package/compile/runTsc.d.ts.map +1 -0
- package/dist/node/actions/package/compile/validateFullPackage.d.ts +2 -0
- package/dist/node/actions/package/compile/validateFullPackage.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompile.d.ts +6 -0
- package/dist/node/actions/package/compile/vendorCompile.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompileEmit.d.ts +8 -0
- package/dist/node/actions/package/compile/vendorCompileEmit.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompileInternals.d.ts +31 -0
- package/dist/node/actions/package/compile/vendorCompileInternals.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompileRewrite.d.ts +3 -0
- package/dist/node/actions/package/compile/vendorCompileRewrite.d.ts.map +1 -0
- package/dist/node/actions/package/compile/vendorCompileTypes.d.ts +31 -0
- package/dist/node/actions/package/compile/vendorCompileTypes.d.ts.map +1 -0
- package/dist/node/actions/package/compileTargetsPublint.d.ts +13 -0
- package/dist/node/actions/package/compileTargetsPublint.d.ts.map +1 -0
- package/dist/node/actions/package/copy-assets.d.ts +5 -0
- package/dist/node/actions/package/copy-assets.d.ts.map +1 -0
- package/dist/node/actions/package/expectedCompileOutputs.d.ts +11 -0
- package/dist/node/actions/package/expectedCompileOutputs.d.ts.map +1 -0
- package/dist/node/actions/package/exportConditionPublint.d.ts +9 -0
- package/dist/node/actions/package/exportConditionPublint.d.ts.map +1 -0
- package/dist/node/actions/package/exportMapPublint.d.ts +7 -0
- package/dist/node/actions/package/exportMapPublint.d.ts.map +1 -0
- package/dist/node/actions/package/index.d.ts +9 -0
- package/dist/node/actions/package/index.d.ts.map +1 -0
- package/dist/node/actions/package/lint.d.ts +2 -0
- package/dist/node/actions/package/lint.d.ts.map +1 -0
- package/dist/node/actions/package/platformPublint.d.ts +7 -0
- package/dist/node/actions/package/platformPublint.d.ts.map +1 -0
- package/dist/node/actions/package/publint.d.ts +16 -0
- package/dist/node/actions/package/publint.d.ts.map +1 -0
- package/dist/node/actions/package/recompile.d.ts +3 -0
- package/dist/node/actions/package/recompile.d.ts.map +1 -0
- package/dist/node/actions/package-lint-deps.d.ts +47 -0
- package/dist/node/actions/package-lint-deps.d.ts.map +1 -0
- package/dist/node/actions/package-lint-engines.d.ts +22 -0
- package/dist/node/actions/package-lint-engines.d.ts.map +1 -0
- package/dist/node/actions/package-lint-pnpm.d.ts +11 -0
- package/dist/node/actions/package-lint-pnpm.d.ts.map +1 -0
- package/dist/node/actions/package-lint-specs.d.ts +9 -0
- package/dist/node/actions/package-lint-specs.d.ts.map +1 -0
- package/dist/node/actions/package-lint.d.ts +7 -0
- package/dist/node/actions/package-lint.d.ts.map +1 -0
- package/dist/node/actions/packman/clean.d.ts +5 -0
- package/dist/node/actions/packman/clean.d.ts.map +1 -0
- package/dist/node/actions/packman/convert.d.ts +10 -0
- package/dist/node/actions/packman/convert.d.ts.map +1 -0
- package/dist/node/actions/packman/convertToBun.d.ts +2 -0
- package/dist/node/actions/packman/convertToBun.d.ts.map +1 -0
- package/dist/node/actions/packman/convertToNpm.d.ts +2 -0
- package/dist/node/actions/packman/convertToNpm.d.ts.map +1 -0
- package/dist/node/actions/packman/convertToPnpm.d.ts +2 -0
- package/dist/node/actions/packman/convertToPnpm.d.ts.map +1 -0
- package/dist/node/actions/packman/convertToYarn.d.ts +2 -0
- package/dist/node/actions/packman/convertToYarn.d.ts.map +1 -0
- package/dist/node/actions/packman/index.d.ts +5 -0
- package/dist/node/actions/packman/index.d.ts.map +1 -0
- package/dist/node/actions/packman/lint.d.ts +6 -0
- package/dist/node/actions/packman/lint.d.ts.map +1 -0
- package/dist/node/actions/packman/rewriteScripts.d.ts +5 -0
- package/dist/node/actions/packman/rewriteScripts.d.ts.map +1 -0
- package/dist/node/actions/packman/rewriteSourceImports.d.ts +2 -0
- package/dist/node/actions/packman/rewriteSourceImports.d.ts.map +1 -0
- package/dist/node/actions/packman/swapTsScriptsDependency.d.ts +2 -0
- package/dist/node/actions/packman/swapTsScriptsDependency.d.ts.map +1 -0
- package/dist/node/actions/publint.d.ts +48 -0
- package/dist/node/actions/publint.d.ts.map +1 -0
- package/dist/node/actions/publish.d.ts +22 -0
- package/dist/node/actions/publish.d.ts.map +1 -0
- package/dist/node/actions/reactTest.d.ts +2 -0
- package/dist/node/actions/reactTest.d.ts.map +1 -0
- package/dist/node/actions/rebuild.d.ts +7 -0
- package/dist/node/actions/rebuild.d.ts.map +1 -0
- package/dist/node/actions/recompile.d.ts +16 -0
- package/dist/node/actions/recompile.d.ts.map +1 -0
- package/dist/node/actions/reinstall.d.ts +2 -0
- package/dist/node/actions/reinstall.d.ts.map +1 -0
- package/dist/node/actions/releaseAgeExcludeScopes.d.ts +13 -0
- package/dist/node/actions/releaseAgeExcludeScopes.d.ts.map +1 -0
- package/dist/node/actions/relint.d.ts +24 -0
- package/dist/node/actions/relint.d.ts.map +1 -0
- package/dist/node/actions/repo-init.d.ts +14 -0
- package/dist/node/actions/repo-init.d.ts.map +1 -0
- package/dist/node/actions/republint.d.ts +13 -0
- package/dist/node/actions/republint.d.ts.map +1 -0
- package/dist/node/actions/result.d.ts +44 -0
- package/dist/node/actions/result.d.ts.map +1 -0
- package/dist/node/actions/retest.d.ts +5 -0
- package/dist/node/actions/retest.d.ts.map +1 -0
- package/dist/node/actions/secure.d.ts +7 -0
- package/dist/node/actions/secure.d.ts.map +1 -0
- package/dist/node/actions/sitemap.d.ts +2 -0
- package/dist/node/actions/sitemap.d.ts.map +1 -0
- package/dist/node/actions/skills/defaults.d.ts +6 -0
- package/dist/node/actions/skills/defaults.d.ts.map +1 -0
- package/dist/node/actions/skills/detectProfile.d.ts +10 -0
- package/dist/node/actions/skills/detectProfile.d.ts.map +1 -0
- package/dist/node/actions/skills/index.d.ts +9 -0
- package/dist/node/actions/skills/index.d.ts.map +1 -0
- package/dist/node/actions/skills/installed.d.ts +10 -0
- package/dist/node/actions/skills/installed.d.ts.map +1 -0
- package/dist/node/actions/skills/lint.d.ts +26 -0
- package/dist/node/actions/skills/lint.d.ts.map +1 -0
- package/dist/node/actions/skills/passthrough.d.ts +25 -0
- package/dist/node/actions/skills/passthrough.d.ts.map +1 -0
- package/dist/node/actions/skills/skillRules.d.ts +9 -0
- package/dist/node/actions/skills/skillRules.d.ts.map +1 -0
- package/dist/node/actions/skills/updo.d.ts +4 -0
- package/dist/node/actions/skills/updo.d.ts.map +1 -0
- package/dist/node/actions/skills/versions.d.ts +10 -0
- package/dist/node/actions/skills/versions.d.ts.map +1 -0
- package/dist/node/actions/sonar.d.ts +2 -0
- package/dist/node/actions/sonar.d.ts.map +1 -0
- package/dist/node/actions/start.d.ts +2 -0
- package/dist/node/actions/start.d.ts.map +1 -0
- package/dist/node/actions/statics.d.ts +2 -0
- package/dist/node/actions/statics.d.ts.map +1 -0
- package/dist/node/actions/test.d.ts +5 -0
- package/dist/node/actions/test.d.ts.map +1 -0
- package/dist/node/actions/tsc-validate/index.d.ts +3 -0
- package/dist/node/actions/tsc-validate/index.d.ts.map +1 -0
- package/dist/node/actions/tsc-validate/sharedValidate.d.ts +34 -0
- package/dist/node/actions/tsc-validate/sharedValidate.d.ts.map +1 -0
- package/dist/node/actions/tsc-validate/tscValidate.d.ts +35 -0
- package/dist/node/actions/tsc-validate/tscValidate.d.ts.map +1 -0
- package/dist/node/actions/up.d.ts +2 -0
- package/dist/node/actions/up.d.ts.map +1 -0
- package/dist/node/actions/updo.d.ts +9 -0
- package/dist/node/actions/updo.d.ts.map +1 -0
- package/dist/node/actions/work/id.d.ts +8 -0
- package/dist/node/actions/work/id.d.ts.map +1 -0
- package/dist/node/actions/work/index.d.ts +131 -0
- package/dist/node/actions/work/index.d.ts.map +1 -0
- package/dist/node/actions/work/inline.d.ts +8 -0
- package/dist/node/actions/work/inline.d.ts.map +1 -0
- package/dist/node/actions/work/priority.d.ts +5 -0
- package/dist/node/actions/work/priority.d.ts.map +1 -0
- package/dist/node/actions/work/schema.d.ts +81 -0
- package/dist/node/actions/work/schema.d.ts.map +1 -0
- package/dist/node/actions/work/store.d.ts +23 -0
- package/dist/node/actions/work/store.d.ts.map +1 -0
- package/dist/node/bin/package/build.d.ts +3 -0
- package/dist/node/bin/package/build.d.ts.map +1 -0
- package/dist/node/bin/package/clean-outputs.d.ts +3 -0
- package/dist/node/bin/package/clean-outputs.d.ts.map +1 -0
- package/dist/node/bin/package/clean-typescript.d.ts +3 -0
- package/dist/node/bin/package/clean-typescript.d.ts.map +1 -0
- package/dist/node/bin/package/clean.d.ts +3 -0
- package/dist/node/bin/package/clean.d.ts.map +1 -0
- package/dist/node/bin/package/compile-tsup.d.ts +3 -0
- package/dist/node/bin/package/compile-tsup.d.ts.map +1 -0
- package/dist/node/bin/package/compile.d.ts +3 -0
- package/dist/node/bin/package/compile.d.ts.map +1 -0
- package/dist/node/bin/package/copy-assets-cjs.d.ts +3 -0
- package/dist/node/bin/package/copy-assets-cjs.d.ts.map +1 -0
- package/dist/node/bin/package/copy-assets-esm.d.ts +3 -0
- package/dist/node/bin/package/copy-assets-esm.d.ts.map +1 -0
- package/dist/node/bin/package/fix.d.ts +3 -0
- package/dist/node/bin/package/fix.d.ts.map +1 -0
- package/dist/node/bin/package/lint-verbose.d.ts +3 -0
- package/dist/node/bin/package/lint-verbose.d.ts.map +1 -0
- package/dist/node/bin/package/lint.d.ts +3 -0
- package/dist/node/bin/package/lint.d.ts.map +1 -0
- package/dist/node/bin/package/publint.d.ts +3 -0
- package/dist/node/bin/package/publint.d.ts.map +1 -0
- package/dist/node/bin/package/recompile.d.ts +3 -0
- package/dist/node/bin/package/recompile.d.ts.map +1 -0
- package/dist/node/bin/package/relint.d.ts +3 -0
- package/dist/node/bin/package/relint.d.ts.map +1 -0
- package/dist/node/bin/package/sync-layout.d.ts +3 -0
- package/dist/node/bin/package/sync-layout.d.ts.map +1 -0
- package/dist/node/bin/run-or-exec.d.ts +3 -0
- package/dist/node/bin/run-or-exec.d.ts.map +1 -0
- package/dist/node/bin/xy.d.ts +3 -0
- package/dist/node/bin/xy.d.ts.map +1 -0
- package/dist/node/index.d.ts +6 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/lib/bundledCliPath.d.ts +4 -0
- package/dist/node/lib/bundledCliPath.d.ts.map +1 -0
- package/dist/node/lib/checkResult.d.ts +2 -0
- package/dist/node/lib/checkResult.d.ts.map +1 -0
- package/dist/node/lib/concurrency.d.ts +5 -0
- package/dist/node/lib/concurrency.d.ts.map +1 -0
- package/dist/node/lib/copyAssetFiles.d.ts +10 -0
- package/dist/node/lib/copyAssetFiles.d.ts.map +1 -0
- package/dist/node/lib/createBuildConfig.d.ts +2 -0
- package/dist/node/lib/createBuildConfig.d.ts.map +1 -0
- package/dist/node/lib/crossSpawn.d.ts +6 -0
- package/dist/node/lib/crossSpawn.d.ts.map +1 -0
- package/dist/node/lib/deepMerge.d.ts +24 -0
- package/dist/node/lib/deepMerge.d.ts.map +1 -0
- package/dist/node/lib/defaultBuildConfig.d.ts +9 -0
- package/dist/node/lib/defaultBuildConfig.d.ts.map +1 -0
- package/dist/node/lib/deleteGlob.d.ts +2 -0
- package/dist/node/lib/deleteGlob.d.ts.map +1 -0
- package/dist/node/lib/dependencies/DuplicateDetector.d.ts +7 -0
- package/dist/node/lib/dependencies/DuplicateDetector.d.ts.map +1 -0
- package/dist/node/lib/dependencies/detectDuplicateDependencies.d.ts +2 -0
- package/dist/node/lib/dependencies/detectDuplicateDependencies.d.ts.map +1 -0
- package/dist/node/lib/dependencies/index.d.ts +4 -0
- package/dist/node/lib/dependencies/index.d.ts.map +1 -0
- package/dist/node/lib/dependencies/workspaceCycles.d.ts +15 -0
- package/dist/node/lib/dependencies/workspaceCycles.d.ts.map +1 -0
- package/dist/node/lib/deprecationMigrate.d.ts +2 -0
- package/dist/node/lib/deprecationMigrate.d.ts.map +1 -0
- package/dist/node/lib/eslintCache.d.ts +4 -0
- package/dist/node/lib/eslintCache.d.ts.map +1 -0
- package/dist/node/lib/file/ReadFileSyncOptions.d.ts +6 -0
- package/dist/node/lib/file/ReadFileSyncOptions.d.ts.map +1 -0
- package/dist/node/lib/file/constants.d.ts +3 -0
- package/dist/node/lib/file/constants.d.ts.map +1 -0
- package/dist/node/lib/file/fileLines.d.ts +6 -0
- package/dist/node/lib/file/fileLines.d.ts.map +1 -0
- package/dist/node/lib/file/index.d.ts +5 -0
- package/dist/node/lib/file/index.d.ts.map +1 -0
- package/dist/node/lib/file/tryReadFileSync.d.ts +4 -0
- package/dist/node/lib/file/tryReadFileSync.d.ts.map +1 -0
- package/dist/node/lib/fillTemplate.d.ts +2 -0
- package/dist/node/lib/fillTemplate.d.ts.map +1 -0
- package/dist/node/lib/generateIgnoreFiles.d.ts +2 -0
- package/dist/node/lib/generateIgnoreFiles.d.ts.map +1 -0
- package/dist/node/lib/gitConfig.d.ts +25 -0
- package/dist/node/lib/gitConfig.d.ts.map +1 -0
- package/dist/node/lib/gitignoreTemplate.d.ts +2 -0
- package/dist/node/lib/gitignoreTemplate.d.ts.map +1 -0
- package/dist/node/lib/index.d.ts +45 -0
- package/dist/node/lib/index.d.ts.map +1 -0
- package/dist/node/lib/initCwd.d.ts +2 -0
- package/dist/node/lib/initCwd.d.ts.map +1 -0
- package/dist/node/lib/jsonFormatters.d.ts +2 -0
- package/dist/node/lib/jsonFormatters.d.ts.map +1 -0
- package/dist/node/lib/latestVersions.d.ts +8 -0
- package/dist/node/lib/latestVersions.d.ts.map +1 -0
- package/dist/node/lib/loadConfig.d.ts +10 -0
- package/dist/node/lib/loadConfig.d.ts.map +1 -0
- package/dist/node/lib/match.d.ts +21 -0
- package/dist/node/lib/match.d.ts.map +1 -0
- package/dist/node/lib/npmLatestVersion.d.ts +3 -0
- package/dist/node/lib/npmLatestVersion.d.ts.map +1 -0
- package/dist/node/lib/packageManagerRuntime.d.ts +25 -0
- package/dist/node/lib/packageManagerRuntime.d.ts.map +1 -0
- package/dist/node/lib/packageName.d.ts +2 -0
- package/dist/node/lib/packageName.d.ts.map +1 -0
- package/dist/node/lib/parsedPackageJson.d.ts +2 -0
- package/dist/node/lib/parsedPackageJson.d.ts.map +1 -0
- package/dist/node/lib/pnpmConfig/index.d.ts +2 -0
- package/dist/node/lib/pnpmConfig/index.d.ts.map +1 -0
- package/dist/node/lib/pnpmConfig/readMinReleaseAge.d.ts +18 -0
- package/dist/node/lib/pnpmConfig/readMinReleaseAge.d.ts.map +1 -0
- package/dist/node/lib/processEx.d.ts +2 -0
- package/dist/node/lib/processEx.d.ts.map +1 -0
- package/dist/node/lib/repoTemplates.d.ts +7 -0
- package/dist/node/lib/repoTemplates.d.ts.map +1 -0
- package/dist/node/lib/reporting/index.d.ts +3 -0
- package/dist/node/lib/reporting/index.d.ts.map +1 -0
- package/dist/node/lib/reporting/runWithEnvelope.d.ts +15 -0
- package/dist/node/lib/reporting/runWithEnvelope.d.ts.map +1 -0
- package/dist/node/lib/reporting/xyReporter.d.ts +27 -0
- package/dist/node/lib/reporting/xyReporter.d.ts.map +1 -0
- package/dist/node/lib/runSteps.d.ts +3 -0
- package/dist/node/lib/runSteps.d.ts.map +1 -0
- package/dist/node/lib/runStepsAsync.d.ts +4 -0
- package/dist/node/lib/runStepsAsync.d.ts.map +1 -0
- package/dist/node/lib/runXy.d.ts +2 -0
- package/dist/node/lib/runXy.d.ts.map +1 -0
- package/dist/node/lib/runXyWithWarning.d.ts +2 -0
- package/dist/node/lib/runXyWithWarning.d.ts.map +1 -0
- package/dist/node/lib/safeExit.d.ts +8 -0
- package/dist/node/lib/safeExit.d.ts.map +1 -0
- package/dist/node/lib/secure/classify.d.ts +8 -0
- package/dist/node/lib/secure/classify.d.ts.map +1 -0
- package/dist/node/lib/secure/collectDeclaredDependencies.d.ts +6 -0
- package/dist/node/lib/secure/collectDeclaredDependencies.d.ts.map +1 -0
- package/dist/node/lib/secure/fetchPackageSecurityMetadata.d.ts +8 -0
- package/dist/node/lib/secure/fetchPackageSecurityMetadata.d.ts.map +1 -0
- package/dist/node/lib/secure/index.d.ts +7 -0
- package/dist/node/lib/secure/index.d.ts.map +1 -0
- package/dist/node/lib/secure/interfaces.d.ts +35 -0
- package/dist/node/lib/secure/interfaces.d.ts.map +1 -0
- package/dist/node/lib/secure/renderSecurityAudit.d.ts +4 -0
- package/dist/node/lib/secure/renderSecurityAudit.d.ts.map +1 -0
- package/dist/node/lib/secure/runSecurityAudit.d.ts +15 -0
- package/dist/node/lib/secure/runSecurityAudit.d.ts.map +1 -0
- package/dist/node/lib/shouldRunInstall.d.ts +2 -0
- package/dist/node/lib/shouldRunInstall.d.ts.map +1 -0
- package/dist/node/lib/string/empty.d.ts +3 -0
- package/dist/node/lib/string/empty.d.ts.map +1 -0
- package/dist/node/lib/string/index.d.ts +4 -0
- package/dist/node/lib/string/index.d.ts.map +1 -0
- package/dist/node/lib/string/localeCompare.d.ts +2 -0
- package/dist/node/lib/string/localeCompare.d.ts.map +1 -0
- package/dist/node/lib/string/union.d.ts +2 -0
- package/dist/node/lib/string/union.d.ts.map +1 -0
- package/dist/node/lib/toolchainVersion.d.ts +3 -0
- package/dist/node/lib/toolchainVersion.d.ts.map +1 -0
- package/dist/node/lib/tryRunLocalScript.d.ts +10 -0
- package/dist/node/lib/tryRunLocalScript.d.ts.map +1 -0
- package/dist/node/lib/updo/applyUpdates.d.ts +4 -0
- package/dist/node/lib/updo/applyUpdates.d.ts.map +1 -0
- package/dist/node/lib/updo/collectWorkspaceDeps.d.ts +4 -0
- package/dist/node/lib/updo/collectWorkspaceDeps.d.ts.map +1 -0
- package/dist/node/lib/updo/fetchRegistryInfo.d.ts +37 -0
- package/dist/node/lib/updo/fetchRegistryInfo.d.ts.map +1 -0
- package/dist/node/lib/updo/index.d.ts +9 -0
- package/dist/node/lib/updo/index.d.ts.map +1 -0
- package/dist/node/lib/updo/interactiveSelect.d.ts +31 -0
- package/dist/node/lib/updo/interactiveSelect.d.ts.map +1 -0
- package/dist/node/lib/updo/interfaces.d.ts +50 -0
- package/dist/node/lib/updo/interfaces.d.ts.map +1 -0
- package/dist/node/lib/updo/renderTable.d.ts +3 -0
- package/dist/node/lib/updo/renderTable.d.ts.map +1 -0
- package/dist/node/lib/updo/resolveVersions.d.ts +19 -0
- package/dist/node/lib/updo/resolveVersions.d.ts.map +1 -0
- package/dist/node/lib/updo/runUpdo.d.ts +27 -0
- package/dist/node/lib/updo/runUpdo.d.ts.map +1 -0
- package/dist/node/lib/withErrnoException.d.ts +2 -0
- package/dist/node/lib/withErrnoException.d.ts.map +1 -0
- package/dist/node/lib/withError.d.ts +2 -0
- package/dist/node/lib/withError.d.ts.map +1 -0
- package/dist/node/lib/yarn/index.d.ts +3 -0
- package/dist/node/lib/yarn/index.d.ts.map +1 -0
- package/dist/node/lib/yarn/isYarnVersionOrGreater.d.ts +2 -0
- package/dist/node/lib/yarn/isYarnVersionOrGreater.d.ts.map +1 -0
- package/dist/node/lib/yarn/workspace/Workspace.d.ts +2 -0
- package/dist/node/lib/yarn/workspace/Workspace.d.ts.map +1 -0
- package/dist/node/lib/yarn/workspace/index.d.ts +3 -0
- package/dist/node/lib/yarn/workspace/index.d.ts.map +1 -0
- package/dist/node/lib/yarn/workspace/yarnWorkspace.d.ts +3 -0
- package/dist/node/lib/yarn/workspace/yarnWorkspace.d.ts.map +1 -0
- package/dist/node/lib/yarn/workspace/yarnWorkspaces.d.ts +3 -0
- package/dist/node/lib/yarn/workspace/yarnWorkspaces.d.ts.map +1 -0
- package/dist/node/loadPackageConfig.d.ts +40 -0
- package/dist/node/loadPackageConfig.d.ts.map +1 -0
- package/dist/node/pm/PackageManager.d.ts +85 -0
- package/dist/node/pm/PackageManager.d.ts.map +1 -0
- package/dist/node/pm/bunPackageManager.d.ts +20 -0
- package/dist/node/pm/bunPackageManager.d.ts.map +1 -0
- package/dist/node/pm/detectPackageManager.d.ts +3 -0
- package/dist/node/pm/detectPackageManager.d.ts.map +1 -0
- package/dist/node/pm/index.d.ts +11 -0
- package/dist/node/pm/index.d.ts.map +1 -0
- package/dist/node/pm/isReactProject.d.ts +3 -0
- package/dist/node/pm/isReactProject.d.ts.map +1 -0
- package/dist/node/pm/npmPackageManager.d.ts +20 -0
- package/dist/node/pm/npmPackageManager.d.ts.map +1 -0
- package/dist/node/pm/pnpmPackageManager.d.ts +20 -0
- package/dist/node/pm/pnpmPackageManager.d.ts.map +1 -0
- package/dist/node/pm/registry.d.ts +5 -0
- package/dist/node/pm/registry.d.ts.map +1 -0
- package/dist/node/pm/resolveWorkspace.d.ts +3 -0
- package/dist/node/pm/resolveWorkspace.d.ts.map +1 -0
- package/dist/node/pm/runtime.d.ts +2 -0
- package/dist/node/pm/runtime.d.ts.map +1 -0
- package/dist/node/pm/workspaces.d.ts +15 -0
- package/dist/node/pm/workspaces.d.ts.map +1 -0
- package/dist/node/pm/yarnPackageManager.d.ts +20 -0
- package/dist/node/pm/yarnPackageManager.d.ts.map +1 -0
- package/dist/node/xy/build/buildCommand.d.ts +3 -0
- package/dist/node/xy/build/buildCommand.d.ts.map +1 -0
- package/dist/node/xy/build/compileCommand.d.ts +3 -0
- package/dist/node/xy/build/compileCommand.d.ts.map +1 -0
- package/dist/node/xy/build/copyAssetsCommand.d.ts +3 -0
- package/dist/node/xy/build/copyAssetsCommand.d.ts.map +1 -0
- package/dist/node/xy/build/index.d.ts +3 -0
- package/dist/node/xy/build/index.d.ts.map +1 -0
- package/dist/node/xy/build/rebuildCommand.d.ts +3 -0
- package/dist/node/xy/build/rebuildCommand.d.ts.map +1 -0
- package/dist/node/xy/build/recompileCommand.d.ts +3 -0
- package/dist/node/xy/build/recompileCommand.d.ts.map +1 -0
- package/dist/node/xy/build/tscValidateCommand.d.ts +3 -0
- package/dist/node/xy/build/tscValidateCommand.d.ts.map +1 -0
- package/dist/node/xy/common/checkCommand.d.ts +3 -0
- package/dist/node/xy/common/checkCommand.d.ts.map +1 -0
- package/dist/node/xy/common/deadCommand.d.ts +3 -0
- package/dist/node/xy/common/deadCommand.d.ts.map +1 -0
- package/dist/node/xy/common/gitignoreCommand.d.ts +3 -0
- package/dist/node/xy/common/gitignoreCommand.d.ts.map +1 -0
- package/dist/node/xy/common/gitlintCommand.d.ts +3 -0
- package/dist/node/xy/common/gitlintCommand.d.ts.map +1 -0
- package/dist/node/xy/common/index.d.ts +3 -0
- package/dist/node/xy/common/index.d.ts.map +1 -0
- package/dist/node/xy/common/licenseCommand.d.ts +3 -0
- package/dist/node/xy/common/licenseCommand.d.ts.map +1 -0
- package/dist/node/xy/common/npmignoreGenCommand.d.ts +3 -0
- package/dist/node/xy/common/npmignoreGenCommand.d.ts.map +1 -0
- package/dist/node/xy/common/orphan/cleanCommand.d.ts +3 -0
- package/dist/node/xy/common/orphan/cleanCommand.d.ts.map +1 -0
- package/dist/node/xy/common/orphan/index.d.ts +3 -0
- package/dist/node/xy/common/orphan/index.d.ts.map +1 -0
- package/dist/node/xy/common/orphan/listCommand.d.ts +3 -0
- package/dist/node/xy/common/orphan/listCommand.d.ts.map +1 -0
- package/dist/node/xy/common/packmanCommand.d.ts +3 -0
- package/dist/node/xy/common/packmanCommand.d.ts.map +1 -0
- package/dist/node/xy/common/repo/index.d.ts +3 -0
- package/dist/node/xy/common/repo/index.d.ts.map +1 -0
- package/dist/node/xy/common/repo/initCommand.d.ts +3 -0
- package/dist/node/xy/common/repo/initCommand.d.ts.map +1 -0
- package/dist/node/xy/common/repo/lintCommand.d.ts +3 -0
- package/dist/node/xy/common/repo/lintCommand.d.ts.map +1 -0
- package/dist/node/xy/common/retestCommand.d.ts +3 -0
- package/dist/node/xy/common/retestCommand.d.ts.map +1 -0
- package/dist/node/xy/common/secureCommand.d.ts +3 -0
- package/dist/node/xy/common/secureCommand.d.ts.map +1 -0
- package/dist/node/xy/common/skills/index.d.ts +3 -0
- package/dist/node/xy/common/skills/index.d.ts.map +1 -0
- package/dist/node/xy/common/testCommand.d.ts +3 -0
- package/dist/node/xy/common/testCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/addCommand.d.ts +3 -0
- package/dist/node/xy/common/work/addCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/claimCommand.d.ts +3 -0
- package/dist/node/xy/common/work/claimCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/doneCommand.d.ts +3 -0
- package/dist/node/xy/common/work/doneCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/index.d.ts +3 -0
- package/dist/node/xy/common/work/index.d.ts.map +1 -0
- package/dist/node/xy/common/work/initCommand.d.ts +3 -0
- package/dist/node/xy/common/work/initCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/listCommand.d.ts +3 -0
- package/dist/node/xy/common/work/listCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/nextCommand.d.ts +3 -0
- package/dist/node/xy/common/work/nextCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/options.d.ts +5 -0
- package/dist/node/xy/common/work/options.d.ts.map +1 -0
- package/dist/node/xy/common/work/queueCommand.d.ts +3 -0
- package/dist/node/xy/common/work/queueCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/showCommand.d.ts +3 -0
- package/dist/node/xy/common/work/showCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/triageCommand.d.ts +3 -0
- package/dist/node/xy/common/work/triageCommand.d.ts.map +1 -0
- package/dist/node/xy/common/work/updateCommand.d.ts +3 -0
- package/dist/node/xy/common/work/updateCommand.d.ts.map +1 -0
- package/dist/node/xy/deploy/deployCommand.d.ts +3 -0
- package/dist/node/xy/deploy/deployCommand.d.ts.map +1 -0
- package/dist/node/xy/deploy/index.d.ts +3 -0
- package/dist/node/xy/deploy/index.d.ts.map +1 -0
- package/dist/node/xy/deploy/publishCommand.d.ts +3 -0
- package/dist/node/xy/deploy/publishCommand.d.ts.map +1 -0
- package/dist/node/xy/index.d.ts +9 -0
- package/dist/node/xy/index.d.ts.map +1 -0
- package/dist/node/xy/install/cleanCommand.d.ts +3 -0
- package/dist/node/xy/install/cleanCommand.d.ts.map +1 -0
- package/dist/node/xy/install/index.d.ts +3 -0
- package/dist/node/xy/install/index.d.ts.map +1 -0
- package/dist/node/xy/install/installCommand.d.ts +3 -0
- package/dist/node/xy/install/installCommand.d.ts.map +1 -0
- package/dist/node/xy/install/reinstallCommand.d.ts +3 -0
- package/dist/node/xy/install/reinstallCommand.d.ts.map +1 -0
- package/dist/node/xy/install/staticsCommand.d.ts +3 -0
- package/dist/node/xy/install/staticsCommand.d.ts.map +1 -0
- package/dist/node/xy/install/upCommand.d.ts +3 -0
- package/dist/node/xy/install/upCommand.d.ts.map +1 -0
- package/dist/node/xy/install/updoCommand.d.ts +3 -0
- package/dist/node/xy/install/updoCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/apiExposureCommand.d.ts +3 -0
- package/dist/node/xy/lint/apiExposureCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/cycleCommand.d.ts +3 -0
- package/dist/node/xy/lint/cycleCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/deplintCommand.d.ts +3 -0
- package/dist/node/xy/lint/deplintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/fixCommand.d.ts +3 -0
- package/dist/node/xy/lint/fixCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/index.d.ts +3 -0
- package/dist/node/xy/lint/index.d.ts.map +1 -0
- package/dist/node/xy/lint/lint/configCommand.d.ts +5 -0
- package/dist/node/xy/lint/lint/configCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/lint/index.d.ts +3 -0
- package/dist/node/xy/lint/lint/index.d.ts.map +1 -0
- package/dist/node/xy/lint/lint/initCommand.d.ts +3 -0
- package/dist/node/xy/lint/lint/initCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/lint/runCommand.d.ts +3 -0
- package/dist/node/xy/lint/lint/runCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/lintCommand.d.ts +2 -0
- package/dist/node/xy/lint/lintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/lintlintCommand.d.ts +3 -0
- package/dist/node/xy/lint/lintlintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/nodeLintCommand.d.ts +3 -0
- package/dist/node/xy/lint/nodeLintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/publintCommand.d.ts +3 -0
- package/dist/node/xy/lint/publintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/relintCommand.d.ts +3 -0
- package/dist/node/xy/lint/relintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/republintCommand.d.ts +3 -0
- package/dist/node/xy/lint/republintCommand.d.ts.map +1 -0
- package/dist/node/xy/lint/sonarCommand.d.ts +3 -0
- package/dist/node/xy/lint/sonarCommand.d.ts.map +1 -0
- package/dist/node/xy/packageManagerWarning.d.ts +4 -0
- package/dist/node/xy/packageManagerWarning.d.ts.map +1 -0
- package/dist/node/xy/param.d.ts +5 -0
- package/dist/node/xy/param.d.ts.map +1 -0
- package/dist/node/xy/react/analyzeCommand.d.ts +3 -0
- package/dist/node/xy/react/analyzeCommand.d.ts.map +1 -0
- package/dist/node/xy/react/ejectCommand.d.ts +3 -0
- package/dist/node/xy/react/ejectCommand.d.ts.map +1 -0
- package/dist/node/xy/react/index.d.ts +3 -0
- package/dist/node/xy/react/index.d.ts.map +1 -0
- package/dist/node/xy/react/sitemapCommand.d.ts +3 -0
- package/dist/node/xy/react/sitemapCommand.d.ts.map +1 -0
- package/dist/node/xy/react/startCommand.d.ts +3 -0
- package/dist/node/xy/react/startCommand.d.ts.map +1 -0
- package/dist/node/xy/xy.d.ts +20 -0
- package/dist/node/xy/xy.d.ts.map +1 -0
- package/dist/node/xy/xyParseOptions.d.ts +3 -0
- package/dist/node/xy/xyParseOptions.d.ts.map +1 -0
- package/dist/pm/PackageManager.d.ts +85 -0
- package/dist/pm/PackageManager.d.ts.map +1 -0
- package/dist/pm/bunPackageManager.d.ts +20 -0
- package/dist/pm/bunPackageManager.d.ts.map +1 -0
- package/dist/pm/detectPackageManager.d.ts +3 -0
- package/dist/pm/detectPackageManager.d.ts.map +1 -0
- package/dist/pm/detectReact.d.ts +3 -0
- package/dist/pm/detectReact.d.ts.map +1 -0
- package/dist/pm/index.d.ts +11 -0
- package/dist/pm/index.d.ts.map +1 -0
- package/dist/pm/isReactProject.d.ts +3 -0
- package/dist/pm/isReactProject.d.ts.map +1 -0
- package/dist/pm/npmPackageManager.d.ts +20 -0
- package/dist/pm/npmPackageManager.d.ts.map +1 -0
- package/dist/pm/pnpmPackageManager.d.ts +20 -0
- package/dist/pm/pnpmPackageManager.d.ts.map +1 -0
- package/dist/pm/registry.d.ts +5 -0
- package/dist/pm/registry.d.ts.map +1 -0
- package/dist/pm/resolveWorkspace.d.ts +3 -0
- package/dist/pm/resolveWorkspace.d.ts.map +1 -0
- package/dist/pm/runtime.d.ts +2 -0
- package/dist/pm/runtime.d.ts.map +1 -0
- package/dist/pm/workspaces.d.ts +15 -0
- package/dist/pm/workspaces.d.ts.map +1 -0
- package/dist/pm/yarnPackageManager.d.ts +20 -0
- package/dist/pm/yarnPackageManager.d.ts.map +1 -0
- package/dist/xy/build/buildCommand.d.ts +3 -0
- package/dist/xy/build/buildCommand.d.ts.map +1 -0
- package/dist/xy/build/compileCommand.d.ts +3 -0
- package/dist/xy/build/compileCommand.d.ts.map +1 -0
- package/dist/xy/build/copyAssetsCommand.d.ts +3 -0
- package/dist/xy/build/copyAssetsCommand.d.ts.map +1 -0
- package/dist/xy/build/index.d.ts +3 -0
- package/dist/xy/build/index.d.ts.map +1 -0
- package/dist/xy/build/rebuildCommand.d.ts +3 -0
- package/dist/xy/build/rebuildCommand.d.ts.map +1 -0
- package/dist/xy/build/recompileCommand.d.ts +3 -0
- package/dist/xy/build/recompileCommand.d.ts.map +1 -0
- package/dist/xy/build/tscValidateCommand.d.ts +3 -0
- package/dist/xy/build/tscValidateCommand.d.ts.map +1 -0
- package/dist/xy/common/checkCommand.d.ts +3 -0
- package/dist/xy/common/checkCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/checkCommand.d.ts +3 -0
- package/dist/xy/common/claude/checkCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/cleanCommand.d.ts +3 -0
- package/dist/xy/common/claude/cleanCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/commandsCommand.d.ts +3 -0
- package/dist/xy/common/claude/commandsCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/index.d.ts +3 -0
- package/dist/xy/common/claude/index.d.ts.map +1 -0
- package/dist/xy/common/claude/initCommand.d.ts +3 -0
- package/dist/xy/common/claude/initCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/rulesCommand.d.ts +3 -0
- package/dist/xy/common/claude/rulesCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/settingsCommand.d.ts +3 -0
- package/dist/xy/common/claude/settingsCommand.d.ts.map +1 -0
- package/dist/xy/common/claude/skillsCommand.d.ts +3 -0
- package/dist/xy/common/claude/skillsCommand.d.ts.map +1 -0
- package/dist/xy/common/deadCommand.d.ts +3 -0
- package/dist/xy/common/deadCommand.d.ts.map +1 -0
- package/dist/xy/common/gitignoreCommand.d.ts +3 -0
- package/dist/xy/common/gitignoreCommand.d.ts.map +1 -0
- package/dist/xy/common/gitlintCommand.d.ts +3 -0
- package/dist/xy/common/gitlintCommand.d.ts.map +1 -0
- package/dist/xy/common/index.d.ts +3 -0
- package/dist/xy/common/index.d.ts.map +1 -0
- package/dist/xy/common/licenseCommand.d.ts +3 -0
- package/dist/xy/common/licenseCommand.d.ts.map +1 -0
- package/dist/xy/common/npmignoreGenCommand.d.ts +3 -0
- package/dist/xy/common/npmignoreGenCommand.d.ts.map +1 -0
- package/dist/xy/common/orphan/cleanCommand.d.ts +3 -0
- package/dist/xy/common/orphan/cleanCommand.d.ts.map +1 -0
- package/dist/xy/common/orphan/index.d.ts +3 -0
- package/dist/xy/common/orphan/index.d.ts.map +1 -0
- package/dist/xy/common/orphan/listCommand.d.ts +3 -0
- package/dist/xy/common/orphan/listCommand.d.ts.map +1 -0
- package/dist/xy/common/packmanCommand.d.ts +3 -0
- package/dist/xy/common/packmanCommand.d.ts.map +1 -0
- package/dist/xy/common/repo/index.d.ts +3 -0
- package/dist/xy/common/repo/index.d.ts.map +1 -0
- package/dist/xy/common/repo/initCommand.d.ts +3 -0
- package/dist/xy/common/repo/initCommand.d.ts.map +1 -0
- package/dist/xy/common/repo/lintCommand.d.ts +3 -0
- package/dist/xy/common/repo/lintCommand.d.ts.map +1 -0
- package/dist/xy/common/retestCommand.d.ts +3 -0
- package/dist/xy/common/retestCommand.d.ts.map +1 -0
- package/dist/xy/common/secureCommand.d.ts +3 -0
- package/dist/xy/common/secureCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/addCommand.d.ts +3 -0
- package/dist/xy/common/skills/addCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/experimentalInstallCommand.d.ts +3 -0
- package/dist/xy/common/skills/experimentalInstallCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/experimentalSyncCommand.d.ts +3 -0
- package/dist/xy/common/skills/experimentalSyncCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/findCommand.d.ts +3 -0
- package/dist/xy/common/skills/findCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/index.d.ts +3 -0
- package/dist/xy/common/skills/index.d.ts.map +1 -0
- package/dist/xy/common/skills/initCommand.d.ts +3 -0
- package/dist/xy/common/skills/initCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/lintCommand.d.ts +3 -0
- package/dist/xy/common/skills/lintCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/listCommand.d.ts +3 -0
- package/dist/xy/common/skills/listCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/removeCommand.d.ts +3 -0
- package/dist/xy/common/skills/removeCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/updateCommand.d.ts +3 -0
- package/dist/xy/common/skills/updateCommand.d.ts.map +1 -0
- package/dist/xy/common/skills/updoCommand.d.ts +3 -0
- package/dist/xy/common/skills/updoCommand.d.ts.map +1 -0
- package/dist/xy/common/testCommand.d.ts +3 -0
- package/dist/xy/common/testCommand.d.ts.map +1 -0
- package/dist/xy/common/work/addCommand.d.ts +3 -0
- package/dist/xy/common/work/addCommand.d.ts.map +1 -0
- package/dist/xy/common/work/claimCommand.d.ts +3 -0
- package/dist/xy/common/work/claimCommand.d.ts.map +1 -0
- package/dist/xy/common/work/doneCommand.d.ts +3 -0
- package/dist/xy/common/work/doneCommand.d.ts.map +1 -0
- package/dist/xy/common/work/index.d.ts +3 -0
- package/dist/xy/common/work/index.d.ts.map +1 -0
- package/dist/xy/common/work/initCommand.d.ts +3 -0
- package/dist/xy/common/work/initCommand.d.ts.map +1 -0
- package/dist/xy/common/work/listCommand.d.ts +3 -0
- package/dist/xy/common/work/listCommand.d.ts.map +1 -0
- package/dist/xy/common/work/nextCommand.d.ts +3 -0
- package/dist/xy/common/work/nextCommand.d.ts.map +1 -0
- package/dist/xy/common/work/options.d.ts +5 -0
- package/dist/xy/common/work/options.d.ts.map +1 -0
- package/dist/xy/common/work/queueCommand.d.ts +3 -0
- package/dist/xy/common/work/queueCommand.d.ts.map +1 -0
- package/dist/xy/common/work/showCommand.d.ts +3 -0
- package/dist/xy/common/work/showCommand.d.ts.map +1 -0
- package/dist/xy/common/work/triageCommand.d.ts +3 -0
- package/dist/xy/common/work/triageCommand.d.ts.map +1 -0
- package/dist/xy/common/work/updateCommand.d.ts +3 -0
- package/dist/xy/common/work/updateCommand.d.ts.map +1 -0
- package/dist/xy/deploy/deployCommand.d.ts +3 -0
- package/dist/xy/deploy/deployCommand.d.ts.map +1 -0
- package/dist/xy/deploy/index.d.ts +3 -0
- package/dist/xy/deploy/index.d.ts.map +1 -0
- package/dist/xy/deploy/publishCommand.d.ts +3 -0
- package/dist/xy/deploy/publishCommand.d.ts.map +1 -0
- package/dist/xy/index.d.ts +9 -0
- package/dist/xy/index.d.ts.map +1 -0
- package/dist/xy/install/cleanCommand.d.ts +3 -0
- package/dist/xy/install/cleanCommand.d.ts.map +1 -0
- package/dist/xy/install/index.d.ts +3 -0
- package/dist/xy/install/index.d.ts.map +1 -0
- package/dist/xy/install/installCommand.d.ts +3 -0
- package/dist/xy/install/installCommand.d.ts.map +1 -0
- package/dist/xy/install/reinstallCommand.d.ts +3 -0
- package/dist/xy/install/reinstallCommand.d.ts.map +1 -0
- package/dist/xy/install/staticsCommand.d.ts +3 -0
- package/dist/xy/install/staticsCommand.d.ts.map +1 -0
- package/dist/xy/install/upCommand.d.ts +3 -0
- package/dist/xy/install/upCommand.d.ts.map +1 -0
- package/dist/xy/install/updoCommand.d.ts +3 -0
- package/dist/xy/install/updoCommand.d.ts.map +1 -0
- package/dist/xy/install/upskillsCommand.d.ts +3 -0
- package/dist/xy/install/upskillsCommand.d.ts.map +1 -0
- package/dist/xy/lint/apiExposureCommand.d.ts +3 -0
- package/dist/xy/lint/apiExposureCommand.d.ts.map +1 -0
- package/dist/xy/lint/cycleCommand.d.ts +3 -0
- package/dist/xy/lint/cycleCommand.d.ts.map +1 -0
- package/dist/xy/lint/deplintCommand.d.ts +3 -0
- package/dist/xy/lint/deplintCommand.d.ts.map +1 -0
- package/dist/xy/lint/fixCommand.d.ts +3 -0
- package/dist/xy/lint/fixCommand.d.ts.map +1 -0
- package/dist/xy/lint/index.d.ts +3 -0
- package/dist/xy/lint/index.d.ts.map +1 -0
- package/dist/xy/lint/lint/configCommand.d.ts +5 -0
- package/dist/xy/lint/lint/configCommand.d.ts.map +1 -0
- package/dist/xy/lint/lint/index.d.ts +3 -0
- package/dist/xy/lint/lint/index.d.ts.map +1 -0
- package/dist/xy/lint/lint/initCommand.d.ts +3 -0
- package/dist/xy/lint/lint/initCommand.d.ts.map +1 -0
- package/dist/xy/lint/lint/runCommand.d.ts +3 -0
- package/dist/xy/lint/lint/runCommand.d.ts.map +1 -0
- package/dist/xy/lint/lintCommand.d.ts +2 -0
- package/dist/xy/lint/lintCommand.d.ts.map +1 -0
- package/dist/xy/lint/lintlintCommand.d.ts +3 -0
- package/dist/xy/lint/lintlintCommand.d.ts.map +1 -0
- package/dist/xy/lint/nodeLintCommand.d.ts +3 -0
- package/dist/xy/lint/nodeLintCommand.d.ts.map +1 -0
- package/dist/xy/lint/publintCommand.d.ts +3 -0
- package/dist/xy/lint/publintCommand.d.ts.map +1 -0
- package/dist/xy/lint/relintCommand.d.ts +3 -0
- package/dist/xy/lint/relintCommand.d.ts.map +1 -0
- package/dist/xy/lint/republintCommand.d.ts +3 -0
- package/dist/xy/lint/republintCommand.d.ts.map +1 -0
- package/dist/xy/lint/sonarCommand.d.ts +3 -0
- package/dist/xy/lint/sonarCommand.d.ts.map +1 -0
- package/dist/xy/packageManagerWarning.d.ts +4 -0
- package/dist/xy/packageManagerWarning.d.ts.map +1 -0
- package/dist/xy/param.d.ts +5 -0
- package/dist/xy/param.d.ts.map +1 -0
- package/dist/xy/react/analyzeCommand.d.ts +3 -0
- package/dist/xy/react/analyzeCommand.d.ts.map +1 -0
- package/dist/xy/react/ejectCommand.d.ts +3 -0
- package/dist/xy/react/ejectCommand.d.ts.map +1 -0
- package/dist/xy/react/index.d.ts +3 -0
- package/dist/xy/react/index.d.ts.map +1 -0
- package/dist/xy/react/sitemapCommand.d.ts +3 -0
- package/dist/xy/react/sitemapCommand.d.ts.map +1 -0
- package/dist/xy/react/startCommand.d.ts +3 -0
- package/dist/xy/react/startCommand.d.ts.map +1 -0
- package/dist/xy/xy.d.ts +20 -0
- package/dist/xy/xy.d.ts.map +1 -0
- package/dist/xy/xyParseOptions.d.ts +3 -0
- package/dist/xy/xyParseOptions.d.ts.map +1 -0
- package/package.json +108 -0
- package/templates/gitignore/gitignore/template.gitignore +51 -0
- package/templates/gitignore/template.gitignore +51 -0
- package/templates/repo/cli/package/package.json.tmpl +62 -0
- package/templates/repo/cli/package/src/__packageName__.ts.tmpl +21 -0
- package/templates/repo/cli/package/src/actions/index.ts +1 -0
- package/templates/repo/cli/package/src/actions/printVersion.ts.tmpl +8 -0
- package/templates/repo/cli/package/src/bin/__packageName__.ts.tmpl +12 -0
- package/templates/repo/cli/package/src/commands/index.ts +1 -0
- package/templates/repo/cli/package/src/commands/versionCommand.ts.tmpl +11 -0
- package/templates/repo/cli/package/src/index.ts.tmpl +1 -0
- package/templates/repo/cli/package/tsconfig.build.json +25 -0
- package/templates/repo/cli/package/tsconfig.json +4 -0
- package/templates/repo/cli/package/xy.config.ts +3 -0
- package/templates/repo/cli/root/CLAUDE.md.tmpl +36 -0
- package/templates/repo/cli/root/cspell.json.tmpl +13 -0
- package/templates/repo/cli/root/eslint.config.ts +20 -0
- package/templates/repo/cli/root/github/workflows/build-bun.yml.tmpl +30 -0
- package/templates/repo/cli/root/github/workflows/build-npm.yml.tmpl +32 -0
- package/templates/repo/cli/root/github/workflows/build-pnpm.yml.tmpl +34 -0
- package/templates/repo/cli/root/github/workflows/build-yarn.yml.tmpl +32 -0
- package/templates/repo/cli/root/gitignore.tmpl +47 -0
- package/templates/repo/cli/root/package.json.tmpl +54 -0
- package/templates/repo/cli/root/pnpm-workspace.yaml +2 -0
- package/templates/repo/cli/root/tsconfig.json +4 -0
- package/templates/repo/cli/root/vitest.config.ts +31 -0
- package/templates/repo/cli/root/xy.config.ts.tmpl +5 -0
|
@@ -0,0 +1,975 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import { createRequire } from "node:module";
|
|
3
|
+
import fs, { readFileSync } from "node:fs";
|
|
4
|
+
import process$1 from "node:process";
|
|
5
|
+
import os from "node:os";
|
|
6
|
+
import tty from "node:tty";
|
|
7
|
+
//#region \0rolldown/runtime.js
|
|
8
|
+
var __create = Object.create;
|
|
9
|
+
var __defProp = Object.defineProperty;
|
|
10
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
11
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
12
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
13
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
14
|
+
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
15
|
+
var __copyProps = (to, from, except, desc) => {
|
|
16
|
+
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
17
|
+
key = keys[i];
|
|
18
|
+
if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
|
|
19
|
+
get: ((k) => from[k]).bind(null, key),
|
|
20
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
return to;
|
|
24
|
+
};
|
|
25
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
26
|
+
value: mod,
|
|
27
|
+
enumerable: true
|
|
28
|
+
}) : target, mod));
|
|
29
|
+
var __require = /* #__PURE__ */ (() => createRequire(import.meta.url))();
|
|
30
|
+
//#endregion
|
|
31
|
+
//#region ../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
32
|
+
const ANSI_BACKGROUND_OFFSET = 10;
|
|
33
|
+
const wrapAnsi16 = (offset = 0) => (code) => `\u001B[${code + offset}m`;
|
|
34
|
+
const wrapAnsi256 = (offset = 0) => (code) => `\u001B[${38 + offset};5;${code}m`;
|
|
35
|
+
const wrapAnsi16m = (offset = 0) => (red, green, blue) => `\u001B[${38 + offset};2;${red};${green};${blue}m`;
|
|
36
|
+
const styles$1 = {
|
|
37
|
+
modifier: {
|
|
38
|
+
reset: [0, 0],
|
|
39
|
+
bold: [1, 22],
|
|
40
|
+
dim: [2, 22],
|
|
41
|
+
italic: [3, 23],
|
|
42
|
+
underline: [4, 24],
|
|
43
|
+
overline: [53, 55],
|
|
44
|
+
inverse: [7, 27],
|
|
45
|
+
hidden: [8, 28],
|
|
46
|
+
strikethrough: [9, 29]
|
|
47
|
+
},
|
|
48
|
+
color: {
|
|
49
|
+
black: [30, 39],
|
|
50
|
+
red: [31, 39],
|
|
51
|
+
green: [32, 39],
|
|
52
|
+
yellow: [33, 39],
|
|
53
|
+
blue: [34, 39],
|
|
54
|
+
magenta: [35, 39],
|
|
55
|
+
cyan: [36, 39],
|
|
56
|
+
white: [37, 39],
|
|
57
|
+
blackBright: [90, 39],
|
|
58
|
+
gray: [90, 39],
|
|
59
|
+
grey: [90, 39],
|
|
60
|
+
redBright: [91, 39],
|
|
61
|
+
greenBright: [92, 39],
|
|
62
|
+
yellowBright: [93, 39],
|
|
63
|
+
blueBright: [94, 39],
|
|
64
|
+
magentaBright: [95, 39],
|
|
65
|
+
cyanBright: [96, 39],
|
|
66
|
+
whiteBright: [97, 39]
|
|
67
|
+
},
|
|
68
|
+
bgColor: {
|
|
69
|
+
bgBlack: [40, 49],
|
|
70
|
+
bgRed: [41, 49],
|
|
71
|
+
bgGreen: [42, 49],
|
|
72
|
+
bgYellow: [43, 49],
|
|
73
|
+
bgBlue: [44, 49],
|
|
74
|
+
bgMagenta: [45, 49],
|
|
75
|
+
bgCyan: [46, 49],
|
|
76
|
+
bgWhite: [47, 49],
|
|
77
|
+
bgBlackBright: [100, 49],
|
|
78
|
+
bgGray: [100, 49],
|
|
79
|
+
bgGrey: [100, 49],
|
|
80
|
+
bgRedBright: [101, 49],
|
|
81
|
+
bgGreenBright: [102, 49],
|
|
82
|
+
bgYellowBright: [103, 49],
|
|
83
|
+
bgBlueBright: [104, 49],
|
|
84
|
+
bgMagentaBright: [105, 49],
|
|
85
|
+
bgCyanBright: [106, 49],
|
|
86
|
+
bgWhiteBright: [107, 49]
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
Object.keys(styles$1.modifier);
|
|
90
|
+
const foregroundColorNames = Object.keys(styles$1.color);
|
|
91
|
+
const backgroundColorNames = Object.keys(styles$1.bgColor);
|
|
92
|
+
[...foregroundColorNames, ...backgroundColorNames];
|
|
93
|
+
function assembleStyles() {
|
|
94
|
+
const codes = /* @__PURE__ */ new Map();
|
|
95
|
+
for (const [groupName, group] of Object.entries(styles$1)) {
|
|
96
|
+
for (const [styleName, style] of Object.entries(group)) {
|
|
97
|
+
styles$1[styleName] = {
|
|
98
|
+
open: `\u001B[${style[0]}m`,
|
|
99
|
+
close: `\u001B[${style[1]}m`
|
|
100
|
+
};
|
|
101
|
+
group[styleName] = styles$1[styleName];
|
|
102
|
+
codes.set(style[0], style[1]);
|
|
103
|
+
}
|
|
104
|
+
Object.defineProperty(styles$1, groupName, {
|
|
105
|
+
value: group,
|
|
106
|
+
enumerable: false
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
Object.defineProperty(styles$1, "codes", {
|
|
110
|
+
value: codes,
|
|
111
|
+
enumerable: false
|
|
112
|
+
});
|
|
113
|
+
styles$1.color.close = "\x1B[39m";
|
|
114
|
+
styles$1.bgColor.close = "\x1B[49m";
|
|
115
|
+
styles$1.color.ansi = wrapAnsi16();
|
|
116
|
+
styles$1.color.ansi256 = wrapAnsi256();
|
|
117
|
+
styles$1.color.ansi16m = wrapAnsi16m();
|
|
118
|
+
styles$1.bgColor.ansi = wrapAnsi16(ANSI_BACKGROUND_OFFSET);
|
|
119
|
+
styles$1.bgColor.ansi256 = wrapAnsi256(ANSI_BACKGROUND_OFFSET);
|
|
120
|
+
styles$1.bgColor.ansi16m = wrapAnsi16m(ANSI_BACKGROUND_OFFSET);
|
|
121
|
+
Object.defineProperties(styles$1, {
|
|
122
|
+
rgbToAnsi256: {
|
|
123
|
+
value(red, green, blue) {
|
|
124
|
+
if (red === green && green === blue) {
|
|
125
|
+
if (red < 8) return 16;
|
|
126
|
+
if (red > 248) return 231;
|
|
127
|
+
return Math.round((red - 8) / 247 * 24) + 232;
|
|
128
|
+
}
|
|
129
|
+
return 16 + 36 * Math.round(red / 255 * 5) + 6 * Math.round(green / 255 * 5) + Math.round(blue / 255 * 5);
|
|
130
|
+
},
|
|
131
|
+
enumerable: false
|
|
132
|
+
},
|
|
133
|
+
hexToRgb: {
|
|
134
|
+
value(hex) {
|
|
135
|
+
const matches = /[a-f\d]{6}|[a-f\d]{3}/i.exec(hex.toString(16));
|
|
136
|
+
if (!matches) return [
|
|
137
|
+
0,
|
|
138
|
+
0,
|
|
139
|
+
0
|
|
140
|
+
];
|
|
141
|
+
let [colorString] = matches;
|
|
142
|
+
if (colorString.length === 3) colorString = [...colorString].map((character) => character + character).join("");
|
|
143
|
+
const integer = Number.parseInt(colorString, 16);
|
|
144
|
+
return [
|
|
145
|
+
integer >> 16 & 255,
|
|
146
|
+
integer >> 8 & 255,
|
|
147
|
+
integer & 255
|
|
148
|
+
];
|
|
149
|
+
},
|
|
150
|
+
enumerable: false
|
|
151
|
+
},
|
|
152
|
+
hexToAnsi256: {
|
|
153
|
+
value: (hex) => styles$1.rgbToAnsi256(...styles$1.hexToRgb(hex)),
|
|
154
|
+
enumerable: false
|
|
155
|
+
},
|
|
156
|
+
ansi256ToAnsi: {
|
|
157
|
+
value(code) {
|
|
158
|
+
if (code < 8) return 30 + code;
|
|
159
|
+
if (code < 16) return 90 + (code - 8);
|
|
160
|
+
let red;
|
|
161
|
+
let green;
|
|
162
|
+
let blue;
|
|
163
|
+
if (code >= 232) {
|
|
164
|
+
red = ((code - 232) * 10 + 8) / 255;
|
|
165
|
+
green = red;
|
|
166
|
+
blue = red;
|
|
167
|
+
} else {
|
|
168
|
+
code -= 16;
|
|
169
|
+
const remainder = code % 36;
|
|
170
|
+
red = Math.floor(code / 36) / 5;
|
|
171
|
+
green = Math.floor(remainder / 6) / 5;
|
|
172
|
+
blue = remainder % 6 / 5;
|
|
173
|
+
}
|
|
174
|
+
const value = Math.max(red, green, blue) * 2;
|
|
175
|
+
if (value === 0) return 30;
|
|
176
|
+
let result = 30 + (Math.round(blue) << 2 | Math.round(green) << 1 | Math.round(red));
|
|
177
|
+
if (value === 2) result += 60;
|
|
178
|
+
return result;
|
|
179
|
+
},
|
|
180
|
+
enumerable: false
|
|
181
|
+
},
|
|
182
|
+
rgbToAnsi: {
|
|
183
|
+
value: (red, green, blue) => styles$1.ansi256ToAnsi(styles$1.rgbToAnsi256(red, green, blue)),
|
|
184
|
+
enumerable: false
|
|
185
|
+
},
|
|
186
|
+
hexToAnsi: {
|
|
187
|
+
value: (hex) => styles$1.ansi256ToAnsi(styles$1.hexToAnsi256(hex)),
|
|
188
|
+
enumerable: false
|
|
189
|
+
}
|
|
190
|
+
});
|
|
191
|
+
return styles$1;
|
|
192
|
+
}
|
|
193
|
+
const ansiStyles = assembleStyles();
|
|
194
|
+
//#endregion
|
|
195
|
+
//#region ../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js
|
|
196
|
+
function hasFlag(flag, argv = globalThis.Deno ? globalThis.Deno.args : process$1.argv) {
|
|
197
|
+
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
198
|
+
const position = argv.indexOf(prefix + flag);
|
|
199
|
+
const terminatorPosition = argv.indexOf("--");
|
|
200
|
+
return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
|
|
201
|
+
}
|
|
202
|
+
const { env } = process$1;
|
|
203
|
+
let flagForceColor;
|
|
204
|
+
if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never")) flagForceColor = 0;
|
|
205
|
+
else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) flagForceColor = 1;
|
|
206
|
+
function envForceColor() {
|
|
207
|
+
if ("FORCE_COLOR" in env) {
|
|
208
|
+
if (env.FORCE_COLOR === "true") return 1;
|
|
209
|
+
if (env.FORCE_COLOR === "false") return 0;
|
|
210
|
+
return env.FORCE_COLOR.length === 0 ? 1 : Math.min(Number.parseInt(env.FORCE_COLOR, 10), 3);
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
function translateLevel(level) {
|
|
214
|
+
if (level === 0) return false;
|
|
215
|
+
return {
|
|
216
|
+
level,
|
|
217
|
+
hasBasic: true,
|
|
218
|
+
has256: level >= 2,
|
|
219
|
+
has16m: level >= 3
|
|
220
|
+
};
|
|
221
|
+
}
|
|
222
|
+
function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
|
|
223
|
+
const noFlagForceColor = envForceColor();
|
|
224
|
+
if (noFlagForceColor !== void 0) flagForceColor = noFlagForceColor;
|
|
225
|
+
const forceColor = sniffFlags ? flagForceColor : noFlagForceColor;
|
|
226
|
+
if (forceColor === 0) return 0;
|
|
227
|
+
if (sniffFlags) {
|
|
228
|
+
if (hasFlag("color=16m") || hasFlag("color=full") || hasFlag("color=truecolor")) return 3;
|
|
229
|
+
if (hasFlag("color=256")) return 2;
|
|
230
|
+
}
|
|
231
|
+
if ("TF_BUILD" in env && "AGENT_NAME" in env) return 1;
|
|
232
|
+
if (haveStream && !streamIsTTY && forceColor === void 0) return 0;
|
|
233
|
+
const min = forceColor || 0;
|
|
234
|
+
if (env.TERM === "dumb") return min;
|
|
235
|
+
if (process$1.platform === "win32") {
|
|
236
|
+
const osRelease = os.release().split(".");
|
|
237
|
+
if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) return Number(osRelease[2]) >= 14931 ? 3 : 2;
|
|
238
|
+
return 1;
|
|
239
|
+
}
|
|
240
|
+
if ("CI" in env) {
|
|
241
|
+
if ([
|
|
242
|
+
"GITHUB_ACTIONS",
|
|
243
|
+
"GITEA_ACTIONS",
|
|
244
|
+
"CIRCLECI"
|
|
245
|
+
].some((key) => key in env)) return 3;
|
|
246
|
+
if ([
|
|
247
|
+
"TRAVIS",
|
|
248
|
+
"APPVEYOR",
|
|
249
|
+
"GITLAB_CI",
|
|
250
|
+
"BUILDKITE",
|
|
251
|
+
"DRONE"
|
|
252
|
+
].some((sign) => sign in env) || env.CI_NAME === "codeship") return 1;
|
|
253
|
+
return min;
|
|
254
|
+
}
|
|
255
|
+
if ("TEAMCITY_VERSION" in env) return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
|
|
256
|
+
if (env.COLORTERM === "truecolor") return 3;
|
|
257
|
+
if (env.TERM === "xterm-kitty") return 3;
|
|
258
|
+
if (env.TERM === "xterm-ghostty") return 3;
|
|
259
|
+
if (env.TERM === "wezterm") return 3;
|
|
260
|
+
if ("TERM_PROGRAM" in env) {
|
|
261
|
+
const version = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
|
262
|
+
switch (env.TERM_PROGRAM) {
|
|
263
|
+
case "iTerm.app": return version >= 3 ? 3 : 2;
|
|
264
|
+
case "Apple_Terminal": return 2;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
if (/-256(color)?$/i.test(env.TERM)) return 2;
|
|
268
|
+
if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) return 1;
|
|
269
|
+
if ("COLORTERM" in env) return 1;
|
|
270
|
+
return min;
|
|
271
|
+
}
|
|
272
|
+
function createSupportsColor(stream, options = {}) {
|
|
273
|
+
return translateLevel(_supportsColor(stream, {
|
|
274
|
+
streamIsTTY: stream && stream.isTTY,
|
|
275
|
+
...options
|
|
276
|
+
}));
|
|
277
|
+
}
|
|
278
|
+
const supportsColor = {
|
|
279
|
+
stdout: createSupportsColor({ isTTY: tty.isatty(1) }),
|
|
280
|
+
stderr: createSupportsColor({ isTTY: tty.isatty(2) })
|
|
281
|
+
};
|
|
282
|
+
//#endregion
|
|
283
|
+
//#region ../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/utilities.js
|
|
284
|
+
function stringReplaceAll(string, substring, replacer) {
|
|
285
|
+
let index = string.indexOf(substring);
|
|
286
|
+
if (index === -1) return string;
|
|
287
|
+
const substringLength = substring.length;
|
|
288
|
+
let endIndex = 0;
|
|
289
|
+
let returnValue = "";
|
|
290
|
+
do {
|
|
291
|
+
returnValue += string.slice(endIndex, index) + substring + replacer;
|
|
292
|
+
endIndex = index + substringLength;
|
|
293
|
+
index = string.indexOf(substring, endIndex);
|
|
294
|
+
} while (index !== -1);
|
|
295
|
+
returnValue += string.slice(endIndex);
|
|
296
|
+
return returnValue;
|
|
297
|
+
}
|
|
298
|
+
function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
|
|
299
|
+
let endIndex = 0;
|
|
300
|
+
let returnValue = "";
|
|
301
|
+
do {
|
|
302
|
+
const gotCR = string[index - 1] === "\r";
|
|
303
|
+
returnValue += string.slice(endIndex, gotCR ? index - 1 : index) + prefix + (gotCR ? "\r\n" : "\n") + postfix;
|
|
304
|
+
endIndex = index + 1;
|
|
305
|
+
index = string.indexOf("\n", endIndex);
|
|
306
|
+
} while (index !== -1);
|
|
307
|
+
returnValue += string.slice(endIndex);
|
|
308
|
+
return returnValue;
|
|
309
|
+
}
|
|
310
|
+
//#endregion
|
|
311
|
+
//#region ../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js
|
|
312
|
+
const { stdout: stdoutColor, stderr: stderrColor } = supportsColor;
|
|
313
|
+
const GENERATOR = Symbol("GENERATOR");
|
|
314
|
+
const STYLER = Symbol("STYLER");
|
|
315
|
+
const IS_EMPTY = Symbol("IS_EMPTY");
|
|
316
|
+
const levelMapping = [
|
|
317
|
+
"ansi",
|
|
318
|
+
"ansi",
|
|
319
|
+
"ansi256",
|
|
320
|
+
"ansi16m"
|
|
321
|
+
];
|
|
322
|
+
const styles = Object.create(null);
|
|
323
|
+
const applyOptions = (object, options = {}) => {
|
|
324
|
+
if (options.level && !(Number.isInteger(options.level) && options.level >= 0 && options.level <= 3)) throw new Error("The `level` option should be an integer from 0 to 3");
|
|
325
|
+
const colorLevel = stdoutColor ? stdoutColor.level : 0;
|
|
326
|
+
object.level = options.level === void 0 ? colorLevel : options.level;
|
|
327
|
+
};
|
|
328
|
+
const chalkFactory = (options) => {
|
|
329
|
+
const chalk = (...strings) => strings.join(" ");
|
|
330
|
+
applyOptions(chalk, options);
|
|
331
|
+
Object.setPrototypeOf(chalk, createChalk.prototype);
|
|
332
|
+
return chalk;
|
|
333
|
+
};
|
|
334
|
+
function createChalk(options) {
|
|
335
|
+
return chalkFactory(options);
|
|
336
|
+
}
|
|
337
|
+
Object.setPrototypeOf(createChalk.prototype, Function.prototype);
|
|
338
|
+
for (const [styleName, style] of Object.entries(ansiStyles)) styles[styleName] = { get() {
|
|
339
|
+
const builder = createBuilder(this, createStyler(style.open, style.close, this[STYLER]), this[IS_EMPTY]);
|
|
340
|
+
Object.defineProperty(this, styleName, { value: builder });
|
|
341
|
+
return builder;
|
|
342
|
+
} };
|
|
343
|
+
styles.visible = { get() {
|
|
344
|
+
const builder = createBuilder(this, this[STYLER], true);
|
|
345
|
+
Object.defineProperty(this, "visible", { value: builder });
|
|
346
|
+
return builder;
|
|
347
|
+
} };
|
|
348
|
+
const getModelAnsi = (model, level, type, ...arguments_) => {
|
|
349
|
+
if (model === "rgb") {
|
|
350
|
+
if (level === "ansi16m") return ansiStyles[type].ansi16m(...arguments_);
|
|
351
|
+
if (level === "ansi256") return ansiStyles[type].ansi256(ansiStyles.rgbToAnsi256(...arguments_));
|
|
352
|
+
return ansiStyles[type].ansi(ansiStyles.rgbToAnsi(...arguments_));
|
|
353
|
+
}
|
|
354
|
+
if (model === "hex") return getModelAnsi("rgb", level, type, ...ansiStyles.hexToRgb(...arguments_));
|
|
355
|
+
return ansiStyles[type][model](...arguments_);
|
|
356
|
+
};
|
|
357
|
+
for (const model of [
|
|
358
|
+
"rgb",
|
|
359
|
+
"hex",
|
|
360
|
+
"ansi256"
|
|
361
|
+
]) {
|
|
362
|
+
styles[model] = { get() {
|
|
363
|
+
const { level } = this;
|
|
364
|
+
return function(...arguments_) {
|
|
365
|
+
const styler = createStyler(getModelAnsi(model, levelMapping[level], "color", ...arguments_), ansiStyles.color.close, this[STYLER]);
|
|
366
|
+
return createBuilder(this, styler, this[IS_EMPTY]);
|
|
367
|
+
};
|
|
368
|
+
} };
|
|
369
|
+
const bgModel = "bg" + model[0].toUpperCase() + model.slice(1);
|
|
370
|
+
styles[bgModel] = { get() {
|
|
371
|
+
const { level } = this;
|
|
372
|
+
return function(...arguments_) {
|
|
373
|
+
const styler = createStyler(getModelAnsi(model, levelMapping[level], "bgColor", ...arguments_), ansiStyles.bgColor.close, this[STYLER]);
|
|
374
|
+
return createBuilder(this, styler, this[IS_EMPTY]);
|
|
375
|
+
};
|
|
376
|
+
} };
|
|
377
|
+
}
|
|
378
|
+
const proto = Object.defineProperties(() => {}, {
|
|
379
|
+
...styles,
|
|
380
|
+
level: {
|
|
381
|
+
enumerable: true,
|
|
382
|
+
get() {
|
|
383
|
+
return this[GENERATOR].level;
|
|
384
|
+
},
|
|
385
|
+
set(level) {
|
|
386
|
+
this[GENERATOR].level = level;
|
|
387
|
+
}
|
|
388
|
+
}
|
|
389
|
+
});
|
|
390
|
+
const createStyler = (open, close, parent) => {
|
|
391
|
+
let openAll;
|
|
392
|
+
let closeAll;
|
|
393
|
+
if (parent === void 0) {
|
|
394
|
+
openAll = open;
|
|
395
|
+
closeAll = close;
|
|
396
|
+
} else {
|
|
397
|
+
openAll = parent.openAll + open;
|
|
398
|
+
closeAll = close + parent.closeAll;
|
|
399
|
+
}
|
|
400
|
+
return {
|
|
401
|
+
open,
|
|
402
|
+
close,
|
|
403
|
+
openAll,
|
|
404
|
+
closeAll,
|
|
405
|
+
parent
|
|
406
|
+
};
|
|
407
|
+
};
|
|
408
|
+
const createBuilder = (self, _styler, _isEmpty) => {
|
|
409
|
+
const builder = (...arguments_) => applyStyle(builder, arguments_.length === 1 ? "" + arguments_[0] : arguments_.join(" "));
|
|
410
|
+
Object.setPrototypeOf(builder, proto);
|
|
411
|
+
builder[GENERATOR] = self;
|
|
412
|
+
builder[STYLER] = _styler;
|
|
413
|
+
builder[IS_EMPTY] = _isEmpty;
|
|
414
|
+
return builder;
|
|
415
|
+
};
|
|
416
|
+
const applyStyle = (self, string) => {
|
|
417
|
+
if (self.level <= 0 || !string) return self[IS_EMPTY] ? "" : string;
|
|
418
|
+
let styler = self[STYLER];
|
|
419
|
+
if (styler === void 0) return string;
|
|
420
|
+
const { openAll, closeAll } = styler;
|
|
421
|
+
if (string.includes("\x1B")) while (styler !== void 0) {
|
|
422
|
+
string = stringReplaceAll(string, styler.close, styler.open);
|
|
423
|
+
styler = styler.parent;
|
|
424
|
+
}
|
|
425
|
+
const lfIndex = string.indexOf("\n");
|
|
426
|
+
if (lfIndex !== -1) string = stringEncaseCRLFWithFirstIndex(string, closeAll, openAll, lfIndex);
|
|
427
|
+
return openAll + string + closeAll;
|
|
428
|
+
};
|
|
429
|
+
Object.defineProperties(createChalk.prototype, styles);
|
|
430
|
+
const chalk = createChalk();
|
|
431
|
+
createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
432
|
+
//#endregion
|
|
433
|
+
//#region ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js
|
|
434
|
+
var require_windows = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
435
|
+
module.exports = isexe;
|
|
436
|
+
isexe.sync = sync;
|
|
437
|
+
var fs$3 = __require("fs");
|
|
438
|
+
function checkPathExt(path, options) {
|
|
439
|
+
var pathext = options.pathExt !== void 0 ? options.pathExt : process.env.PATHEXT;
|
|
440
|
+
if (!pathext) return true;
|
|
441
|
+
pathext = pathext.split(";");
|
|
442
|
+
if (pathext.indexOf("") !== -1) return true;
|
|
443
|
+
for (var i = 0; i < pathext.length; i++) {
|
|
444
|
+
var p = pathext[i].toLowerCase();
|
|
445
|
+
if (p && path.substr(-p.length).toLowerCase() === p) return true;
|
|
446
|
+
}
|
|
447
|
+
return false;
|
|
448
|
+
}
|
|
449
|
+
function checkStat(stat, path, options) {
|
|
450
|
+
if (!stat.isSymbolicLink() && !stat.isFile()) return false;
|
|
451
|
+
return checkPathExt(path, options);
|
|
452
|
+
}
|
|
453
|
+
function isexe(path, options, cb) {
|
|
454
|
+
fs$3.stat(path, function(er, stat) {
|
|
455
|
+
cb(er, er ? false : checkStat(stat, path, options));
|
|
456
|
+
});
|
|
457
|
+
}
|
|
458
|
+
function sync(path, options) {
|
|
459
|
+
return checkStat(fs$3.statSync(path), path, options);
|
|
460
|
+
}
|
|
461
|
+
}));
|
|
462
|
+
//#endregion
|
|
463
|
+
//#region ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js
|
|
464
|
+
var require_mode = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
465
|
+
module.exports = isexe;
|
|
466
|
+
isexe.sync = sync;
|
|
467
|
+
var fs$2 = __require("fs");
|
|
468
|
+
function isexe(path, options, cb) {
|
|
469
|
+
fs$2.stat(path, function(er, stat) {
|
|
470
|
+
cb(er, er ? false : checkStat(stat, options));
|
|
471
|
+
});
|
|
472
|
+
}
|
|
473
|
+
function sync(path, options) {
|
|
474
|
+
return checkStat(fs$2.statSync(path), options);
|
|
475
|
+
}
|
|
476
|
+
function checkStat(stat, options) {
|
|
477
|
+
return stat.isFile() && checkMode(stat, options);
|
|
478
|
+
}
|
|
479
|
+
function checkMode(stat, options) {
|
|
480
|
+
var mod = stat.mode;
|
|
481
|
+
var uid = stat.uid;
|
|
482
|
+
var gid = stat.gid;
|
|
483
|
+
var myUid = options.uid !== void 0 ? options.uid : process.getuid && process.getuid();
|
|
484
|
+
var myGid = options.gid !== void 0 ? options.gid : process.getgid && process.getgid();
|
|
485
|
+
var u = parseInt("100", 8);
|
|
486
|
+
var g = parseInt("010", 8);
|
|
487
|
+
var o = parseInt("001", 8);
|
|
488
|
+
var ug = u | g;
|
|
489
|
+
return mod & o || mod & g && gid === myGid || mod & u && uid === myUid || mod & ug && myUid === 0;
|
|
490
|
+
}
|
|
491
|
+
}));
|
|
492
|
+
//#endregion
|
|
493
|
+
//#region ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js
|
|
494
|
+
var require_isexe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
495
|
+
__require("fs");
|
|
496
|
+
var core;
|
|
497
|
+
if (process.platform === "win32" || global.TESTING_WINDOWS) core = require_windows();
|
|
498
|
+
else core = require_mode();
|
|
499
|
+
module.exports = isexe;
|
|
500
|
+
isexe.sync = sync;
|
|
501
|
+
function isexe(path, options, cb) {
|
|
502
|
+
if (typeof options === "function") {
|
|
503
|
+
cb = options;
|
|
504
|
+
options = {};
|
|
505
|
+
}
|
|
506
|
+
if (!cb) {
|
|
507
|
+
if (typeof Promise !== "function") throw new TypeError("callback not provided");
|
|
508
|
+
return new Promise(function(resolve, reject) {
|
|
509
|
+
isexe(path, options || {}, function(er, is) {
|
|
510
|
+
if (er) reject(er);
|
|
511
|
+
else resolve(is);
|
|
512
|
+
});
|
|
513
|
+
});
|
|
514
|
+
}
|
|
515
|
+
core(path, options || {}, function(er, is) {
|
|
516
|
+
if (er) {
|
|
517
|
+
if (er.code === "EACCES" || options && options.ignoreErrors) {
|
|
518
|
+
er = null;
|
|
519
|
+
is = false;
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
cb(er, is);
|
|
523
|
+
});
|
|
524
|
+
}
|
|
525
|
+
function sync(path, options) {
|
|
526
|
+
try {
|
|
527
|
+
return core.sync(path, options || {});
|
|
528
|
+
} catch (er) {
|
|
529
|
+
if (options && options.ignoreErrors || er.code === "EACCES") return false;
|
|
530
|
+
else throw er;
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}));
|
|
534
|
+
//#endregion
|
|
535
|
+
//#region ../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js
|
|
536
|
+
var require_which = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
537
|
+
const isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
|
|
538
|
+
const path$2 = __require("path");
|
|
539
|
+
const COLON = isWindows ? ";" : ":";
|
|
540
|
+
const isexe = require_isexe();
|
|
541
|
+
const getNotFoundError = (cmd) => Object.assign(/* @__PURE__ */ new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
542
|
+
const getPathInfo = (cmd, opt) => {
|
|
543
|
+
const colon = opt.colon || COLON;
|
|
544
|
+
const pathEnv = cmd.match(/\//) || isWindows && cmd.match(/\\/) ? [""] : [...isWindows ? [process.cwd()] : [], ...(opt.path || process.env.PATH || "").split(colon)];
|
|
545
|
+
const pathExtExe = isWindows ? opt.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
546
|
+
const pathExt = isWindows ? pathExtExe.split(colon) : [""];
|
|
547
|
+
if (isWindows) {
|
|
548
|
+
if (cmd.indexOf(".") !== -1 && pathExt[0] !== "") pathExt.unshift("");
|
|
549
|
+
}
|
|
550
|
+
return {
|
|
551
|
+
pathEnv,
|
|
552
|
+
pathExt,
|
|
553
|
+
pathExtExe
|
|
554
|
+
};
|
|
555
|
+
};
|
|
556
|
+
const which = (cmd, opt, cb) => {
|
|
557
|
+
if (typeof opt === "function") {
|
|
558
|
+
cb = opt;
|
|
559
|
+
opt = {};
|
|
560
|
+
}
|
|
561
|
+
if (!opt) opt = {};
|
|
562
|
+
const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt);
|
|
563
|
+
const found = [];
|
|
564
|
+
const step = (i) => new Promise((resolve, reject) => {
|
|
565
|
+
if (i === pathEnv.length) return opt.all && found.length ? resolve(found) : reject(getNotFoundError(cmd));
|
|
566
|
+
const ppRaw = pathEnv[i];
|
|
567
|
+
const pathPart = /^".*"$/.test(ppRaw) ? ppRaw.slice(1, -1) : ppRaw;
|
|
568
|
+
const pCmd = path$2.join(pathPart, cmd);
|
|
569
|
+
const p = !pathPart && /^\.[\\\/]/.test(cmd) ? cmd.slice(0, 2) + pCmd : pCmd;
|
|
570
|
+
resolve(subStep(p, i, 0));
|
|
571
|
+
});
|
|
572
|
+
const subStep = (p, i, ii) => new Promise((resolve, reject) => {
|
|
573
|
+
if (ii === pathExt.length) return resolve(step(i + 1));
|
|
574
|
+
const ext = pathExt[ii];
|
|
575
|
+
isexe(p + ext, { pathExt: pathExtExe }, (er, is) => {
|
|
576
|
+
if (!er && is) if (opt.all) found.push(p + ext);
|
|
577
|
+
else return resolve(p + ext);
|
|
578
|
+
return resolve(subStep(p, i, ii + 1));
|
|
579
|
+
});
|
|
580
|
+
});
|
|
581
|
+
return cb ? step(0).then((res) => cb(null, res), cb) : step(0);
|
|
582
|
+
};
|
|
583
|
+
const whichSync = (cmd, opt) => {
|
|
584
|
+
opt = opt || {};
|
|
585
|
+
const { pathEnv, pathExt, pathExtExe } = getPathInfo(cmd, opt);
|
|
586
|
+
const found = [];
|
|
587
|
+
for (let i = 0; i < pathEnv.length; i++) {
|
|
588
|
+
const ppRaw = pathEnv[i];
|
|
589
|
+
const pathPart = /^".*"$/.test(ppRaw) ? ppRaw.slice(1, -1) : ppRaw;
|
|
590
|
+
const pCmd = path$2.join(pathPart, cmd);
|
|
591
|
+
const p = !pathPart && /^\.[\\\/]/.test(cmd) ? cmd.slice(0, 2) + pCmd : pCmd;
|
|
592
|
+
for (let j = 0; j < pathExt.length; j++) {
|
|
593
|
+
const cur = p + pathExt[j];
|
|
594
|
+
try {
|
|
595
|
+
if (isexe.sync(cur, { pathExt: pathExtExe })) if (opt.all) found.push(cur);
|
|
596
|
+
else return cur;
|
|
597
|
+
} catch (ex) {}
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
if (opt.all && found.length) return found;
|
|
601
|
+
if (opt.nothrow) return null;
|
|
602
|
+
throw getNotFoundError(cmd);
|
|
603
|
+
};
|
|
604
|
+
module.exports = which;
|
|
605
|
+
which.sync = whichSync;
|
|
606
|
+
}));
|
|
607
|
+
//#endregion
|
|
608
|
+
//#region ../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js
|
|
609
|
+
var require_path_key = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
610
|
+
const pathKey = (options = {}) => {
|
|
611
|
+
const environment = options.env || process.env;
|
|
612
|
+
if ((options.platform || process.platform) !== "win32") return "PATH";
|
|
613
|
+
return Object.keys(environment).reverse().find((key) => key.toUpperCase() === "PATH") || "Path";
|
|
614
|
+
};
|
|
615
|
+
module.exports = pathKey;
|
|
616
|
+
module.exports.default = pathKey;
|
|
617
|
+
}));
|
|
618
|
+
//#endregion
|
|
619
|
+
//#region ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js
|
|
620
|
+
var require_resolveCommand = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
621
|
+
const path$1 = __require("path");
|
|
622
|
+
const which = require_which();
|
|
623
|
+
const getPathKey = require_path_key();
|
|
624
|
+
function resolveCommandAttempt(parsed, withoutPathExt) {
|
|
625
|
+
const env = parsed.options.env || process.env;
|
|
626
|
+
const cwd = process.cwd();
|
|
627
|
+
const hasCustomCwd = parsed.options.cwd != null;
|
|
628
|
+
const shouldSwitchCwd = hasCustomCwd && process.chdir !== void 0 && !process.chdir.disabled;
|
|
629
|
+
if (shouldSwitchCwd) try {
|
|
630
|
+
process.chdir(parsed.options.cwd);
|
|
631
|
+
} catch (err) {}
|
|
632
|
+
let resolved;
|
|
633
|
+
try {
|
|
634
|
+
resolved = which.sync(parsed.command, {
|
|
635
|
+
path: env[getPathKey({ env })],
|
|
636
|
+
pathExt: withoutPathExt ? path$1.delimiter : void 0
|
|
637
|
+
});
|
|
638
|
+
} catch (e) {} finally {
|
|
639
|
+
if (shouldSwitchCwd) process.chdir(cwd);
|
|
640
|
+
}
|
|
641
|
+
if (resolved) resolved = path$1.resolve(hasCustomCwd ? parsed.options.cwd : "", resolved);
|
|
642
|
+
return resolved;
|
|
643
|
+
}
|
|
644
|
+
function resolveCommand(parsed) {
|
|
645
|
+
return resolveCommandAttempt(parsed) || resolveCommandAttempt(parsed, true);
|
|
646
|
+
}
|
|
647
|
+
module.exports = resolveCommand;
|
|
648
|
+
}));
|
|
649
|
+
//#endregion
|
|
650
|
+
//#region ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js
|
|
651
|
+
var require_escape = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
652
|
+
const metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
653
|
+
function escapeCommand(arg) {
|
|
654
|
+
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
655
|
+
return arg;
|
|
656
|
+
}
|
|
657
|
+
function escapeArgument(arg, doubleEscapeMetaChars) {
|
|
658
|
+
arg = `${arg}`;
|
|
659
|
+
arg = arg.replace(/(?=(\\+?)?)\1"/g, "$1$1\\\"");
|
|
660
|
+
arg = arg.replace(/(?=(\\+?)?)\1$/, "$1$1");
|
|
661
|
+
arg = `"${arg}"`;
|
|
662
|
+
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
663
|
+
if (doubleEscapeMetaChars) arg = arg.replace(metaCharsRegExp, "^$1");
|
|
664
|
+
return arg;
|
|
665
|
+
}
|
|
666
|
+
module.exports.command = escapeCommand;
|
|
667
|
+
module.exports.argument = escapeArgument;
|
|
668
|
+
}));
|
|
669
|
+
//#endregion
|
|
670
|
+
//#region ../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js
|
|
671
|
+
var require_shebang_regex = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
672
|
+
module.exports = /^#!(.*)/;
|
|
673
|
+
}));
|
|
674
|
+
//#endregion
|
|
675
|
+
//#region ../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js
|
|
676
|
+
var require_shebang_command = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
677
|
+
const shebangRegex = require_shebang_regex();
|
|
678
|
+
module.exports = (string = "") => {
|
|
679
|
+
const match = string.match(shebangRegex);
|
|
680
|
+
if (!match) return null;
|
|
681
|
+
const [path, argument] = match[0].replace(/#! ?/, "").split(" ");
|
|
682
|
+
const binary = path.split("/").pop();
|
|
683
|
+
if (binary === "env") return argument;
|
|
684
|
+
return argument ? `${binary} ${argument}` : binary;
|
|
685
|
+
};
|
|
686
|
+
}));
|
|
687
|
+
//#endregion
|
|
688
|
+
//#region ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js
|
|
689
|
+
var require_readShebang = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
690
|
+
const fs$1 = __require("fs");
|
|
691
|
+
const shebangCommand = require_shebang_command();
|
|
692
|
+
function readShebang(command) {
|
|
693
|
+
const size = 150;
|
|
694
|
+
const buffer = Buffer.alloc(size);
|
|
695
|
+
let fd;
|
|
696
|
+
try {
|
|
697
|
+
fd = fs$1.openSync(command, "r");
|
|
698
|
+
fs$1.readSync(fd, buffer, 0, size, 0);
|
|
699
|
+
fs$1.closeSync(fd);
|
|
700
|
+
} catch (e) {}
|
|
701
|
+
return shebangCommand(buffer.toString());
|
|
702
|
+
}
|
|
703
|
+
module.exports = readShebang;
|
|
704
|
+
}));
|
|
705
|
+
//#endregion
|
|
706
|
+
//#region ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js
|
|
707
|
+
var require_parse = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
708
|
+
const path = __require("path");
|
|
709
|
+
const resolveCommand = require_resolveCommand();
|
|
710
|
+
const escape = require_escape();
|
|
711
|
+
const readShebang = require_readShebang();
|
|
712
|
+
const isWin = process.platform === "win32";
|
|
713
|
+
const isExecutableRegExp = /\.(?:com|exe)$/i;
|
|
714
|
+
const isCmdShimRegExp = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;
|
|
715
|
+
function detectShebang(parsed) {
|
|
716
|
+
parsed.file = resolveCommand(parsed);
|
|
717
|
+
const shebang = parsed.file && readShebang(parsed.file);
|
|
718
|
+
if (shebang) {
|
|
719
|
+
parsed.args.unshift(parsed.file);
|
|
720
|
+
parsed.command = shebang;
|
|
721
|
+
return resolveCommand(parsed);
|
|
722
|
+
}
|
|
723
|
+
return parsed.file;
|
|
724
|
+
}
|
|
725
|
+
function parseNonShell(parsed) {
|
|
726
|
+
if (!isWin) return parsed;
|
|
727
|
+
const commandFile = detectShebang(parsed);
|
|
728
|
+
const needsShell = !isExecutableRegExp.test(commandFile);
|
|
729
|
+
if (parsed.options.forceShell || needsShell) {
|
|
730
|
+
const needsDoubleEscapeMetaChars = isCmdShimRegExp.test(commandFile);
|
|
731
|
+
parsed.command = path.normalize(parsed.command);
|
|
732
|
+
parsed.command = escape.command(parsed.command);
|
|
733
|
+
parsed.args = parsed.args.map((arg) => escape.argument(arg, needsDoubleEscapeMetaChars));
|
|
734
|
+
parsed.args = [
|
|
735
|
+
"/d",
|
|
736
|
+
"/s",
|
|
737
|
+
"/c",
|
|
738
|
+
`"${[parsed.command].concat(parsed.args).join(" ")}"`
|
|
739
|
+
];
|
|
740
|
+
parsed.command = process.env.comspec || "cmd.exe";
|
|
741
|
+
parsed.options.windowsVerbatimArguments = true;
|
|
742
|
+
}
|
|
743
|
+
return parsed;
|
|
744
|
+
}
|
|
745
|
+
function parse(command, args, options) {
|
|
746
|
+
if (args && !Array.isArray(args)) {
|
|
747
|
+
options = args;
|
|
748
|
+
args = null;
|
|
749
|
+
}
|
|
750
|
+
args = args ? args.slice(0) : [];
|
|
751
|
+
options = Object.assign({}, options);
|
|
752
|
+
const parsed = {
|
|
753
|
+
command,
|
|
754
|
+
args,
|
|
755
|
+
options,
|
|
756
|
+
file: void 0,
|
|
757
|
+
original: {
|
|
758
|
+
command,
|
|
759
|
+
args
|
|
760
|
+
}
|
|
761
|
+
};
|
|
762
|
+
return options.shell ? parsed : parseNonShell(parsed);
|
|
763
|
+
}
|
|
764
|
+
module.exports = parse;
|
|
765
|
+
}));
|
|
766
|
+
//#endregion
|
|
767
|
+
//#region ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js
|
|
768
|
+
var require_enoent = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
769
|
+
const isWin = process.platform === "win32";
|
|
770
|
+
function notFoundError(original, syscall) {
|
|
771
|
+
return Object.assign(/* @__PURE__ */ new Error(`${syscall} ${original.command} ENOENT`), {
|
|
772
|
+
code: "ENOENT",
|
|
773
|
+
errno: "ENOENT",
|
|
774
|
+
syscall: `${syscall} ${original.command}`,
|
|
775
|
+
path: original.command,
|
|
776
|
+
spawnargs: original.args
|
|
777
|
+
});
|
|
778
|
+
}
|
|
779
|
+
function hookChildProcess(cp, parsed) {
|
|
780
|
+
if (!isWin) return;
|
|
781
|
+
const originalEmit = cp.emit;
|
|
782
|
+
cp.emit = function(name, arg1) {
|
|
783
|
+
if (name === "exit") {
|
|
784
|
+
const err = verifyENOENT(arg1, parsed);
|
|
785
|
+
if (err) return originalEmit.call(cp, "error", err);
|
|
786
|
+
}
|
|
787
|
+
return originalEmit.apply(cp, arguments);
|
|
788
|
+
};
|
|
789
|
+
}
|
|
790
|
+
function verifyENOENT(status, parsed) {
|
|
791
|
+
if (isWin && status === 1 && !parsed.file) return notFoundError(parsed.original, "spawn");
|
|
792
|
+
return null;
|
|
793
|
+
}
|
|
794
|
+
function verifyENOENTSync(status, parsed) {
|
|
795
|
+
if (isWin && status === 1 && !parsed.file) return notFoundError(parsed.original, "spawnSync");
|
|
796
|
+
return null;
|
|
797
|
+
}
|
|
798
|
+
module.exports = {
|
|
799
|
+
hookChildProcess,
|
|
800
|
+
verifyENOENT,
|
|
801
|
+
verifyENOENTSync,
|
|
802
|
+
notFoundError
|
|
803
|
+
};
|
|
804
|
+
}));
|
|
805
|
+
//#endregion
|
|
806
|
+
//#region src/lib/crossSpawn.ts
|
|
807
|
+
var import_cross_spawn = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
808
|
+
const cp = __require("child_process");
|
|
809
|
+
const parse = require_parse();
|
|
810
|
+
const enoent = require_enoent();
|
|
811
|
+
function spawn(command, args, options) {
|
|
812
|
+
const parsed = parse(command, args, options);
|
|
813
|
+
const spawned = cp.spawn(parsed.command, parsed.args, parsed.options);
|
|
814
|
+
enoent.hookChildProcess(spawned, parsed);
|
|
815
|
+
return spawned;
|
|
816
|
+
}
|
|
817
|
+
function spawnSync(command, args, options) {
|
|
818
|
+
const parsed = parse(command, args, options);
|
|
819
|
+
const result = cp.spawnSync(parsed.command, parsed.args, parsed.options);
|
|
820
|
+
result.error = result.error || enoent.verifyENOENTSync(result.status, parsed);
|
|
821
|
+
return result;
|
|
822
|
+
}
|
|
823
|
+
module.exports = spawn;
|
|
824
|
+
module.exports.spawn = spawn;
|
|
825
|
+
module.exports.sync = spawnSync;
|
|
826
|
+
module.exports._parse = parse;
|
|
827
|
+
module.exports._enoent = enoent;
|
|
828
|
+
})))(), 1);
|
|
829
|
+
function spawnSync(command, args, options) {
|
|
830
|
+
return import_cross_spawn.default.sync(command, args, options);
|
|
831
|
+
}
|
|
832
|
+
//#endregion
|
|
833
|
+
//#region src/lib/packageManagerRuntime.ts
|
|
834
|
+
const DISPLAY_NAMES = {
|
|
835
|
+
bun: "Bun",
|
|
836
|
+
npm: "npm",
|
|
837
|
+
pnpm: "pnpm",
|
|
838
|
+
yarn: "Yarn"
|
|
839
|
+
};
|
|
840
|
+
const MAC_INSTALL_COMMANDS = {
|
|
841
|
+
bun: "brew install oven-sh/bun/bun",
|
|
842
|
+
npm: "brew install node",
|
|
843
|
+
pnpm: "brew install pnpm",
|
|
844
|
+
yarn: "brew install yarn"
|
|
845
|
+
};
|
|
846
|
+
const SUPPORTED_PLATFORMS = [
|
|
847
|
+
"darwin",
|
|
848
|
+
"linux",
|
|
849
|
+
"win32"
|
|
850
|
+
];
|
|
851
|
+
function currentPlatform() {
|
|
852
|
+
return SUPPORTED_PLATFORMS.find((platform) => platform === process.platform) ?? "unknown";
|
|
853
|
+
}
|
|
854
|
+
function shouldAskYesNo(question) {
|
|
855
|
+
if (!process.stdin.isTTY || !process.stdout.isTTY) return false;
|
|
856
|
+
process.stdout.write(question);
|
|
857
|
+
const buffer = Buffer.alloc(1024);
|
|
858
|
+
const bytesRead = fs.readSync(process.stdin.fd, buffer, 0, buffer.length, null);
|
|
859
|
+
const answer = buffer.toString("utf8", 0, bytesRead).trim().toLowerCase();
|
|
860
|
+
return answer === "y" || answer === "yes";
|
|
861
|
+
}
|
|
862
|
+
function isCommandInstalled(command) {
|
|
863
|
+
const result = spawnSync(command, ["--version"], {
|
|
864
|
+
encoding: "utf8",
|
|
865
|
+
stdio: "ignore"
|
|
866
|
+
});
|
|
867
|
+
return !result.error && result.status === 0;
|
|
868
|
+
}
|
|
869
|
+
function isPackageManagerInstalled(pm) {
|
|
870
|
+
return isCommandInstalled(pm);
|
|
871
|
+
}
|
|
872
|
+
function getPackageManagerInstallPlan(pm, platform = currentPlatform()) {
|
|
873
|
+
const displayName = DISPLAY_NAMES[pm];
|
|
874
|
+
if (platform === "darwin") {
|
|
875
|
+
const command = MAC_INSTALL_COMMANDS[pm];
|
|
876
|
+
return {
|
|
877
|
+
command,
|
|
878
|
+
manualInstructions: [`Install ${displayName} with: ${command}`],
|
|
879
|
+
packageManager: pm,
|
|
880
|
+
platform,
|
|
881
|
+
supported: true
|
|
882
|
+
};
|
|
883
|
+
}
|
|
884
|
+
if (platform === "linux") return {
|
|
885
|
+
manualInstructions: [`Automatic installation for ${displayName} is not implemented on Linux yet.`, `Install ${displayName} manually and re-run the command.`],
|
|
886
|
+
packageManager: pm,
|
|
887
|
+
platform,
|
|
888
|
+
supported: false
|
|
889
|
+
};
|
|
890
|
+
if (platform === "win32") return {
|
|
891
|
+
manualInstructions: [`Automatic installation for ${displayName} is not implemented on Windows yet.`, `Install ${displayName} manually and re-run the command.`],
|
|
892
|
+
packageManager: pm,
|
|
893
|
+
platform,
|
|
894
|
+
supported: false
|
|
895
|
+
};
|
|
896
|
+
return {
|
|
897
|
+
manualInstructions: [`Automatic installation for ${displayName} is not implemented on ${platform} yet.`, `Install ${displayName} manually and re-run the command.`],
|
|
898
|
+
packageManager: pm,
|
|
899
|
+
platform,
|
|
900
|
+
supported: false
|
|
901
|
+
};
|
|
902
|
+
}
|
|
903
|
+
function printManualInstructions(plan, context) {
|
|
904
|
+
console.error(chalk.yellow(`${DISPLAY_NAMES[plan.packageManager]} is required for "${context.operation}".`));
|
|
905
|
+
for (const line of plan.manualInstructions) console.error(chalk.gray(` ${line}`));
|
|
906
|
+
}
|
|
907
|
+
function shouldInstallWithHomebrew(pm, cwd) {
|
|
908
|
+
const command = MAC_INSTALL_COMMANDS[pm];
|
|
909
|
+
return spawnSync("brew", command.replace("brew ", "").split(" "), {
|
|
910
|
+
cwd,
|
|
911
|
+
encoding: "utf8",
|
|
912
|
+
stdio: "inherit"
|
|
913
|
+
}).status === 0;
|
|
914
|
+
}
|
|
915
|
+
function didEnsurePackageManagerInstalled(pm, context) {
|
|
916
|
+
if (isPackageManagerInstalled(pm)) return true;
|
|
917
|
+
const plan = getPackageManagerInstallPlan(pm, context.platform ?? currentPlatform());
|
|
918
|
+
const displayName = DISPLAY_NAMES[pm];
|
|
919
|
+
console.error(chalk.yellow(`${context.operation} requires ${displayName}, but it is not installed.`));
|
|
920
|
+
if (!plan.supported) {
|
|
921
|
+
printManualInstructions(plan, context);
|
|
922
|
+
return false;
|
|
923
|
+
}
|
|
924
|
+
if (!isCommandInstalled("brew")) {
|
|
925
|
+
console.error(chalk.yellow("Homebrew is not installed, so automatic installation is unavailable."));
|
|
926
|
+
console.error(chalk.gray(" Install Homebrew from https://brew.sh and then run:"));
|
|
927
|
+
console.error(chalk.gray(` ${plan.command}`));
|
|
928
|
+
return false;
|
|
929
|
+
}
|
|
930
|
+
if (!shouldAskYesNo(chalk.cyan(`Install ${displayName} with Homebrew now? [y/N] `))) {
|
|
931
|
+
console.error(chalk.gray(`Skipping install. Run "${plan.command}" manually and then retry.`));
|
|
932
|
+
return false;
|
|
933
|
+
}
|
|
934
|
+
console.error(chalk.cyan(`Installing ${displayName} via Homebrew...\n`));
|
|
935
|
+
if (!shouldInstallWithHomebrew(pm, context.cwd)) {
|
|
936
|
+
console.error(chalk.red(`Homebrew failed to install ${displayName}.`));
|
|
937
|
+
console.error(chalk.gray(`Run "${plan.command}" manually and then retry.`));
|
|
938
|
+
return false;
|
|
939
|
+
}
|
|
940
|
+
if (!isPackageManagerInstalled(pm)) {
|
|
941
|
+
console.error(chalk.red(`${displayName} still does not appear to be installed after Homebrew completed.`));
|
|
942
|
+
console.error(chalk.gray(`Run "${plan.command}" manually and then retry.`));
|
|
943
|
+
return false;
|
|
944
|
+
}
|
|
945
|
+
console.error(chalk.green(`${displayName} installed successfully.`));
|
|
946
|
+
return true;
|
|
947
|
+
}
|
|
948
|
+
//#endregion
|
|
949
|
+
//#region src/bin/run-or-exec.ts
|
|
950
|
+
const [script, ...args] = process.argv.slice(2);
|
|
951
|
+
if (!script) {
|
|
952
|
+
console.error("Usage: run-or-exec <script> [args...]");
|
|
953
|
+
process.exit(1);
|
|
954
|
+
}
|
|
955
|
+
let hasLocalScript = false;
|
|
956
|
+
try {
|
|
957
|
+
const scripts = JSON.parse(readFileSync("./package.json", "utf8")).scripts;
|
|
958
|
+
hasLocalScript = scripts !== void 0 && Object.hasOwn(scripts, script);
|
|
959
|
+
} catch {}
|
|
960
|
+
const result = hasLocalScript ? (() => {
|
|
961
|
+
if (script === "package-compile" && args.includes("--validate-only")) return spawnSync(script, args, { stdio: "inherit" });
|
|
962
|
+
if (!didEnsurePackageManagerInstalled("pnpm", { operation: `Run "${script}" via pnpm run-or-exec` })) return { status: 1 };
|
|
963
|
+
const scriptArgs = script === "package-compile" ? args.filter((arg) => arg !== "--emit-only") : args;
|
|
964
|
+
return spawnSync("pnpm", [
|
|
965
|
+
"run",
|
|
966
|
+
script,
|
|
967
|
+
"--",
|
|
968
|
+
...scriptArgs
|
|
969
|
+
], { stdio: "inherit" });
|
|
970
|
+
})() : spawnSync(script, args, { stdio: "inherit" });
|
|
971
|
+
process.exit(result.status ?? 1);
|
|
972
|
+
//#endregion
|
|
973
|
+
export {};
|
|
974
|
+
|
|
975
|
+
//# sourceMappingURL=run-or-exec.mjs.map
|