Name Date Size #Lines LOC

..--

one/H25-Apr-2025-17692

three/H25-Apr-2025-4221

two/H25-Apr-2025-3413

BUILD.inHD25-Apr-20250

BUILD.outHD25-Apr-20250

README.mdH A D25-Apr-2025421 127

WORKSPACEH A D25-Apr-202539 21

test.yamlH A D25-Apr-2025608 161

README.md

1# First-party dependencies
2
3There are 2 different scenarios that the extension needs to handle:
4
51. Import statements that match sub-directory names.
62. Import statements that don't match sub-directory names and need a hint from
7   the user via directives.
8
9This test case asserts that the generated targets cover both scenarios.
10
11With the hint we need to check if it's a .py file or a directory with `__init__.py` file.
12