Commit 07dba2a
build: allow for
Currently when trying to import `@devinfra//` in a workspace that
doesn't use `rules_nodejs` anymore, we will surface errors.
This is because the top-level BUILD target/package is loaded for the shared
tsconfig defaults, while this Bzl package imports from `defaults.bzl`
which inherently triggers various load statements for `rules_nodejs`.
This shouldn't be the case, and this commit fixes this.
PR Close #2623@devinfra// to be used in downstream repos (#2623)1 parent b3240b0 commit 07dba2a
2 files changed
+2
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | 81 | | |
98 | 82 | | |
99 | 83 | | |
| |||
0 commit comments