ruff/crates/ty_python_semantic/src/module_resolver
Aria Desires d5546508cf
[ty] Improve resolution of absolute imports in tests (#21817)
By teaching desperate resolution to try every possible ancestor that
doesn't have an `__init__.py(i)` when resolving absolute imports.

* Fixes https://github.com/astral-sh/ty/issues/1782
2025-12-12 11:59:06 -05:00
..
import-resolution-diagram.dot [ty] Update module resolution diagram to account for typeshed `VERSIONS` file 2025-07-30 10:34:58 -04:00
import-resolution-diagram.svg [ty] Update module resolution diagram to account for typeshed `VERSIONS` file 2025-07-30 10:34:58 -04:00
list.rs [ty] Exclude `typing_extensions` from completions unless it's really available 2025-12-01 11:24:16 -05:00
mod.rs [ty] Teach `ty` the meaning of desperation (try ancestor `pyproject.toml`s as search-paths if module resolution fails) (#21745) 2025-12-03 15:04:36 -05:00
module.rs [ty] Type inference for `@asynccontextmanager` (#21876) 2025-12-09 22:49:00 +01:00
path.rs [ty] Make auto-import ignore symbols in modules starting with a `_` 2025-12-04 13:21:26 -05:00
resolver.rs [ty] Improve resolution of absolute imports in tests (#21817) 2025-12-12 11:59:06 -05:00
testing.rs [ty] Re-arrange "list modules" implementation for Salsa caching 2025-08-20 10:41:47 -04:00
typeshed.rs [ty] Disallow std::env and io methods in most ty crates (#20046) 2025-08-22 11:13:47 -07:00