File tree
15 files changed
+141
-4
lines changedFilter options
- gazelle
- python
- testdata/directive_python_visibility
- subdir
- pythonconfig
15 files changed
+141
-4
lines changed+46Lines changed: 46 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
198 | 198 |
|
199 | 199 |
|
200 | 200 |
|
| 201 | + |
| 202 | + |
201 | 203 |
|
202 | 204 |
|
203 | 205 |
|
| ||
236 | 238 |
|
237 | 239 |
|
238 | 240 |
|
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
239 | 285 |
|
240 | 286 |
|
241 | 287 |
|
|
gazelle/python/configure.go
Copy file name to clipboardExpand all lines: gazelle/python/configure.go+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| 66 | + |
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
| ||
162 | 163 |
|
163 | 164 |
|
164 | 165 |
|
| 166 | + |
| 167 | + |
165 | 168 |
|
166 | 169 |
|
167 | 170 |
|
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
| 215 | + |
| 216 | + |
216 | 217 |
|
217 | 218 |
|
218 | 219 |
|
|
+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
103 |
| - |
104 |
| - |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
105 | 107 |
|
106 | 108 |
|
107 | 109 |
|
|
gazelle/python/testdata/directive_python_visibility/BUILD.in
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
gazelle/python/testdata/directive_python_visibility/BUILD.out
Copy file name to clipboard+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
gazelle/python/testdata/directive_python_visibility/README.md
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
gazelle/python/testdata/directive_python_visibility/WORKSPACE
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
gazelle/python/testdata/directive_python_visibility/foo.py
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
gazelle/python/testdata/directive_python_visibility/subdir/BUILD.in
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
gazelle/python/testdata/directive_python_visibility/subdir/BUILD.out
Copy file name to clipboard+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
gazelle/python/testdata/directive_python_visibility/subdir/__init__.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/directive_python_visibility/subdir/__init__.pyWhitespace-only changes.
gazelle/python/testdata/directive_python_visibility/subdir/bar.py
Copy file name to clipboardExpand all lines: gazelle/python/testdata/directive_python_visibility/subdir/bar.pyWhitespace-only changes.
gazelle/python/testdata/directive_python_visibility/test.yaml
Copy file name to clipboard+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
gazelle/pythonconfig/pythonconfig.go
Copy file name to clipboardExpand all lines: gazelle/pythonconfig/pythonconfig.go+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
70 | 74 |
|
71 | 75 |
|
72 | 76 |
|
| ||
136 | 140 |
|
137 | 141 |
|
138 | 142 |
|
| 143 | + |
139 | 144 |
|
140 | 145 |
|
141 | 146 |
|
| ||
157 | 162 |
|
158 | 163 |
|
159 | 164 |
|
| 165 | + |
160 | 166 |
|
161 | 167 |
|
162 | 168 |
|
| ||
183 | 189 |
|
184 | 190 |
|
185 | 191 |
|
| 192 | + |
186 | 193 |
|
187 | 194 |
|
188 | 195 |
|
| ||
388 | 395 |
|
389 | 396 |
|
390 | 397 |
|
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
0 commit comments