mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-18 18:25:00 +00:00
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:
parent
1f5f38895d
commit
f7860bd4b7
23 changed files with 378 additions and 165 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue