mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ff115925e7
- Rename `DirectiveForestHooks` to `DirectiveForestManager` - Keep profiler reference standalone; move it out from `DirectiveForestHooks`/`DirectiveForestManager` - Convert profiler-specific `IdentityTracker` behavior to a more generalized one - Separate timing API functionality from the `DirectiveForestHooks`/`DirectiveForestManager` initialization fn - Reorganize files; rename `/hooks` to `/profiling` - Use concrete types for directive and component instances (incomplete coverage; based on `any` at the moment) - Other more minor changes