@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
package/README.md
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
[![logo][]](https://xylabs.com)
|
|
2
|
+
|
|
3
|
+
# @ariestools/toolchain
|
|
4
|
+
|
|
5
|
+
[![npm][npm-badge]][npm-link]
|
|
6
|
+
[![license][license-badge]][license-link]
|
|
7
|
+
|
|
8
|
+
> Unified TypeScript toolchain for XY Labs — build, lint, test, deploy with auto-detected package manager and React support
|
|
9
|
+
|
|
10
|
+
## Install
|
|
11
|
+
|
|
12
|
+
Using npm:
|
|
13
|
+
|
|
14
|
+
```sh
|
|
15
|
+
npm install {{name}}
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Using yarn:
|
|
19
|
+
|
|
20
|
+
```sh
|
|
21
|
+
yarn add {{name}}
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Using pnpm:
|
|
25
|
+
|
|
26
|
+
```sh
|
|
27
|
+
pnpm add {{name}}
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Using bun:
|
|
31
|
+
|
|
32
|
+
```sh
|
|
33
|
+
bun add {{name}}
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Extending `package-compile` / `package-build` / `package-recompile`
|
|
37
|
+
|
|
38
|
+
To add steps to a per-package build phase, override the matching script in your package's `package.json` and chain to the toolchain default via the matching `-only` bin:
|
|
39
|
+
|
|
40
|
+
```json
|
|
41
|
+
{
|
|
42
|
+
"scripts": {
|
|
43
|
+
"package-compile": "package-compile-only && tsx scripts/generate-types.ts"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
Do **not** call `pnpm package-compile` / `yarn package-compile` / `pnpm run package-compile` from the override — those re-enter the same npm script and recurse infinitely. The `-only` bin variants exist precisely so your override can invoke the toolchain default once and add work around it.
|
|
49
|
+
|
|
50
|
+
Available `-only` variants: `package-compile-only`, `package-build-only`, `package-recompile-only`.
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## License
|
|
54
|
+
|
|
55
|
+
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
56
|
+
|
|
57
|
+
## Credits
|
|
58
|
+
|
|
59
|
+
[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
|
|
60
|
+
|
|
61
|
+
[npm-badge]: https://img.shields.io/npm/v/@ariestools/toolchain.svg
|
|
62
|
+
[npm-link]: https://www.npmjs.com/package/@ariestools/toolchain
|
|
63
|
+
[license-badge]: https://img.shields.io/npm/l/@ariestools/toolchain.svg
|
|
64
|
+
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
|
65
|
+
[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analyze.d.ts","sourceRoot":"","sources":["../../src/actions/analyze.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,cAMnB,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { Workspace } from '../../../pm/index.ts';
|
|
2
|
+
import type { DeplintRefType } from '../../package/index.ts';
|
|
3
|
+
import type { NormalizedApiExposureConfig } from '../config.ts';
|
|
4
|
+
import type { WorkspaceApiExposureResult } from '../types.ts';
|
|
5
|
+
import type { SharedProgramCache } from './program.ts';
|
|
6
|
+
export interface AnalyzePackageParams {
|
|
7
|
+
cache?: SharedProgramCache;
|
|
8
|
+
config: NormalizedApiExposureConfig;
|
|
9
|
+
/** Terminal packages (apps/CLIs) keep everything in dependencies. */
|
|
10
|
+
isTerminal?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Deplint `refType` overrides (`commands.deplint.packages.<name>.refType`).
|
|
13
|
+
* Honored below `commands.apiExposure.packages.<name>.classification` in
|
|
14
|
+
* the precedence chain so one declaration in xy.config.ts settles both
|
|
15
|
+
* `xy deplint` and `xy api-exposure`.
|
|
16
|
+
*/
|
|
17
|
+
refTypes?: Map<string, DeplintRefType>;
|
|
18
|
+
workspace: Workspace;
|
|
19
|
+
/** Names of workspace-internal packages (never peer candidates). */
|
|
20
|
+
workspaceNames?: Set<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Runs the full API Exposure Index analysis for one workspace package:
|
|
24
|
+
* syntactic coupling pass, type-checker exposure pass, dependency signals,
|
|
25
|
+
* then scoring with override precedence (API-EXPOSURE-INDEX.md section 11).
|
|
26
|
+
*/
|
|
27
|
+
export declare function analyzeWorkspaceApiExposure({ cache, config, isTerminal, refTypes, workspace, workspaceNames, }: AnalyzePackageParams): WorkspaceApiExposureResult;
|
|
28
|
+
//# sourceMappingURL=analyzePackage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analyzePackage.d.ts","sourceRoot":"","sources":["../../../../src/actions/api-exposure/analyzer/analyzePackage.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAMrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAC5D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAA;AAG/D,OAAO,KAAK,EAOV,0BAA0B,EAC3B,MAAM,aAAa,CAAA;AAKpB,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAA;AAGtD,MAAM,WAAW,oBAAoB;IACnC,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAC1B,MAAM,EAAE,2BAA2B,CAAA;IACnC,qEAAqE;IACrE,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;IACtC,SAAS,EAAE,SAAS,CAAA;IACpB,oEAAoE;IACpE,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;CAC7B;AAiMD;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,EAC1C,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,GAC/D,EAAE,oBAAoB,GAAG,0BAA0B,CAiDnD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { RawAeiFinding } from '../types.ts';
|
|
2
|
+
/**
|
|
3
|
+
* Syntactic coupling pass over one source file (API-EXPOSURE-INDEX.md
|
|
4
|
+
* sections 5 and 8). Detects the infinite re-export/inheritance exposure
|
|
5
|
+
* rules plus runtime coupling signals, attributing each to the dependency
|
|
6
|
+
* whose imported binding is involved. Coupling findings are deduplicated
|
|
7
|
+
* per (rule, dependency) within a file so hot code paths do not inflate
|
|
8
|
+
* the score; the infinite exposure rules are conclusive anyway.
|
|
9
|
+
*/
|
|
10
|
+
export declare function getCouplingFindingsFromFile(filePath: string, fileLabel?: string): RawAeiFinding[];
|
|
11
|
+
//# sourceMappingURL=couplingWalk.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"couplingWalk.d.ts","sourceRoot":"","sources":["../../../../src/actions/api-exposure/analyzer/couplingWalk.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAwFhD;;;;;;;GAOG;AACH,wBAAgB,2BAA2B,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,GAAE,MAAiB,GAAG,aAAa,EAAE,CAmK3G"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { RawAeiFinding } from '../types.ts';
|
|
2
|
+
/** File label used for findings about the dependency itself. */
|
|
3
|
+
export declare const DEPENDENCY_FILE_LABEL = "(dependency)";
|
|
4
|
+
export interface DependencySignals {
|
|
5
|
+
/** Dependency ships ESM (input to the tree-shaking modifier). */
|
|
6
|
+
esm: boolean;
|
|
7
|
+
findings: RawAeiFinding[];
|
|
8
|
+
/** Dependency declares `sideEffects: false`. */
|
|
9
|
+
sideEffectsFree: boolean;
|
|
10
|
+
}
|
|
11
|
+
/** Walks up from `startDir` looking for `node_modules/<dependency>/package.json`. */
|
|
12
|
+
export declare function findDependencyDir(startDir: string, dependency: string): string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* Inspects the installed dependency itself for coupling-risk signals
|
|
15
|
+
* (API-EXPOSURE-INDEX.md section 6). Returns undefined when the dependency
|
|
16
|
+
* cannot be located in node_modules.
|
|
17
|
+
*/
|
|
18
|
+
export declare function getDependencySignals(workspaceDir: string, dependency: string): DependencySignals | undefined;
|
|
19
|
+
//# sourceMappingURL=depSignals.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"depSignals.d.ts","sourceRoot":"","sources":["../../../../src/actions/api-exposure/analyzer/depSignals.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAEhD,gEAAgE;AAChE,eAAO,MAAM,qBAAqB,iBAAiB,CAAA;AAoBnD,MAAM,WAAW,iBAAiB;IAChC,iEAAiE;IACjE,GAAG,EAAE,OAAO,CAAA;IACZ,QAAQ,EAAE,aAAa,EAAE,CAAA;IACzB,gDAAgD;IAChD,eAAe,EAAE,OAAO,CAAA;CACzB;AAED,qFAAqF;AACrF,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAS1F;AA6FD;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,iBAAiB,GAAG,SAAS,CAiC5G"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resolves the source files that make up a package's public API surface:
|
|
3
|
+
* every `exports`/`main`/`module`/`types`/`bin` manifest entry mapped back
|
|
4
|
+
* to its `src/` origin. Falls back to `src/index.ts` when nothing maps.
|
|
5
|
+
*/
|
|
6
|
+
export declare function resolveEntryPoints(workspaceDir: string): string[];
|
|
7
|
+
//# sourceMappingURL=entryPoints.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entryPoints.d.ts","sourceRoot":"","sources":["../../../../src/actions/api-exposure/analyzer/entryPoints.ts"],"names":[],"mappings":"AAyEA;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,EAAE,CAsBjE"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import ts from 'typescript';
|
|
2
|
+
import type { RawAeiFinding } from '../types.ts';
|
|
3
|
+
export interface ExposureWalkParams {
|
|
4
|
+
/** Absolute paths of the entry-point source files to walk exports of. */
|
|
5
|
+
entryFiles: string[];
|
|
6
|
+
/** Maps an absolute path to the label used in findings (workspace-relative). */
|
|
7
|
+
fileLabel?: (absolutePath: string) => string;
|
|
8
|
+
program: ts.Program;
|
|
9
|
+
}
|
|
10
|
+
/** Extracts the owning package name from a `node_modules` path, if any. */
|
|
11
|
+
export declare function dependencyFromPath(fileName: string): string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* Type-checker-backed exposure pass (API-EXPOSURE-INDEX.md section 4).
|
|
14
|
+
* Walks every export of the package's entry points and attributes the types
|
|
15
|
+
* that appear in the public API — including inferred function return types
|
|
16
|
+
* and types reached through local aliases — to the dependencies that declare
|
|
17
|
+
* them. Symbol attribution is by declaration path (`node_modules/<pkg>`),
|
|
18
|
+
* so renaming and re-aliasing cannot hide a dependency.
|
|
19
|
+
*/
|
|
20
|
+
export declare function getExposureFindings({ entryFiles, fileLabel, program, }: ExposureWalkParams): RawAeiFinding[];
|
|
21
|
+
//# sourceMappingURL=exposureWalk.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exposureWalk.d.ts","sourceRoot":"","sources":["../../../../src/actions/api-exposure/analyzer/exposureWalk.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,YAAY,CAAA;AAE3B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAWhD,MAAM,WAAW,kBAAkB;IACjC,yEAAyE;IACzE,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,gFAAgF;IAChF,SAAS,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,MAAM,CAAA;IAC5C,OAAO,EAAE,EAAE,CAAC,OAAO,CAAA;CACpB;AAED,2EAA2E;AAC3E,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAavE;AA0FD;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,UAAU,EAAE,SAAS,EAAE,OAAO,GAC/B,EAAE,kBAAkB,GAAG,aAAa,EAAE,CAqMtC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import ts from 'typescript';
|
|
2
|
+
/**
|
|
3
|
+
* Cache shared across per-package programs within one analysis run.
|
|
4
|
+
* `node_modules` declaration files are immutable for the duration of a run
|
|
5
|
+
* and dominate parse time in a monorepo, so reusing their SourceFiles across
|
|
6
|
+
* packages is the main performance lever. All packages in a monorepo share
|
|
7
|
+
* the same base tsconfig, so caching per fileName (ignoring per-package
|
|
8
|
+
* option differences) is safe in practice.
|
|
9
|
+
*/
|
|
10
|
+
export interface SharedProgramCache {
|
|
11
|
+
sourceFiles: Map<string, ts.SourceFile>;
|
|
12
|
+
}
|
|
13
|
+
export declare function createSharedProgramCache(): SharedProgramCache;
|
|
14
|
+
/**
|
|
15
|
+
* Builds a `ts.Program` rooted at the package's public entry points, using
|
|
16
|
+
* the package's own tsconfig for module resolution. Only the entry-reachable
|
|
17
|
+
* file graph is loaded (`files` + empty `include`), which keeps per-package
|
|
18
|
+
* programs small. Returns undefined when the package has no tsconfig.
|
|
19
|
+
*/
|
|
20
|
+
export declare function createExposureProgram(workspaceDir: string, entryPoints: string[], cache?: SharedProgramCache): ts.Program | undefined;
|
|
21
|
+
//# sourceMappingURL=program.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"program.d.ts","sourceRoot":"","sources":["../../../../src/actions/api-exposure/analyzer/program.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,YAAY,CAAA;AAE3B;;;;;;;GAOG;AACH,MAAM,WAAW,kBAAkB;IACjC,WAAW,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAA;CACxC;AAED,wBAAgB,wBAAwB,IAAI,kBAAkB,CAE7D;AAmBD;;;;;GAKG;AACH,wBAAgB,qBAAqB,CACnC,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EAAE,EACrB,KAAK,CAAC,EAAE,kBAAkB,GACzB,EAAE,CAAC,OAAO,GAAG,SAAS,CAgCxB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { EnvelopeReturn } from '../../lib/index.ts';
|
|
2
|
+
import type { Workspace } from '../../pm/index.ts';
|
|
3
|
+
import type { AeiRecommendation, WorkspaceApiExposureResult } from './types.ts';
|
|
4
|
+
export interface ApiExposureOptions {
|
|
5
|
+
/** Analyze only dependencies matching these names/globs. */
|
|
6
|
+
dep?: string[];
|
|
7
|
+
/** Exit non-zero when a mismatch is at/above this band. */
|
|
8
|
+
failOn?: AeiRecommendation;
|
|
9
|
+
format?: 'human' | 'json';
|
|
10
|
+
/** Hide results below this band in human output. */
|
|
11
|
+
minBand?: AeiRecommendation;
|
|
12
|
+
pkg?: string;
|
|
13
|
+
verbose?: boolean;
|
|
14
|
+
workspaces?: Workspace[];
|
|
15
|
+
}
|
|
16
|
+
export declare const apiExposure: ({ dep, failOn, format, minBand, pkg, verbose, workspaces: inputWorkspaces, }: ApiExposureOptions) => Promise<EnvelopeReturn<WorkspaceApiExposureResult[]>>;
|
|
17
|
+
//# sourceMappingURL=apiExposure.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apiExposure.d.ts","sourceRoot":"","sources":["../../../src/actions/api-exposure/apiExposure.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAGxD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAYlD,OAAO,KAAK,EAAE,iBAAiB,EAAE,0BAA0B,EAAE,MAAM,YAAY,CAAA;AAE/E,MAAM,WAAW,kBAAkB;IACjC,4DAA4D;IAC5D,GAAG,CAAC,EAAE,MAAM,EAAE,CAAA;IACd,2DAA2D;IAC3D,MAAM,CAAC,EAAE,iBAAiB,CAAA;IAC1B,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,CAAA;IACzB,oDAAoD;IACpD,OAAO,CAAC,EAAE,iBAAiB,CAAA;IAC3B,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAA;CACzB;AAgBD,eAAO,MAAM,WAAW,GAAU,8EAE/B,kBAAkB,KAAG,OAAO,CAAC,cAAc,CAAC,0BAA0B,EAAE,CAAC,CAwE3E,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ApiExposureConfig, ApiExposureThresholds } from '../package/index.ts';
|
|
2
|
+
import type { AeiFinding, RawAeiFinding, ResolvedAeiRule } from './types.ts';
|
|
3
|
+
export declare const DEFAULT_AEI_THRESHOLDS: ApiExposureThresholds;
|
|
4
|
+
export interface NormalizedApiExposureConfig {
|
|
5
|
+
/** Hard per-dependency classification override, when configured. */
|
|
6
|
+
classificationFor: (dependency: string) => 'dep' | 'dev' | 'peer' | undefined;
|
|
7
|
+
/** Effective rule for a dependency (per-package overrides applied). */
|
|
8
|
+
ruleFor: (ruleId: string, dependency?: string) => ResolvedAeiRule | undefined;
|
|
9
|
+
/** Globally effective rules (before per-dependency overrides). */
|
|
10
|
+
rules: ResolvedAeiRule[];
|
|
11
|
+
thresholds: ApiExposureThresholds;
|
|
12
|
+
treeShaking: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare function normalizeApiExposureConfig(config?: ApiExposureConfig): NormalizedApiExposureConfig;
|
|
15
|
+
/**
|
|
16
|
+
* Applies configuration to raw walker findings: drops findings for disabled
|
|
17
|
+
* rules and resolves each finding's effective weight (with per-dependency
|
|
18
|
+
* overrides).
|
|
19
|
+
*/
|
|
20
|
+
export declare function resolveFindings(raw: RawAeiFinding[], config: NormalizedApiExposureConfig): AeiFinding[];
|
|
21
|
+
//# sourceMappingURL=config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/actions/api-exposure/config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,iBAAiB,EAGjB,qBAAqB,EACtB,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACV,UAAU,EAAa,aAAa,EAAE,eAAe,EACtD,MAAM,YAAY,CAAA;AAEnB,eAAO,MAAM,sBAAsB,EAAE,qBAKpC,CAAA;AAED,MAAM,WAAW,2BAA2B;IAC1C,oEAAoE;IACpE,iBAAiB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,SAAS,CAAA;IAC7E,uEAAuE;IACvE,OAAO,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,KAAK,eAAe,GAAG,SAAS,CAAA;IAC7E,kEAAkE;IAClE,KAAK,EAAE,eAAe,EAAE,CAAA;IACxB,UAAU,EAAE,qBAAqB,CAAA;IACjC,WAAW,EAAE,OAAO,CAAA;CACrB;AAwGD,wBAAgB,0BAA0B,CAAC,MAAM,CAAC,EAAE,iBAAiB,GAAG,2BAA2B,CA0DlG;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,GAAG,EAAE,aAAa,EAAE,EAAE,MAAM,EAAE,2BAA2B,GAAG,UAAU,EAAE,CAevG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './analyzer/analyzePackage.ts';
|
|
2
|
+
export * from './analyzer/program.ts';
|
|
3
|
+
export * from './apiExposure.ts';
|
|
4
|
+
export * from './config.ts';
|
|
5
|
+
export * from './reporters.ts';
|
|
6
|
+
export * from './rules.ts';
|
|
7
|
+
export * from './scoring.ts';
|
|
8
|
+
export * from './types.ts';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/actions/api-exposure/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,uBAAuB,CAAA;AACrC,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { AeiRecommendation, DependencyAssessment, WorkspaceApiExposureResult } from './types.ts';
|
|
2
|
+
export declare function bandIndex(band: AeiRecommendation): number;
|
|
3
|
+
/**
|
|
4
|
+
* True when a dependency's current placement contradicts its recommendation:
|
|
5
|
+
* peer-leaning recommendations for deps in `dependencies`, or dep-leaning
|
|
6
|
+
* recommendations for deps in `peerDependencies`. `review` is never a
|
|
7
|
+
* mismatch — it asks for a human decision.
|
|
8
|
+
*/
|
|
9
|
+
export declare function isMismatch(assessment: DependencyAssessment): boolean;
|
|
10
|
+
export interface HumanApiExposureReportOptions {
|
|
11
|
+
/** Hide assessments below this band (defaults to `probably-dependency`). */
|
|
12
|
+
minBand?: AeiRecommendation;
|
|
13
|
+
verbose?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare function renderHumanApiExposure(results: WorkspaceApiExposureResult[], options?: HumanApiExposureReportOptions): void;
|
|
16
|
+
//# sourceMappingURL=reporters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reporters.d.ts","sourceRoot":"","sources":["../../../src/actions/api-exposure/reporters.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,iBAAiB,EAAE,oBAAoB,EAAE,0BAA0B,EACpE,MAAM,YAAY,CAAA;AAGnB,wBAAgB,SAAS,CAAC,IAAI,EAAE,iBAAiB,GAAG,MAAM,CAEzD;AAED;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,UAAU,EAAE,oBAAoB,GAAG,OAAO,CAMpE;AAED,MAAM,WAAW,6BAA6B;IAC5C,4EAA4E;IAC5E,OAAO,CAAC,EAAE,iBAAiB,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAoCD,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,0BAA0B,EAAE,EACrC,OAAO,GAAE,6BAAkC,GAC1C,IAAI,CAsBN"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { AeiRuleDefinition } from './types.ts';
|
|
2
|
+
/**
|
|
3
|
+
* The AEI rule registry. IDs, kinds, and default weights are normative and
|
|
4
|
+
* must match the tables in API-EXPOSURE-INDEX.md exactly (a spec test
|
|
5
|
+
* asserts this by duplicating the tables).
|
|
6
|
+
*/
|
|
7
|
+
export declare const AEI_RULES: AeiRuleDefinition[];
|
|
8
|
+
export declare const AEI_RULE_IDS: ReadonlySet<string>;
|
|
9
|
+
export declare function getAeiRule(id: string): AeiRuleDefinition | undefined;
|
|
10
|
+
//# sourceMappingURL=rules.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rules.d.ts","sourceRoot":"","sources":["../../../src/actions/api-exposure/rules.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAA;AAEnD;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,iBAAiB,EAqKxC,CAAA;AAID,eAAO,MAAM,YAAY,EAAE,WAAW,CAAC,MAAM,CAA+B,CAAA;AAE5E,wBAAgB,UAAU,CAAC,EAAE,EAAE,MAAM,GAAG,iBAAiB,GAAG,SAAS,CAEpE"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { ApiExposureThresholds } from '../package/index.ts';
|
|
2
|
+
import type { AeiFinding, AeiRecommendation, CrsBand } from './types.ts';
|
|
3
|
+
/** CRS band boundaries (API-EXPOSURE-INDEX.md section 10). */
|
|
4
|
+
export declare const CRS_MODERATE_MIN = 40;
|
|
5
|
+
export declare const CRS_HIGH_MIN = 100;
|
|
6
|
+
export interface DependencyScore {
|
|
7
|
+
aei: number;
|
|
8
|
+
aeiInfinite: boolean;
|
|
9
|
+
crs: number;
|
|
10
|
+
recommendation: AeiRecommendation;
|
|
11
|
+
treeShakingModifier: number;
|
|
12
|
+
}
|
|
13
|
+
export declare function aeiBandForScore(aei: number, thresholds: ApiExposureThresholds): AeiRecommendation;
|
|
14
|
+
export declare function crsBandForScore(crs: number): CrsBand;
|
|
15
|
+
/**
|
|
16
|
+
* Combines the AEI base band with the CRS band: low CRS shifts one step
|
|
17
|
+
* toward `dependency`, high CRS shifts one step toward `peer`, moderate
|
|
18
|
+
* leaves the band unchanged (API-EXPOSURE-INDEX.md section 10).
|
|
19
|
+
*/
|
|
20
|
+
export declare function combineBands(base: AeiRecommendation, crs: CrsBand): AeiRecommendation;
|
|
21
|
+
/**
|
|
22
|
+
* Computes both scores and the combined recommendation from a dependency's
|
|
23
|
+
* findings. Any infinite finding short-circuits to `peer`. Findings must
|
|
24
|
+
* reference registered rule ids; the analyzer resolves effective weights
|
|
25
|
+
* (including per-package overrides) before findings reach this function.
|
|
26
|
+
*/
|
|
27
|
+
export declare function scoreDependency(findings: AeiFinding[], thresholds: ApiExposureThresholds): DependencyScore;
|
|
28
|
+
//# sourceMappingURL=scoring.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scoring.d.ts","sourceRoot":"","sources":["../../../src/actions/api-exposure/scoring.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AAEhE,OAAO,KAAK,EACV,UAAU,EAAE,iBAAiB,EAAE,OAAO,EACvC,MAAM,YAAY,CAAA;AAGnB,8DAA8D;AAC9D,eAAO,MAAM,gBAAgB,KAAK,CAAA;AAClC,eAAO,MAAM,YAAY,MAAM,CAAA;AAE/B,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,MAAM,CAAA;IACX,WAAW,EAAE,OAAO,CAAA;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,cAAc,EAAE,iBAAiB,CAAA;IACjC,mBAAmB,EAAE,MAAM,CAAA;CAC5B;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,qBAAqB,GAAG,iBAAiB,CAMjG;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAIpD;AAED;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,iBAAiB,EAAE,GAAG,EAAE,OAAO,GAAG,iBAAiB,CAKrF;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,UAAU,EAAE,EAAE,UAAU,EAAE,qBAAqB,GAAG,eAAe,CA+B1G"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import type { Workspace } from '../../pm/index.ts';
|
|
2
|
+
/**
|
|
3
|
+
* Final classification band for a dependency relationship.
|
|
4
|
+
* Bands are ordered from "keep in dependencies" to "must be a peer";
|
|
5
|
+
* see API-EXPOSURE-INDEX.md section 10.
|
|
6
|
+
*/
|
|
7
|
+
export type AeiRecommendation = 'dependency' | 'probably-dependency' | 'review' | 'probably-peer' | 'peer';
|
|
8
|
+
/** Ordered band scale used by the scoring combination matrix. */
|
|
9
|
+
export declare const AEI_BAND_ORDER: readonly AeiRecommendation[];
|
|
10
|
+
/** Coupling Risk Score band; shifts the AEI band by at most one step. */
|
|
11
|
+
export type CrsBand = 'low' | 'moderate' | 'high';
|
|
12
|
+
/**
|
|
13
|
+
* Which score a rule contributes to:
|
|
14
|
+
* - `exposure` and `modifier` rules feed the API Exposure Index (AEI)
|
|
15
|
+
* - `coupling` and `dep-signal` rules feed the Coupling Risk Score (CRS)
|
|
16
|
+
*/
|
|
17
|
+
export type AeiRuleKind = 'exposure' | 'coupling' | 'dep-signal' | 'modifier';
|
|
18
|
+
/** A rule weight: a finite additive weight, or conclusive (`infinite` ⇒ peer). */
|
|
19
|
+
export type AeiWeight = number | 'infinite';
|
|
20
|
+
/** A rule as defined in the registry (`rules.ts`), mirroring API-EXPOSURE-INDEX.md. */
|
|
21
|
+
export interface AeiRuleDefinition {
|
|
22
|
+
/** Whether the rule is active without explicit configuration. @default true */
|
|
23
|
+
defaultEnabled?: boolean;
|
|
24
|
+
defaultWeight: AeiWeight;
|
|
25
|
+
description: string;
|
|
26
|
+
id: string;
|
|
27
|
+
kind: AeiRuleKind;
|
|
28
|
+
}
|
|
29
|
+
/** A rule after config normalization: effective enabled state and weight. */
|
|
30
|
+
export interface ResolvedAeiRule extends AeiRuleDefinition {
|
|
31
|
+
enabled: boolean;
|
|
32
|
+
weight: AeiWeight;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* A finding as produced by the analysis walkers, before configuration is
|
|
36
|
+
* applied. Walkers are config-free; `resolveFindings()` turns raw findings
|
|
37
|
+
* into weighted `AeiFinding`s (dropping findings for disabled rules).
|
|
38
|
+
*/
|
|
39
|
+
export interface RawAeiFinding {
|
|
40
|
+
dependency: string;
|
|
41
|
+
evidence: string;
|
|
42
|
+
file: string;
|
|
43
|
+
line?: number;
|
|
44
|
+
ruleId: string;
|
|
45
|
+
}
|
|
46
|
+
/** One piece of evidence contributing to a dependency's score. */
|
|
47
|
+
export interface AeiFinding {
|
|
48
|
+
dependency: string;
|
|
49
|
+
/** Human-readable evidence line, e.g. "exported runtime value `UserSchema`". */
|
|
50
|
+
evidence: string;
|
|
51
|
+
/** Workspace-relative file path, or `(dependency)` for dep-signal findings. */
|
|
52
|
+
file: string;
|
|
53
|
+
/** True when the effective weight is `infinite` — conclusive peer evidence. */
|
|
54
|
+
infinite: boolean;
|
|
55
|
+
line?: number;
|
|
56
|
+
ruleId: string;
|
|
57
|
+
/** Effective finite weight after config; 0 when `infinite` is true. */
|
|
58
|
+
weight: number;
|
|
59
|
+
}
|
|
60
|
+
export type AeiDependencySection = 'dependencies' | 'devDependencies' | 'peerDependencies' | 'unlisted';
|
|
61
|
+
/**
|
|
62
|
+
* Why the recommendation was produced. `override`/`terminal`/
|
|
63
|
+
* `workspace-internal`/`types-package` bypass scoring entirely; `provided`
|
|
64
|
+
* caps an unlisted-but-exposed dependency at `review` because a declared
|
|
65
|
+
* dependency provides and version-manages it.
|
|
66
|
+
*/
|
|
67
|
+
export type AeiRecommendationSource = 'score' | 'override' | 'terminal' | 'workspace-internal' | 'types-package' | 'provided';
|
|
68
|
+
/** The scored assessment of a single dependency relationship. */
|
|
69
|
+
export interface DependencyAssessment {
|
|
70
|
+
aei: number;
|
|
71
|
+
aeiInfinite: boolean;
|
|
72
|
+
crs: number;
|
|
73
|
+
currentSection: AeiDependencySection;
|
|
74
|
+
dependency: string;
|
|
75
|
+
findings: AeiFinding[];
|
|
76
|
+
recommendation: AeiRecommendation;
|
|
77
|
+
recommendationSource: AeiRecommendationSource;
|
|
78
|
+
/** Additive AEI contribution from `aei.modifier.tree-shaking` (0 when not applied). */
|
|
79
|
+
treeShakingModifier: number;
|
|
80
|
+
}
|
|
81
|
+
/** Result of analyzing one workspace package. */
|
|
82
|
+
export interface WorkspaceApiExposureResult {
|
|
83
|
+
assessments: DependencyAssessment[];
|
|
84
|
+
workspace: Workspace;
|
|
85
|
+
}
|
|
86
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/actions/api-exposure/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAElD;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GAAG,YAAY,GAAG,qBAAqB,GAAG,QAAQ,GAAG,eAAe,GAAG,MAAM,CAAA;AAE1G,iEAAiE;AACjE,eAAO,MAAM,cAAc,EAAE,SAAS,iBAAiB,EAMtD,CAAA;AAED,yEAAyE;AACzE,MAAM,MAAM,OAAO,GAAG,KAAK,GAAG,UAAU,GAAG,MAAM,CAAA;AAEjD;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,UAAU,GAAG,YAAY,GAAG,UAAU,CAAA;AAE7E,kFAAkF;AAClF,MAAM,MAAM,SAAS,GAAG,MAAM,GAAG,UAAU,CAAA;AAE3C,uFAAuF;AACvF,MAAM,WAAW,iBAAiB;IAChC,+EAA+E;IAC/E,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,aAAa,EAAE,SAAS,CAAA;IACxB,WAAW,EAAE,MAAM,CAAA;IACnB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,WAAW,CAAA;CAClB;AAED,6EAA6E;AAC7E,MAAM,WAAW,eAAgB,SAAQ,iBAAiB;IACxD,OAAO,EAAE,OAAO,CAAA;IAChB,MAAM,EAAE,SAAS,CAAA;CAClB;AAED;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;CACf;AAED,kEAAkE;AAClE,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,MAAM,CAAA;IAClB,gFAAgF;IAChF,QAAQ,EAAE,MAAM,CAAA;IAChB,+EAA+E;IAC/E,IAAI,EAAE,MAAM,CAAA;IACZ,+EAA+E;IAC/E,QAAQ,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,uEAAuE;IACvE,MAAM,EAAE,MAAM,CAAA;CACf;AAED,MAAM,MAAM,oBAAoB,GAAG,cAAc,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,UAAU,CAAA;AAEvG;;;;;GAKG;AACH,MAAM,MAAM,uBAAuB,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,oBAAoB,GAAG,eAAe,GAAG,UAAU,CAAA;AAE7H,iEAAiE;AACjE,MAAM,WAAW,oBAAoB;IACnC,GAAG,EAAE,MAAM,CAAA;IACX,WAAW,EAAE,OAAO,CAAA;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,cAAc,EAAE,oBAAoB,CAAA;IACpC,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,UAAU,EAAE,CAAA;IACtB,cAAc,EAAE,iBAAiB,CAAA;IACjC,oBAAoB,EAAE,uBAAuB,CAAA;IAC7C,uFAAuF;IACvF,mBAAmB,EAAE,MAAM,CAAA;CAC5B;AAED,iDAAiD;AACjD,MAAM,WAAW,0BAA0B;IACzC,WAAW,EAAE,oBAAoB,EAAE,CAAA;IACnC,SAAS,EAAE,SAAS,CAAA;CACrB"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Deep barrel analysis.
|
|
3
|
+
*
|
|
4
|
+
* Starting from `barrelPkg`, recursively follow `export * from '<package>'` /
|
|
5
|
+
* `export { x } from '<package>'` chains ACROSS package boundaries to recover
|
|
6
|
+
* the full set of packages reachable through the barrel. For example,
|
|
7
|
+
* `@xyo-network/sdk-js` only re-exports `@xyo-network/modules` and
|
|
8
|
+
* `@xyo-network/sdk-protocol-js`, but those re-export dozens more — the
|
|
9
|
+
* recursion recovers all of them. (`@xylabs/sdk-js` re-exports its sub-packages
|
|
10
|
+
* directly, so for it shallow == deep.)
|
|
11
|
+
*
|
|
12
|
+
* `scopePrefix` (e.g. `@xylabs/`, `@xyo-network/`) restricts which specifiers
|
|
13
|
+
* are collected and recursed into, matching the per-org disallowed lists. When
|
|
14
|
+
* omitted, every reachable external package is collected.
|
|
15
|
+
*
|
|
16
|
+
* Each package is resolved relative to the directory of the package that
|
|
17
|
+
* re-exported it, so transitively re-exported packages that pnpm does not hoist
|
|
18
|
+
* are still found. Returns a sorted, de-duplicated list excluding the barrel
|
|
19
|
+
* package itself.
|
|
20
|
+
*/
|
|
21
|
+
export declare function analyzeBarrel(barrelPkg: string, fromDir: string, scopePrefix?: string): string[];
|
|
22
|
+
//# sourceMappingURL=analyzeBarrel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analyzeBarrel.d.ts","sourceRoot":"","sources":["../../../src/actions/barrel/analyzeBarrel.ts"],"names":[],"mappings":"AASA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CA8BhG"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BarrelDescriptor } from '../lint-init.ts';
|
|
2
|
+
export type BarrelRestrictionIssueKind = 'incomplete' | 'missing';
|
|
3
|
+
export interface BarrelRestrictionIssue {
|
|
4
|
+
descriptor: BarrelDescriptor;
|
|
5
|
+
kind: BarrelRestrictionIssueKind;
|
|
6
|
+
missingFromConfig: string[];
|
|
7
|
+
usedSubPackages: string[];
|
|
8
|
+
}
|
|
9
|
+
export declare function findBarrelImportRestrictionIssues(rootDir: string): Promise<BarrelRestrictionIssue[]>;
|
|
10
|
+
export declare function reportBarrelImportRestrictionIssues(issues: readonly BarrelRestrictionIssue[]): number;
|
|
11
|
+
export declare function checkBarrelImportRestrictions(rootDir: string): Promise<number>;
|
|
12
|
+
//# sourceMappingURL=checkBarrelImportRestrictions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkBarrelImportRestrictions.d.ts","sourceRoot":"","sources":["../../../src/actions/barrel/checkBarrelImportRestrictions.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAWvD,MAAM,MAAM,0BAA0B,GAAG,YAAY,GAAG,SAAS,CAAA;AAEjE,MAAM,WAAW,sBAAsB;IACrC,UAAU,EAAE,gBAAgB,CAAA;IAC5B,IAAI,EAAE,0BAA0B,CAAA;IAChC,iBAAiB,EAAE,MAAM,EAAE,CAAA;IAC3B,eAAe,EAAE,MAAM,EAAE,CAAA;CAC1B;AA8DD,wBAAsB,iCAAiC,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC,CAwB1G;AAED,wBAAgB,mCAAmC,CAAC,MAAM,EAAE,SAAS,sBAAsB,EAAE,GAAG,MAAM,CAuBrG;AAED,wBAAsB,6BAA6B,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAGpF"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Parse a barrel entry file and return the base package names of every
|
|
3
|
+
* `export ... from '<specifier>'` whose specifier is a bare (external) package —
|
|
4
|
+
* i.e. not a relative (`./`, `../`) or `node:` import.
|
|
5
|
+
*
|
|
6
|
+
* Unlike `collectExternalUsage`, this intentionally parses `.d.ts` files:
|
|
7
|
+
* published packages ship only `dist/*.d.ts` + `dist/*.mjs` with no `src/`, and
|
|
8
|
+
* the re-export chain is fully visible in either form.
|
|
9
|
+
*/
|
|
10
|
+
export declare function getReExportSpecs(file: string): string[];
|
|
11
|
+
//# sourceMappingURL=getReExportSpecs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getReExportSpecs.d.ts","sourceRoot":"","sources":["../../../src/actions/barrel/getReExportSpecs.ts"],"names":[],"mappings":"AAOA;;;;;;;;GAQG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CA8BvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/actions/barrel/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,oCAAoC,CAAA;AAClD,cAAc,uBAAuB,CAAA;AACrC,cAAc,oBAAoB,CAAA;AAClC,cAAc,yBAAyB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resolve the directory of an installed package as seen from `fromDir`.
|
|
3
|
+
*
|
|
4
|
+
* Resolving relative to the importing package's directory (rather than only the
|
|
5
|
+
* repo root) is what lets the deep barrel walk reach transitively re-exported
|
|
6
|
+
* packages that pnpm does not hoist to the top-level node_modules.
|
|
7
|
+
*/
|
|
8
|
+
export declare function resolvePackageDir(pkg: string, fromDir: string): string | undefined;
|
|
9
|
+
//# sourceMappingURL=resolveBarrel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolveBarrel.d.ts","sourceRoot":"","sources":["../../../src/actions/barrel/resolveBarrel.ts"],"names":[],"mappings":"AAsBA;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAclF"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { BarrelDescriptor } from '../lint-init.ts';
|
|
2
|
+
export interface RestrictedPath {
|
|
3
|
+
message?: string;
|
|
4
|
+
name: string;
|
|
5
|
+
}
|
|
6
|
+
export interface ResolvedRuleEntry {
|
|
7
|
+
level: string;
|
|
8
|
+
options?: unknown[];
|
|
9
|
+
}
|
|
10
|
+
export declare function isRestrictedImportsRuleEnabled(entry: ResolvedRuleEntry | undefined): boolean;
|
|
11
|
+
export declare function extractRestrictedPaths(entry: ResolvedRuleEntry | undefined): RestrictedPath[];
|
|
12
|
+
export declare function extractDisallowedNamesFromSource(source: string, configVarName: string): string[];
|
|
13
|
+
export declare function configuredNamesForDescriptor(restrictedPaths: RestrictedPath[], descriptor: BarrelDescriptor, source?: string): string[];
|
|
14
|
+
export declare function detectSharedEslintPackage(source: string): string | undefined;
|
|
15
|
+
export interface ResolvedRestrictedImports {
|
|
16
|
+
configDir: string;
|
|
17
|
+
eslintConfigPath: string;
|
|
18
|
+
restrictedPaths: RestrictedPath[];
|
|
19
|
+
ruleEnabled: boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare function loadResolvedRestrictedImports(rootDir: string): Promise<ResolvedRestrictedImports | undefined>;
|
|
22
|
+
export declare function ensureBarrelForAnalysis(configDir: string, pkg: string, tempDirs: string[], isVerbose: boolean): string | undefined;
|
|
23
|
+
export declare function resolveLocalBarrelAnalysisDir(configDir: string, pkg: string): string | undefined;
|
|
24
|
+
export interface BarrelWorkspace {
|
|
25
|
+
location: string;
|
|
26
|
+
name: string;
|
|
27
|
+
}
|
|
28
|
+
/** True when `pkg` is a workspace package in this repo (the barrel source), not an installed dependency. */
|
|
29
|
+
export declare function isBarrelBuiltInRepo(rootDir: string, pkg: string, configDir: string, workspaces: BarrelWorkspace[]): boolean;
|
|
30
|
+
//# sourceMappingURL=restrictionHelpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restrictionHelpers.d.ts","sourceRoot":"","sources":["../../../src/actions/barrel/restrictionHelpers.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAGvD,MAAM,WAAW,cAAc;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,EAAE,CAAA;CACpB;AA6BD,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,iBAAiB,GAAG,SAAS,GAAG,OAAO,CAG5F;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,iBAAiB,GAAG,SAAS,GAAG,cAAc,EAAE,CAW7F;AAcD,wBAAgB,gCAAgC,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,GAAG,MAAM,EAAE,CAYhG;AAED,wBAAgB,4BAA4B,CAC1C,eAAe,EAAE,cAAc,EAAE,EACjC,UAAU,EAAE,gBAAgB,EAC5B,MAAM,CAAC,EAAE,MAAM,GACd,MAAM,EAAE,CAYV;AAED,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAM5E;AAED,MAAM,WAAW,yBAAyB;IACxC,SAAS,EAAE,MAAM,CAAA;IACjB,gBAAgB,EAAE,MAAM,CAAA;IACxB,eAAe,EAAE,cAAc,EAAE,CAAA;IACjC,WAAW,EAAE,OAAO,CAAA;CACrB;AAED,wBAAsB,6BAA6B,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,yBAAyB,GAAG,SAAS,CAAC,CAmBnH;AAID,wBAAgB,uBAAuB,CACrC,SAAS,EAAE,MAAM,EACjB,GAAG,EAAE,MAAM,EACX,QAAQ,EAAE,MAAM,EAAE,EAClB,SAAS,EAAE,OAAO,GACjB,MAAM,GAAG,SAAS,CAqBpB;AAED,wBAAgB,6BAA6B,CAAC,SAAS,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAIhG;AAED,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;CACb;AAED,4GAA4G;AAC5G,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,MAAM,EACf,GAAG,EAAE,MAAM,EACX,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,eAAe,EAAE,GAC5B,OAAO,CAqBT"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ActionOutcome } from './result.ts';
|
|
2
|
+
export interface BuildParams {
|
|
3
|
+
incremental?: boolean;
|
|
4
|
+
jobs: number;
|
|
5
|
+
pkg?: string;
|
|
6
|
+
verbose?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const build: ({ incremental, jobs, verbose, pkg, }: BuildParams) => Promise<ActionOutcome>;
|
|
9
|
+
//# sourceMappingURL=build.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/actions/build.ts"],"names":[],"mappings":"AAcA,OAAO,EACL,KAAK,aAAa,EAMnB,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,WAAW;IAC1B,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AA8HD,eAAO,MAAM,KAAK,GAAU,sCAEzB,WAAW,2BAab,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"claude-check.d.ts","sourceRoot":"","sources":["../../src/actions/claude-check.ts"],"names":[],"mappings":"AAuIA,wBAAgB,WAAW,IAAI,MAAM,CAuBpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"claude-clean.d.ts","sourceRoot":"","sources":["../../src/actions/claude-clean.ts"],"names":[],"mappings":"AA2BA,wBAAgB,WAAW,IAAI,MAAM,CAyCpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"claude-commands.d.ts","sourceRoot":"","sources":["../../src/actions/claude-commands.ts"],"names":[],"mappings":"AA4EA,eAAO,MAAM,cAAc,QAAO,MAcjC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"claude-rules.d.ts","sourceRoot":"","sources":["../../src/actions/claude-rules.ts"],"names":[],"mappings":"AAsGA,eAAO,MAAM,WAAW,GAAI,YAAW;IAAE,KAAK,CAAC,EAAE,OAAO,CAAA;CAAO,KAAG,MAejE,CAAA"}
|