@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,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration for `compile.mode: 'monolith'` — a single package that hosts
|
|
3
|
+
* many logical modules under `src/modules/<name>/`, cross-referenced through
|
|
4
|
+
* `#module` package.json `imports` aliases and published with per-module
|
|
5
|
+
* subpath exports plus platform-conditional shims.
|
|
6
|
+
*
|
|
7
|
+
* The monolith pipeline: layout sync (regenerate imports/paths/barrels/shims
|
|
8
|
+
* from this config) → esbuild library compile with computed entries →
|
|
9
|
+
* declaration import rewriting. See `monolithCompileLayout.ts`.
|
|
10
|
+
*/
|
|
11
|
+
/** One umbrella module living at `src/modules/<name>/`. */
|
|
12
|
+
export interface MonolithModuleConfig {
|
|
13
|
+
/** Re-export from the master barrel (`src/index.ts`). */
|
|
14
|
+
barrel?: boolean;
|
|
15
|
+
/** Override the barrel re-export target (default `#<name>`). */
|
|
16
|
+
barrelFrom?: string;
|
|
17
|
+
/** Emit a root subpath shim `src/<name>.ts` (becomes a dist subpath export). */
|
|
18
|
+
export?: boolean;
|
|
19
|
+
/** Only usable via `#imports` inside the package; no shim, no barrel. */
|
|
20
|
+
internal?: boolean;
|
|
21
|
+
/** Module has a `model.ts` type barrel (adds `#<name>/model` and `src/<name>.model.ts`). */
|
|
22
|
+
model?: boolean;
|
|
23
|
+
/** Directory name under `src/modules/`. */
|
|
24
|
+
name: string;
|
|
25
|
+
/** Override the subpath shim re-export target (default `#<name>`). */
|
|
26
|
+
shimFrom?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Extra value subpaths backed by `src/modules/<name>/<sub>.ts` files —
|
|
29
|
+
* each adds `#<name>/<sub>`, a `src/<name>.<sub>.ts` shim, and a
|
|
30
|
+
* `<name>.<sub>` dist entry (the value-export analogue of `model`).
|
|
31
|
+
*/
|
|
32
|
+
subpaths?: string[];
|
|
33
|
+
}
|
|
34
|
+
/** Platform-conditional `#import`: package.json conditions + tsconfig fallback. */
|
|
35
|
+
export interface MonolithConditionalImportConfig {
|
|
36
|
+
/**
|
|
37
|
+
* Condition → dist path used for the package.json `imports` entry when
|
|
38
|
+
* `moduleLinkage: 'external'`, e.g.
|
|
39
|
+
* `{ node: './dist/node/hash.mjs', default: './dist/browser/hash.mjs' }`.
|
|
40
|
+
* Required in external mode; ignored otherwise. Key order is preserved.
|
|
41
|
+
*/
|
|
42
|
+
distImports?: Record<string, string>;
|
|
43
|
+
/**
|
|
44
|
+
* Condition → src path, e.g.
|
|
45
|
+
* `{ node: './src/modules/platform/node/index.ts', default: './src/modules/platform/index-neutral.ts' }`.
|
|
46
|
+
* Key order is preserved in the generated package.json `imports` entry.
|
|
47
|
+
*/
|
|
48
|
+
package: Record<string, string>;
|
|
49
|
+
/** Single src path used for the generated tsconfig `paths` (type-check fallback). */
|
|
50
|
+
tsconfig: string;
|
|
51
|
+
}
|
|
52
|
+
export interface MonolithConfig {
|
|
53
|
+
/** Extra `#alias` → src path imports (e.g. `'#object/index-un-deprecated'`). */
|
|
54
|
+
aliasImports?: Record<string, string>;
|
|
55
|
+
/**
|
|
56
|
+
* External package specifiers re-exported from the master barrel before the
|
|
57
|
+
* module lines (bare packages sort ahead of `#` imports), e.g.
|
|
58
|
+
* `['@xyo-network/sdk-protocol']` emits
|
|
59
|
+
* `export * from '@xyo-network/sdk-protocol'`. Bare package imports stay
|
|
60
|
+
* external in the compiled output and resolve through node_modules.
|
|
61
|
+
*/
|
|
62
|
+
barrelImports?: string[];
|
|
63
|
+
/**
|
|
64
|
+
* Platforms that compile the master barrel entry (`./index.ts`).
|
|
65
|
+
* Defaults to every active platform. Restrict when the `.` export only
|
|
66
|
+
* has conditions for some platforms so no unexported barrel is emitted.
|
|
67
|
+
*/
|
|
68
|
+
barrelPlatforms?: string[];
|
|
69
|
+
/** Per-import platform-conditional package.json `imports` entries. */
|
|
70
|
+
conditionalImports?: Record<string, MonolithConditionalImportConfig>;
|
|
71
|
+
/**
|
|
72
|
+
* How cross-module `#imports` are linked in the compiled output.
|
|
73
|
+
* `bundle` (default) inlines every referenced module into each entry —
|
|
74
|
+
* self-contained files, but shared code is duplicated across entries so
|
|
75
|
+
* object identity does not hold between subpaths. `external` keeps
|
|
76
|
+
* `#module` specifiers in the emitted `.mjs` and resolves them at runtime
|
|
77
|
+
* through a dist-pointing package.json `imports` map — each module has one
|
|
78
|
+
* canonical bundle per platform, preserving `instanceof`/singleton
|
|
79
|
+
* semantics across subpath imports (matches a real multi-package graph).
|
|
80
|
+
* @default 'bundle'
|
|
81
|
+
*/
|
|
82
|
+
moduleLinkage?: 'bundle' | 'external';
|
|
83
|
+
modules: MonolithModuleConfig[];
|
|
84
|
+
/**
|
|
85
|
+
* Which platform hosts the per-module subpath entries (the `src/<name>.ts`
|
|
86
|
+
* shims and, when any module declares a model, the model barrel).
|
|
87
|
+
* `neutral` for platform-agnostic libraries; `browser` for React packages.
|
|
88
|
+
* @default 'neutral'
|
|
89
|
+
*/
|
|
90
|
+
modulesPlatform?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Per-platform extra entry shims: platform → shim name → re-export target
|
|
93
|
+
* (relative to the generated `src/<platform>/<name>.ts` file), e.g.
|
|
94
|
+
* `{ node: { platform: '../modules/platform/node/index.ts' } }`.
|
|
95
|
+
*/
|
|
96
|
+
platformEntries?: Record<string, Record<string, string>>;
|
|
97
|
+
/**
|
|
98
|
+
* Platforms to build. Every listed platform gets at least the master
|
|
99
|
+
* barrel entry (`./index.ts`); `modulesPlatform` additionally gets the
|
|
100
|
+
* module subpath entries, and `platformEntries` add their shims.
|
|
101
|
+
* @default ['neutral', 'node', 'browser']
|
|
102
|
+
*/
|
|
103
|
+
platforms?: string[];
|
|
104
|
+
}
|
|
105
|
+
//# sourceMappingURL=MonolithConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonolithConfig.d.ts","sourceRoot":"","sources":["../../../../src/actions/package/compile/MonolithConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,2DAA2D;AAC3D,MAAM,WAAW,oBAAoB;IACnC,yDAAyD;IACzD,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,gEAAgE;IAChE,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gFAAgF;IAChF,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,yEAAyE;IACzE,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,4FAA4F;IAC5F,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,2CAA2C;IAC3C,IAAI,EAAE,MAAM,CAAA;IACZ,sEAAsE;IACtE,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;CACpB;AAED,mFAAmF;AACnF,MAAM,WAAW,+BAA+B;IAC9C;;;;;OAKG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACpC;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,qFAAqF;IACrF,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,gFAAgF;IAChF,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACrC;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,EAAE,CAAA;IAC1B,sEAAsE;IACtE,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,+BAA+B,CAAC,CAAA;IACpE;;;;;;;;;;OAUG;IACH,aAAa,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAA;IACrC,OAAO,EAAE,oBAAoB,EAAE,CAAA;IAC/B;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAA;IACxD;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAA;CACrB"}
|
|
@@ -0,0 +1,462 @@
|
|
|
1
|
+
import type { BuildOptions } from 'esbuild';
|
|
2
|
+
import type { ApiExposureConfig } from './ApiExposureConfig.ts';
|
|
3
|
+
import type { MonolithConfig } from './MonolithConfig.ts';
|
|
4
|
+
export type EntryMode = 'all' | 'single' | 'auto' | 'platform' | 'custom';
|
|
5
|
+
/**
|
|
6
|
+
* Configuration for specifying which paths are targeted.
|
|
7
|
+
*/
|
|
8
|
+
export interface PathConfig {
|
|
9
|
+
/**
|
|
10
|
+
* Glob patterns to exclude (takes precedence over include).
|
|
11
|
+
*/
|
|
12
|
+
exclude?: string[];
|
|
13
|
+
/**
|
|
14
|
+
* Glob patterns to include.
|
|
15
|
+
*/
|
|
16
|
+
include?: string[];
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Configuration for Dynamic Share.
|
|
20
|
+
*/
|
|
21
|
+
export interface DynamicShareConfig extends PathConfig {
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Configuration for Live Share.
|
|
25
|
+
*/
|
|
26
|
+
export interface LiveShareConfig extends PathConfig {
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* How `xy compile` produces JavaScript output.
|
|
30
|
+
* - `library` (default): bundle each entry's local source graph; keep npm deps external
|
|
31
|
+
* - `bundle`: bundle entries and selected npm/workspace packages into outputs
|
|
32
|
+
* - `monolith`: one package hosting many modules under `src/modules/` with
|
|
33
|
+
* `#module` imports — layout sync, library compile with computed entries,
|
|
34
|
+
* and declaration import rewriting (see MonolithConfig)
|
|
35
|
+
* - `transpile`: emit one output file per source file without rolling up imports
|
|
36
|
+
* - `tsc`: reserved for pure TypeScript emit (not wired into `packageCompile` yet)
|
|
37
|
+
* - `vendor`: copy pre-compiled workspace package dist into a shared vendor tree,
|
|
38
|
+
* rewrite scoped imports to relative paths, and emit umbrella subpath shims
|
|
39
|
+
*/
|
|
40
|
+
export type CompileMode = 'bundle' | 'library' | 'monolith' | 'transpile' | 'tsc' | 'vendor';
|
|
41
|
+
/**
|
|
42
|
+
* Select which npm packages esbuild inlines when `compile.mode` is `bundle`, or
|
|
43
|
+
* when `compile.mode` is `library` with selective workspace/org bundling enabled.
|
|
44
|
+
*/
|
|
45
|
+
export interface BundlePackagesConfig {
|
|
46
|
+
/** Bundle all npm packages not matched by other rules or `external`. */
|
|
47
|
+
all?: boolean;
|
|
48
|
+
/** Package names or glob patterns that always stay external (e.g. `typescript`). */
|
|
49
|
+
external?: string[];
|
|
50
|
+
/** Scope prefixes or patterns to bundle (e.g. `@xylabs` or `@xylabs/*`). */
|
|
51
|
+
scopes?: string[];
|
|
52
|
+
/** Bundle packages declared in this monorepo's workspace. */
|
|
53
|
+
workspace?: boolean;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Select which workspace packages are vendored when `compile.mode` is `vendor`.
|
|
57
|
+
*/
|
|
58
|
+
export interface VendorPackagesConfig {
|
|
59
|
+
/**
|
|
60
|
+
* Runtime subpath names that emit node/browser/neutral export conditions.
|
|
61
|
+
* When omitted, inferred from packages with multi-platform exports.
|
|
62
|
+
*/
|
|
63
|
+
conditionalSubpaths?: string[];
|
|
64
|
+
/** Short package names to skip when vendoring (e.g. `sdk`). */
|
|
65
|
+
exclude?: string[];
|
|
66
|
+
/** Scope prefixes to vendor (e.g. `@internal` or `@internal/*`). */
|
|
67
|
+
scopes: string[];
|
|
68
|
+
/** Umbrella self-scope whose subpath imports are rewritten (e.g. `@ariestools/sdk`). */
|
|
69
|
+
selfScope?: string;
|
|
70
|
+
}
|
|
71
|
+
/** Barrel source files used to discover the vendored package set. */
|
|
72
|
+
export interface VendorBarrelConfig {
|
|
73
|
+
/** Model barrel relative to the package root. Default: `src/model.ts`. */
|
|
74
|
+
model?: string;
|
|
75
|
+
/** Runtime barrel relative to the package root. Default: `src/index.ts`. */
|
|
76
|
+
runtime?: string;
|
|
77
|
+
}
|
|
78
|
+
export interface CompileConfig {
|
|
79
|
+
/**
|
|
80
|
+
* Which npm packages to inline when bundling. Only applies to `library` (selective)
|
|
81
|
+
* and `bundle` modes. In `bundle` mode, defaults to `{ all: true }` when unset.
|
|
82
|
+
*/
|
|
83
|
+
bundlePackages?: BundlePackagesConfig;
|
|
84
|
+
bundleTypes?: boolean;
|
|
85
|
+
/** @param entryMode all, single, custom, platform, or auto */
|
|
86
|
+
entryMode?: EntryMode;
|
|
87
|
+
/**
|
|
88
|
+
* Output strategy for esbuild. Defaults to `library`.
|
|
89
|
+
* `transpile` defaults `entryMode` to `all` when not set explicitly.
|
|
90
|
+
*/
|
|
91
|
+
mode?: CompileMode;
|
|
92
|
+
/** Module layout for `mode: 'monolith'`. See {@link MonolithConfig}. */
|
|
93
|
+
monolith?: MonolithConfig;
|
|
94
|
+
/** @param when building types with tsc, should it use the outDir to write to? */
|
|
95
|
+
outDirAsBuildDir?: boolean;
|
|
96
|
+
/**
|
|
97
|
+
* When true (default), `xy compile` runs `tsc -p tsconfig.json` as a
|
|
98
|
+
* no-emit pre-pass to validate every TypeScript file in the package,
|
|
99
|
+
* including specs, stories, configs, and .storybook/. Set to false to
|
|
100
|
+
* skip — useful as a temporary escape hatch while migrating a package.
|
|
101
|
+
*/
|
|
102
|
+
validate?: boolean;
|
|
103
|
+
/**
|
|
104
|
+
* How root-level `xy compile` (and build/rebuild/recompile) runs the
|
|
105
|
+
* type-validation pass.
|
|
106
|
+
* - `per-package` (default): spawn `tsc -p` in every workspace
|
|
107
|
+
* (`package-compile --validate-only`).
|
|
108
|
+
* - `shared`: validate all packages in one process with a shared
|
|
109
|
+
* source-file cache (the `xy tsc-validate` engine). Each package is
|
|
110
|
+
* still checked under its own tsconfig options; total work drops
|
|
111
|
+
* because shared dependency declarations are parsed once.
|
|
112
|
+
* Single-package compiles (`xy compile <pkg>`) always validate in-package.
|
|
113
|
+
*/
|
|
114
|
+
validator?: 'per-package' | 'shared';
|
|
115
|
+
/** Barrel paths for `vendor` mode. */
|
|
116
|
+
vendorBarrel?: VendorBarrelConfig;
|
|
117
|
+
/** Directory under `dist/` for vendored workspace packages. Default: `_pkg`. */
|
|
118
|
+
vendorDir?: string;
|
|
119
|
+
/** Workspace packages to vendor when `mode` is `vendor`. */
|
|
120
|
+
vendorPackages?: VendorPackagesConfig;
|
|
121
|
+
/** Rewrite `package.json` `exports` to match the generated vendor layout. Default: true. */
|
|
122
|
+
vendorSyncExports?: boolean;
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Custom entry with an explicit output name, esbuild `{in, out}` style.
|
|
126
|
+
* `in` is relative to the platform source directory; `out` is the dist
|
|
127
|
+
* basename (no extension). Only valid with `entryMode: 'custom'`.
|
|
128
|
+
*/
|
|
129
|
+
export interface CustomCompileEntry {
|
|
130
|
+
in: string;
|
|
131
|
+
out: string;
|
|
132
|
+
}
|
|
133
|
+
export type PackageCompileEntryOptions = BuildOptions & Record<string, unknown> & {
|
|
134
|
+
/**
|
|
135
|
+
* Extra entries relative to the platform source directory. This preserves the
|
|
136
|
+
* old tsup-style `entry` field used by existing xy.config.ts files.
|
|
137
|
+
*/
|
|
138
|
+
entry?: (string | CustomCompileEntry)[];
|
|
139
|
+
/** @deprecated Use esbuild's `outdir` or the default platform output layout. */
|
|
140
|
+
outDir?: string;
|
|
141
|
+
};
|
|
142
|
+
export type LegacyPackageCompileOptions = PackageCompileEntryOptions & Record<string, unknown>;
|
|
143
|
+
/**
|
|
144
|
+
* Per-platform compile targets follow opt-in semantics:
|
|
145
|
+
* - `true` or a non-empty object (e.g. `{ src: {} }`) → build this target.
|
|
146
|
+
* - `false`, `{}`, or absent → do not build this target. (`{}` is deprecated;
|
|
147
|
+
* prefer `false` or omitting the field.)
|
|
148
|
+
*
|
|
149
|
+
* When no target is enabled, `neutral` builds by default. Enabling any target
|
|
150
|
+
* turns every unlisted target off — e.g. `{ node: true }` builds node only,
|
|
151
|
+
* while `{ node: true, neutral: true }` builds both.
|
|
152
|
+
*/
|
|
153
|
+
export type PackageCompileEsbuildConfig = CompileConfig & {
|
|
154
|
+
/** Browser target. See {@link PackageCompileEsbuildConfig} for target semantics. */
|
|
155
|
+
browser?: Record<string, LegacyPackageCompileOptions> | boolean;
|
|
156
|
+
esbuild?: {
|
|
157
|
+
options?: PackageCompileEntryOptions;
|
|
158
|
+
};
|
|
159
|
+
/** Neutral target — built by default when no target is enabled. See {@link PackageCompileEsbuildConfig}. */
|
|
160
|
+
neutral?: Record<string, LegacyPackageCompileOptions> | boolean;
|
|
161
|
+
/** Node target. See {@link PackageCompileEsbuildConfig} for target semantics. */
|
|
162
|
+
node?: Record<string, LegacyPackageCompileOptions> | boolean;
|
|
163
|
+
/** @deprecated Use `esbuild.options` instead. Shared fields are still honored. */
|
|
164
|
+
tsup?: {
|
|
165
|
+
options?: LegacyPackageCompileOptions;
|
|
166
|
+
};
|
|
167
|
+
verbose?: boolean;
|
|
168
|
+
};
|
|
169
|
+
/** @deprecated Use PackageCompileEsbuildConfig. */
|
|
170
|
+
export type PackageCompileTsupConfig = PackageCompileEsbuildConfig;
|
|
171
|
+
export type PackageCompileTscConfig = CompileConfig & {
|
|
172
|
+
mode: 'tsc';
|
|
173
|
+
};
|
|
174
|
+
/** Vendor mode uses the same per-platform target fields as esbuild compile. */
|
|
175
|
+
export type PackageCompileVendorConfig = PackageCompileEsbuildConfig & {
|
|
176
|
+
mode: 'vendor';
|
|
177
|
+
};
|
|
178
|
+
/** Monolith mode compiles via the esbuild library pipeline with computed entries. */
|
|
179
|
+
export type PackageCompileMonolithConfig = PackageCompileEsbuildConfig & {
|
|
180
|
+
mode: 'monolith';
|
|
181
|
+
monolith: MonolithConfig;
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* How deplint should classify a dependency.
|
|
185
|
+
* - `dep`: must stay in `dependencies` (never promoted to peerDependencies)
|
|
186
|
+
* - `peer`: should be treated as a peerDependency (overrides a parent `dep` setting)
|
|
187
|
+
* - `dev`: must only appear in `devDependencies`; flagged as misplaced if found in `dependencies` or `peerDependencies`
|
|
188
|
+
*/
|
|
189
|
+
export type DeplintRefType = 'dep' | 'dev' | 'peer';
|
|
190
|
+
/**
|
|
191
|
+
* Per-package configuration within deplint.
|
|
192
|
+
*/
|
|
193
|
+
export interface DeplintPackageConfig {
|
|
194
|
+
/**
|
|
195
|
+
* Force `peerDependenciesMeta[<name>].optional` when this package is added
|
|
196
|
+
* to `peerDependencies`. Omit (default) to auto-derive from the requiring
|
|
197
|
+
* dependencies' own `peerDependenciesMeta` — optional only when every
|
|
198
|
+
* requiring source marks it optional.
|
|
199
|
+
*/
|
|
200
|
+
peerOptional?: boolean;
|
|
201
|
+
/** How this dependency should be classified. */
|
|
202
|
+
refType?: DeplintRefType;
|
|
203
|
+
}
|
|
204
|
+
export type DeplintRuleLevel = 'error' | 'off' | 'warn';
|
|
205
|
+
export interface DeplintRuleCommonOptions {
|
|
206
|
+
/**
|
|
207
|
+
* Package names or glob patterns to suppress for this rule.
|
|
208
|
+
* Examples: `react`, `@scope/*`.
|
|
209
|
+
*/
|
|
210
|
+
ignore?: string[];
|
|
211
|
+
}
|
|
212
|
+
export interface DeplintPeerRangeStyleRuleOptions extends DeplintRuleCommonOptions {
|
|
213
|
+
/**
|
|
214
|
+
* Broad peer range upper-bound style. Setting this implies
|
|
215
|
+
* `form: "broad"` for backward compatibility.
|
|
216
|
+
* - `infer` keeps the current behavior: `~` devDeps use a minor bound,
|
|
217
|
+
* everything else uses a major bound.
|
|
218
|
+
* - `major` always uses `<next-major>`.
|
|
219
|
+
* - `minor` always uses `<next-minor>`.
|
|
220
|
+
*/
|
|
221
|
+
bound?: 'infer' | 'major' | 'minor';
|
|
222
|
+
/**
|
|
223
|
+
* Peer range style to enforce.
|
|
224
|
+
* - `shorthand` rejects non-canonical ranges and fixes them to full-patch
|
|
225
|
+
* caret ranges like `^1.2.3`.
|
|
226
|
+
* - `broad` enforces the legacy comparator form.
|
|
227
|
+
* @default "shorthand"
|
|
228
|
+
*/
|
|
229
|
+
form?: 'broad' | 'shorthand';
|
|
230
|
+
}
|
|
231
|
+
export interface DeplintWorkspaceProtocolRuleOptions extends DeplintRuleCommonOptions {
|
|
232
|
+
/**
|
|
233
|
+
* Workspace protocol value to write with `xy deplint --fix`.
|
|
234
|
+
* When set explicitly, the rule also enforces this exact value.
|
|
235
|
+
* @default "workspace:~"
|
|
236
|
+
*/
|
|
237
|
+
protocol?: 'workspace:*' | 'workspace:^' | 'workspace:~';
|
|
238
|
+
}
|
|
239
|
+
export type DeplintRuleConfig<TOptions extends object = DeplintRuleCommonOptions> = DeplintRuleLevel | [DeplintRuleLevel, TOptions];
|
|
240
|
+
export interface DeplintRulesConfig {
|
|
241
|
+
[ruleId: string]: DeplintRuleConfig | undefined;
|
|
242
|
+
'deplint.dependencies.range-style'?: DeplintRuleConfig;
|
|
243
|
+
'deplint.devDependencies.range-style'?: DeplintRuleConfig;
|
|
244
|
+
'deplint.peerDependencies.range-style'?: DeplintRuleConfig<DeplintPeerRangeStyleRuleOptions>;
|
|
245
|
+
'deplint.workspace.protocol'?: DeplintRuleConfig<DeplintWorkspaceProtocolRuleOptions>;
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* Configuration for deplint (dependency linting).
|
|
249
|
+
*/
|
|
250
|
+
export interface DeplintConfig {
|
|
251
|
+
/**
|
|
252
|
+
* How deplint decides whether an external runtime dependency of a library
|
|
253
|
+
* belongs in `dependencies` or `peerDependencies`.
|
|
254
|
+
* - `legacy` (default): every external runtime dep of a library defaults
|
|
255
|
+
* to `peerDependencies`.
|
|
256
|
+
* - `aei`: score each dependency with the API Exposure Index analyzer
|
|
257
|
+
* (`xy api-exposure`); only deps whose public-API coupling recommends a
|
|
258
|
+
* peer are promoted, borderline scores produce a non-fixable
|
|
259
|
+
* `deplint.dependencies.aei-review` warning instead of a fix.
|
|
260
|
+
* `refType` overrides, terminal packages, workspace-internal deps, and
|
|
261
|
+
* `@types/*` handling always take precedence over either classifier.
|
|
262
|
+
*/
|
|
263
|
+
classifier?: 'aei' | 'legacy';
|
|
264
|
+
/**
|
|
265
|
+
* Workspace-relative file or directory globs to exclude from source scanning.
|
|
266
|
+
* Use this for generated build output such as Electron release folders.
|
|
267
|
+
*/
|
|
268
|
+
exclude?: string[];
|
|
269
|
+
/**
|
|
270
|
+
* Per-dependency configuration keyed by package name.
|
|
271
|
+
* Cascades from root to package configs (maps are merged, with
|
|
272
|
+
* package-level entries overriding root-level entries for the same key).
|
|
273
|
+
*/
|
|
274
|
+
packages?: Record<string, DeplintPackageConfig>;
|
|
275
|
+
/**
|
|
276
|
+
* Additional deplint rule plugins to load.
|
|
277
|
+
* Entries may be package names, absolute paths, or paths relative to the
|
|
278
|
+
* current working directory.
|
|
279
|
+
*/
|
|
280
|
+
plugins?: string[];
|
|
281
|
+
/**
|
|
282
|
+
* ESLint-style rule configuration keyed by rule id.
|
|
283
|
+
*
|
|
284
|
+
* Examples:
|
|
285
|
+
* ```ts
|
|
286
|
+
* rules: {
|
|
287
|
+
* 'deplint.dependencies.unused': 'off',
|
|
288
|
+
* 'deplint.peerDependencies.range-style': ['warn', { ignore: ['typescript'], form: 'broad', bound: 'major' }],
|
|
289
|
+
* 'deplint.workspace.protocol': ['error', { protocol: 'workspace:^' }],
|
|
290
|
+
* }
|
|
291
|
+
* ```
|
|
292
|
+
*
|
|
293
|
+
* Root and package-level configs are merged by rule id; when the same rule
|
|
294
|
+
* is configured in a package, its entry replaces the root entry.
|
|
295
|
+
* Unconfigured rules default to warning severity and do not fail `xy deplint`.
|
|
296
|
+
*/
|
|
297
|
+
rules?: DeplintRulesConfig;
|
|
298
|
+
/**
|
|
299
|
+
* Treat this package as terminal (an app or CLI, not a library).
|
|
300
|
+
* Terminal packages send unsatisfied runtime peers to `dependencies`
|
|
301
|
+
* instead of `peerDependencies`, and are exempt from the library
|
|
302
|
+
* peer-promotion rule.
|
|
303
|
+
*
|
|
304
|
+
* Auto-detected when `private: true`, or when the package looks like a
|
|
305
|
+
* bundled CLI (has `bin`, no `main`/`module`, and `exports` either
|
|
306
|
+
* missing or limited to `.`/`./package.json`/`./README.md`). Set this
|
|
307
|
+
* explicitly when neither auto-detection fires — e.g. a published CLI
|
|
308
|
+
* with library-shaped exports.
|
|
309
|
+
*/
|
|
310
|
+
terminal?: boolean;
|
|
311
|
+
}
|
|
312
|
+
/**
|
|
313
|
+
* Canonical names for individually toggleable publint checks.
|
|
314
|
+
*/
|
|
315
|
+
export type PublintCheckName = 'compileTargets' | 'defaultExportOrder' | 'files' | 'importToDefault' | 'main' | 'module' | 'neutralToDefault' | 'peerDeps' | 'platform' | 'publint' | 'resolutions' | 'rootSource' | 'rootTypes' | 'sideEffects' | 'source' | 'types';
|
|
316
|
+
export declare const ALL_PUBLINT_CHECKS: PublintCheckName[];
|
|
317
|
+
/** Checks that are resolved by the workspace-level publint runner, not by packagePublintDetailed. */
|
|
318
|
+
export declare const WORKSPACE_PUBLINT_CHECKS: PublintCheckName[];
|
|
319
|
+
/** Checks that only apply to published (non-private) packages */
|
|
320
|
+
export declare const PUBLISH_ONLY_CHECKS: PublintCheckName[];
|
|
321
|
+
/**
|
|
322
|
+
* Configuration for publint (package publishing linting).
|
|
323
|
+
*/
|
|
324
|
+
export interface PublintConfig {
|
|
325
|
+
/**
|
|
326
|
+
* Check names to exclude from publint runs.
|
|
327
|
+
* All checks run by default; listed names are skipped.
|
|
328
|
+
* Cannot be used together with `include`.
|
|
329
|
+
*/
|
|
330
|
+
exclude?: PublintCheckName[];
|
|
331
|
+
/**
|
|
332
|
+
* Check names to include (whitelist) in publint runs.
|
|
333
|
+
* Only listed checks will run; all others are skipped.
|
|
334
|
+
* Cannot be used together with `exclude`.
|
|
335
|
+
*/
|
|
336
|
+
include?: PublintCheckName[];
|
|
337
|
+
/**
|
|
338
|
+
* Whether to run `pack` when invoking the publint library.
|
|
339
|
+
* When true (default), the package manager is used to determine which
|
|
340
|
+
* files would be published. Set to false to skip packing for faster runs.
|
|
341
|
+
*/
|
|
342
|
+
pack?: boolean;
|
|
343
|
+
}
|
|
344
|
+
export type DeadRuleLevel = 'error' | 'off' | 'warn';
|
|
345
|
+
export interface DeadRuleCommonOptions {
|
|
346
|
+
/**
|
|
347
|
+
* Package names or glob patterns to suppress for this rule.
|
|
348
|
+
* Examples: `react`, `@scope/*`.
|
|
349
|
+
*/
|
|
350
|
+
ignore?: string[];
|
|
351
|
+
}
|
|
352
|
+
export type DeadRuleConfig<TOptions extends object = DeadRuleCommonOptions> = DeadRuleLevel | [DeadRuleLevel, TOptions] | TOptions;
|
|
353
|
+
export interface DeadRulesConfig {
|
|
354
|
+
[ruleId: string]: DeadRuleConfig | undefined;
|
|
355
|
+
'dead.package.internal'?: DeadRuleConfig;
|
|
356
|
+
'dead.repo.deprecated-export'?: DeadRuleConfig;
|
|
357
|
+
'dead.repo.export'?: DeadRuleConfig;
|
|
358
|
+
'dead.repo.internal'?: DeadRuleConfig;
|
|
359
|
+
'dead.workspace.deprecated-export'?: DeadRuleConfig;
|
|
360
|
+
'dead.workspace.deprecated-unused-export'?: DeadRuleConfig;
|
|
361
|
+
'dead.workspace.export'?: DeadRuleConfig;
|
|
362
|
+
'dead.workspace.export-published'?: DeadRuleConfig;
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* Configuration for dead-code analysis (`xy dead`).
|
|
366
|
+
*
|
|
367
|
+
* Workspace-scoped export rules split by package visibility:
|
|
368
|
+
* - `dead.workspace.export` (on by default) — restricted/scoped packages whose exports
|
|
369
|
+
* are not imported by any other folder in the active `*.code-workspace`.
|
|
370
|
+
* - `dead.workspace.export-published` (off by default) — explicitly public packages;
|
|
371
|
+
* enable with `'warn'` or `'error'` when you want the same check for public packages.
|
|
372
|
+
*/
|
|
373
|
+
export interface DeadConfig {
|
|
374
|
+
/**
|
|
375
|
+
* ESLint-style rule configuration keyed by rule id.
|
|
376
|
+
*
|
|
377
|
+
* Examples:
|
|
378
|
+
* ```ts
|
|
379
|
+
* rules: {
|
|
380
|
+
* 'dead.package.internal': { ignore: ['@scope/pkg'] },
|
|
381
|
+
* 'dead.workspace.export-published': 'warn',
|
|
382
|
+
* 'dead.repo.export': ['error', { ignore: ['@scope/*'] }],
|
|
383
|
+
* }
|
|
384
|
+
* ```
|
|
385
|
+
*/
|
|
386
|
+
rules?: DeadRulesConfig;
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* Configuration for packman lint (package manager config linting).
|
|
390
|
+
*/
|
|
391
|
+
export interface PackmanConfig {
|
|
392
|
+
/**
|
|
393
|
+
* Minimum age in minutes that a package must be published before pnpm will install it.
|
|
394
|
+
* Only applies when pnpm is the detected package manager.
|
|
395
|
+
* @default 1440 (1 day)
|
|
396
|
+
*/
|
|
397
|
+
minimumReleaseAge?: number;
|
|
398
|
+
/**
|
|
399
|
+
* Package patterns to exclude from the minimumReleaseAge requirement.
|
|
400
|
+
* These packages can be installed immediately upon release.
|
|
401
|
+
* Supports exact names and scoped wildcards (e.g. '@myorg/*').
|
|
402
|
+
* @default ["'@xylabs/*'", "'@xyo-network/*'"]
|
|
403
|
+
*/
|
|
404
|
+
minimumReleaseAgeExclude?: string[];
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* Command-specific configuration that cascades from root to package.
|
|
408
|
+
* Settings here override the legacy top-level equivalents.
|
|
409
|
+
*/
|
|
410
|
+
export interface CommandsConfig {
|
|
411
|
+
apiExposure?: ApiExposureConfig;
|
|
412
|
+
dead?: DeadConfig;
|
|
413
|
+
deplint?: DeplintConfig;
|
|
414
|
+
packman?: PackmanConfig;
|
|
415
|
+
publint?: boolean | PublintConfig;
|
|
416
|
+
}
|
|
417
|
+
export interface XyConfigBase {
|
|
418
|
+
/**
|
|
419
|
+
* Command-specific settings grouped under `commands`.
|
|
420
|
+
* These cascade from root xy.config down to per-package xy.config files.
|
|
421
|
+
* Takes precedence over the legacy top-level `deplint`/`publint` fields.
|
|
422
|
+
*/
|
|
423
|
+
commands?: CommandsConfig;
|
|
424
|
+
compile?: CompileConfig;
|
|
425
|
+
/** @deprecated Use `commands.deplint` instead. */
|
|
426
|
+
deplint?: DeplintConfig;
|
|
427
|
+
dynamicShare?: DynamicShareConfig;
|
|
428
|
+
liveShare?: LiveShareConfig;
|
|
429
|
+
/** @deprecated Use `commands.publint` instead. */
|
|
430
|
+
publint?: boolean | PublintConfig;
|
|
431
|
+
verbose?: boolean;
|
|
432
|
+
}
|
|
433
|
+
export interface XyEsbuildConfig extends XyConfigBase {
|
|
434
|
+
compile?: PackageCompileEsbuildConfig;
|
|
435
|
+
}
|
|
436
|
+
/** @deprecated Use XyEsbuildConfig. */
|
|
437
|
+
export interface XyTsupConfig extends XyConfigBase {
|
|
438
|
+
compile?: PackageCompileEsbuildConfig;
|
|
439
|
+
}
|
|
440
|
+
export interface XyTscConfig extends XyConfigBase {
|
|
441
|
+
compile?: PackageCompileTscConfig;
|
|
442
|
+
}
|
|
443
|
+
export type XyConfigLegacy = XyEsbuildConfig | XyTscConfig;
|
|
444
|
+
export type XyConfig = XyConfigLegacy & {
|
|
445
|
+
dev?: {
|
|
446
|
+
build?: {
|
|
447
|
+
clean?: boolean;
|
|
448
|
+
compile?: boolean;
|
|
449
|
+
deplint?: boolean;
|
|
450
|
+
gitlint?: boolean;
|
|
451
|
+
license?: boolean;
|
|
452
|
+
lint?: boolean;
|
|
453
|
+
publint?: boolean;
|
|
454
|
+
statics?: boolean;
|
|
455
|
+
verbose?: boolean;
|
|
456
|
+
};
|
|
457
|
+
compile?: PackageCompileEsbuildConfig;
|
|
458
|
+
verbose?: boolean;
|
|
459
|
+
};
|
|
460
|
+
verbose?: boolean;
|
|
461
|
+
};
|
|
462
|
+
//# sourceMappingURL=XyConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"XyConfig.d.ts","sourceRoot":"","sources":["../../../../src/actions/package/compile/XyConfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { CustomCompileEntry, EntryMode, LegacyPackageCompileOptions } from './XyConfig.ts';
|
|
2
|
+
export declare const buildEntries: (srcDir: string, entryMode?: EntryMode, options?: LegacyPackageCompileOptions | boolean, shouldExcludeSpecAndStories?: boolean, isVerbose?: boolean) => (string | CustomCompileEntry)[];
|
|
3
|
+
//# sourceMappingURL=buildEntries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildEntries.d.ts","sourceRoot":"","sources":["../../../../src/actions/package/compile/buildEntries.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,kBAAkB,EAAE,SAAS,EAAE,2BAA2B,EAC3D,MAAM,eAAe,CAAA;AAatB,eAAO,MAAM,YAAY,GACvB,QAAQ,MAAM,EACd,YAAW,SAAoB,EAC/B,UAAU,2BAA2B,GAAG,OAAO,EAC/C,qCAAkC,EAClC,mBAAiB,KAChB,CAAC,MAAM,GAAG,kBAAkB,CAAC,EA6B/B,CAAA"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { XyConfig } from './XyConfig.ts';
|
|
2
|
+
export interface PackageCompileMode {
|
|
3
|
+
emitOnly?: boolean;
|
|
4
|
+
validateOnly?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const packageCompile: (inConfig?: XyConfig, mode?: PackageCompileMode) => Promise<number>;
|
|
7
|
+
//# sourceMappingURL=compile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compile.d.ts","sourceRoot":"","sources":["../../../../src/actions/package/compile/compile.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAE7C,MAAM,WAAW,kBAAkB;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB;AAED,eAAO,MAAM,cAAc,GAAU,WAAU,QAAa,EAAE,OAAM,kBAAuB,KAAG,OAAO,CAAC,MAAM,CAc3G,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copyTypeFiles.d.ts","sourceRoot":"","sources":["../../../../src/actions/package/compile/copyTypeFiles.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { CompilerOptions, Program } from 'typescript';
|
|
2
|
+
export interface CreateProgramFromConfigOptions {
|
|
3
|
+
/** Directory used to resolve relative paths in the tsconfig. */
|
|
4
|
+
basePath: string;
|
|
5
|
+
/** JSON-form compiler options shallow-merged over the tsconfig's own. */
|
|
6
|
+
compilerOptions?: CompilerOptions;
|
|
7
|
+
/** Path to the tsconfig.json to read (with `extends` resolution). */
|
|
8
|
+
configFilePath: string;
|
|
9
|
+
/** Glob patterns of files to exclude. */
|
|
10
|
+
exclude?: string[];
|
|
11
|
+
/** Explicit files to include (always compiled). */
|
|
12
|
+
files?: string[];
|
|
13
|
+
/** Glob patterns of files to include. */
|
|
14
|
+
include?: string[];
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Local replacement for `tsc-prog`'s `createProgramFromConfig`, written against
|
|
18
|
+
* the TypeScript compiler API directly. Reads the tsconfig at `configFilePath`,
|
|
19
|
+
* shallow-merges the provided (JSON-form) compiler options over it, applies
|
|
20
|
+
* include/files/exclude, then builds a `ts.Program` from the fully resolved
|
|
21
|
+
* file list. Removing `tsc-prog` drops an unmaintained dependency and keeps the
|
|
22
|
+
* compile path tracking the TypeScript version the repo actually uses.
|
|
23
|
+
*/
|
|
24
|
+
export declare function createProgramFromConfig(options: CreateProgramFromConfigOptions): Program;
|
|
25
|
+
//# sourceMappingURL=createProgramFromConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createProgramFromConfig.d.ts","sourceRoot":"","sources":["../../../../src/actions/package/compile/createProgramFromConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAG1D,MAAM,WAAW,8BAA8B;IAC7C,gEAAgE;IAChE,QAAQ,EAAE,MAAM,CAAA;IAChB,yEAAyE;IACzE,eAAe,CAAC,EAAE,eAAe,CAAA;IACjC,qEAAqE;IACrE,cAAc,EAAE,MAAM,CAAA;IACtB,yCAAyC;IACzC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,mDAAmD;IACnD,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAChB,yCAAyC;IACzC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;CACnB;AAED;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,8BAA8B,GAAG,OAAO,CA6BxF"}
|