Henry Han
Henry Han
- New Rush Action `rush analyze` implemented to be stand alone from `rush build` - Implemented `rush analyze --dependency-analysis` and `rush analyze --simulate` - `makeDependencyGraph` creates the dependencyGraph from the...
@octogonz @dmichon-msft Thank you for all the feedback. I will work on the changes but I will wait to lean on the telemetry files created as part of #3596
I have refactored all the analysis to be done inside of AnalyzeTelemetryAction instead of in BuildTimePlugin, DependencyAnalysisPlugin, and PhasedActionScript. The next step is to follow octogonz's direction and implement rush...