feat: add def use analysis for external items (#26)

* feat: add def use analysis for external items

* fix: recursive import wildcard
This commit is contained in:
Myriad-Dreamin 2024-03-13 15:05:52 +08:00 committed by GitHub
parent 1f5f38895d
commit f7860bd4b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 378 additions and 165 deletions

View file

@ -220,7 +220,7 @@ mod tests {
path = content.strip_prefix("path:").map(|e| e.trim().to_owned())
};
let path = path.unwrap_or_else(|| format!("/source{i}.typ"));
let path = path.unwrap_or_else(|| format!("/s{i}.typ"));
let pw = root.join(Path::new(&path));
world