Files
ruff/crates
Andrew Gallant da94b99248 [ty] Add support for module-only import requests
The existing importer functionality always required
an import request with a module and a member in that
module. But we want to be able to insert import statements
for a module itself and not any members in the module.

This is basically changing `member: &str` to an
`Option<&str>` and fixing the fallout in a way that
makes sense for module-only imports.
2025-12-04 17:37:37 -05:00
..
2025-12-04 09:45:53 -05:00
2025-12-04 09:45:53 -05:00
2025-12-04 09:45:53 -05:00