Commit 31a50f7
build: add tsickle as explicit dependency (#18116)
Adds tsickle as explicit dependency. This is necessary
because we access it from `node_modules/tsickle` in a
Bazel target that wraps tsc with tsickle.
In the past we just relied on the transitive dependency
of `@angular/bazel` being hoisted, but the hoisting is
not guaranteed if the lock file changes (e.g. when running `yarn
upgrade`). In general, dependencies we explicitly access, should be
added as explicit dependencies.1 parent 06dabae commit 31a50f7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
0 commit comments