tsc --build / Project References Feedback & Discussion · Issue #25600 · microsoft/TypeScript (original) (raw)
Continuation of #3469 "Medium-sized Projects" which has grown too large for GitHub to display comfortably
Please use this thread for feedback, general discussion, questions, or requests for help / "is this a bug" discussions.
Active bugs / PRs in this area:
- Project References TypeScript-Handbook#788 Handbook page
Possible next steps:
- (none yet; @Andy-MS) Find unloaded downstream projects during rename
- Infer project references from common monorepo patterns / tools #25376 Infer project references from monorepo tooling package.json files
- Terse mode output from tsc --build #25562 Terse mode output for
tsc -b
- (none yet; @weswigham ?) Intermediate build outputs to temp folders
- (none; stretch) Parallelization / worker processes under
tsc -b
Other interesting links:
- https://github.com/RyanCavanaugh/learn-a - sample project references repo using lerna
- https://github.com/RyanCavanaugh/project-references-outfile - sample project references repo using
--outFile
- Support "medium-sized" projects #3469 (comment) Ryan's outline of what we're doing/did and why
- Support "medium-sized" projects #3469 (comment) pre-draft of handbook page
- https://github.com/RyanCavanaugh/learn-a/pull/3/files
learn-a
repo usingyarn
workspaces!