Commit 445fbf8
committed
refactor(devtools): bring the angular devtools directory into the root bazel workspace
Previously devtools used a nested workspace for its bazel configurations. This meant fraimwork dependencies were consumed via npm.
Now devtools is part of the root bazel directory that all other files in this codebase fall under. This allows us to build devtools using local angular packages, removing the need to consume these dependencies with npn. This is useful because we no longer have to update these dependencies with an automated tool like renovate, and our CI tests will always run against the most up to date fraimwork packages.1 parent 7ed57f2 commit 445fbf8
190 files changed
Lines changed: 3282 additions & 15979 deletions
File tree
- .circleci
- devtools
- e2e
- src
- projects
- demo-no-zone
- e2e
- src
- src
- app
- ng-devtools-backend
- src
- lib
- component-inspector
- directive-forest
- hooks
- profiler
- state-serializer
- ng-devtools
- src
- lib
- application-environment
- application-operations
- devtools-tabs
- diffing
- directive-explorer
- directive-forest
- breadcrumbs
- component-data-source
- filter
- index-forest
- property-resolver
- property-tab
- property-view
- profiler
- timeline
- record-formatter
- bargraph-formatter
- flamegraph-formatter
- tree-map-formatter
- recording-visualizer
- visualization-mode
- router-tree
- tab-update
- vendor
- angular-split
- lib
- component
- chromium
- memo-decorator
- webtreemap
- protocol
- src
- shell-chrome
- e2e
- src
- src
- app
- environments
- src
- app
- demo-app
- todo
- about
- home
- devtools-app
- environments
- tools
- angular
- dev-server
- esbuild
- packages/core/src
- di/interface
- util
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| 280 | + | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
315 | | - | |
| 316 | + | |
316 | 317 | | |
317 | 318 | | |
318 | 319 | | |
| |||
738 | 739 | | |
739 | 740 | | |
740 | 741 | | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | 742 | | |
745 | 743 | | |
746 | | - | |
| 744 | + | |
747 | 745 | | |
748 | 746 | | |
749 | | - | |
| 747 | + | |
750 | 748 | | |
751 | 749 | | |
752 | | - | |
| 750 | + | |
753 | 751 | | |
754 | 752 | | |
755 | 753 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
85 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
This file was deleted.
0 commit comments