examples/import-boss/tests/inverse | |
examples/import-boss/tests/inverse/a | a only imports public packages. |
examples/import-boss/tests/inverse/b | b only imports public and private packages. |
examples/import-boss/tests/inverse/c | c imports the library root, which in turn imports the public and private packages. |
examples/import-boss/tests/inverse/d | c imports non-prod code. |
examples/import-boss/tests/inverse/lib | |
examples/import-boss/tests/inverse/lib/nonprod | nonprod is non-production code that should not be linked into any outside package. |
examples/import-boss/tests/inverse/lib/private | |
examples/import-boss/tests/inverse/lib/public | |
examples/import-boss/tests/inverse/lib/quarantine | quarantine is inside the library, but should not import the private package. |
examples/import-boss/tests/rules | |
examples/import-boss/tests/rules/a | |
examples/import-boss/tests/rules/b | b only public and private packages. |
examples/import-boss/tests/rules/c | |
examples/import-boss/tests/rules/nested | |
examples/import-boss/tests/rules/nested/nested | |
examples/import-boss/tests/rules/nested/nested/nested | |
examples/import-boss/tests/rules/nested/nested/nested/inherit | |