mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-28 00:17:17 -04:00
* refactor: rename rebuildSelectedPkgs/rebuildProjects to buildSelectedPkgs/buildProjects The "rebuild" prefix is redundant now that these functions live in @pnpm/building.after-install. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * refactor: rename Rebuild option types to Build (RebuildOptions → BuildOptions, etc.) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * refactor: rename plugin-commands-rebuild and exec.build-commands to building domain - @pnpm/plugin-commands-rebuild → @pnpm/building.build-commands - @pnpm/exec.build-commands → @pnpm/building.policy-commands Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * refactor: move build-modules and pkg-requires-build to building domain - @pnpm/build-modules → @pnpm/building.during-install - @pnpm/exec.pkg-requires-build → @pnpm/building.pkg-requires-build Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * style: alphabetically sort imports after package renames Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add changeset --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
203 lines
3.5 KiB
JSON
203 lines
3.5 KiB
JSON
{
|
|
"extends": "@pnpm/tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"../../__typings__/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../__utils__/assert-project"
|
|
},
|
|
{
|
|
"path": "../../__utils__/assert-store"
|
|
},
|
|
{
|
|
"path": "../../__utils__/prepare"
|
|
},
|
|
{
|
|
"path": "../../__utils__/test-fixtures"
|
|
},
|
|
{
|
|
"path": "../../__utils__/test-ipc-server"
|
|
},
|
|
{
|
|
"path": "../../building/after-install"
|
|
},
|
|
{
|
|
"path": "../../building/during-install"
|
|
},
|
|
{
|
|
"path": "../../building/policy"
|
|
},
|
|
{
|
|
"path": "../../catalogs/protocol-parser"
|
|
},
|
|
{
|
|
"path": "../../catalogs/resolver"
|
|
},
|
|
{
|
|
"path": "../../catalogs/types"
|
|
},
|
|
{
|
|
"path": "../../config/matcher"
|
|
},
|
|
{
|
|
"path": "../../config/normalize-registries"
|
|
},
|
|
{
|
|
"path": "../../config/parse-overrides"
|
|
},
|
|
{
|
|
"path": "../../crypto/hash"
|
|
},
|
|
{
|
|
"path": "../../crypto/object-hasher"
|
|
},
|
|
{
|
|
"path": "../../deps/graph-sequencer"
|
|
},
|
|
{
|
|
"path": "../../exec/lifecycle"
|
|
},
|
|
{
|
|
"path": "../../fs/msgpack-file"
|
|
},
|
|
{
|
|
"path": "../../fs/read-modules-dir"
|
|
},
|
|
{
|
|
"path": "../../fs/symlink-dependency"
|
|
},
|
|
{
|
|
"path": "../../hooks/read-package-hook"
|
|
},
|
|
{
|
|
"path": "../../hooks/types"
|
|
},
|
|
{
|
|
"path": "../../lockfile/filtering"
|
|
},
|
|
{
|
|
"path": "../../lockfile/fs"
|
|
},
|
|
{
|
|
"path": "../../lockfile/lockfile-to-pnp"
|
|
},
|
|
{
|
|
"path": "../../lockfile/preferred-versions"
|
|
},
|
|
{
|
|
"path": "../../lockfile/pruner"
|
|
},
|
|
{
|
|
"path": "../../lockfile/settings-checker"
|
|
},
|
|
{
|
|
"path": "../../lockfile/types"
|
|
},
|
|
{
|
|
"path": "../../lockfile/utils"
|
|
},
|
|
{
|
|
"path": "../../lockfile/verification"
|
|
},
|
|
{
|
|
"path": "../../lockfile/walker"
|
|
},
|
|
{
|
|
"path": "../../packages/calc-dep-state"
|
|
},
|
|
{
|
|
"path": "../../packages/constants"
|
|
},
|
|
{
|
|
"path": "../../packages/core-loggers"
|
|
},
|
|
{
|
|
"path": "../../packages/dependency-path"
|
|
},
|
|
{
|
|
"path": "../../packages/error"
|
|
},
|
|
{
|
|
"path": "../../packages/git-utils"
|
|
},
|
|
{
|
|
"path": "../../packages/logger"
|
|
},
|
|
{
|
|
"path": "../../packages/parse-wanted-dependency"
|
|
},
|
|
{
|
|
"path": "../../packages/types"
|
|
},
|
|
{
|
|
"path": "../../patching/config"
|
|
},
|
|
{
|
|
"path": "../../pkg-manifest/manifest-utils"
|
|
},
|
|
{
|
|
"path": "../../pkg-manifest/read-package-json"
|
|
},
|
|
{
|
|
"path": "../../pkg-manifest/read-project-manifest"
|
|
},
|
|
{
|
|
"path": "../../resolving/resolver-base"
|
|
},
|
|
{
|
|
"path": "../../store/cafs"
|
|
},
|
|
{
|
|
"path": "../../store/index"
|
|
},
|
|
{
|
|
"path": "../../store/store-controller-types"
|
|
},
|
|
{
|
|
"path": "../../store/store-path"
|
|
},
|
|
{
|
|
"path": "../../testing/temp-store"
|
|
},
|
|
{
|
|
"path": "../../worker"
|
|
},
|
|
{
|
|
"path": "../direct-dep-linker"
|
|
},
|
|
{
|
|
"path": "../get-context"
|
|
},
|
|
{
|
|
"path": "../headless"
|
|
},
|
|
{
|
|
"path": "../hoist"
|
|
},
|
|
{
|
|
"path": "../link-bins"
|
|
},
|
|
{
|
|
"path": "../modules-cleaner"
|
|
},
|
|
{
|
|
"path": "../modules-yaml"
|
|
},
|
|
{
|
|
"path": "../package-requester"
|
|
},
|
|
{
|
|
"path": "../remove-bins"
|
|
},
|
|
{
|
|
"path": "../resolve-dependencies"
|
|
}
|
|
]
|
|
}
|