...
This commit is contained in:
@@ -197,7 +197,7 @@ pub const DocumentStore = struct {
|
||||
.ty = sym.ty,
|
||||
.def_span = sym.def_span,
|
||||
.scope_depth = 0,
|
||||
.origin = file_path,
|
||||
.origin = sym.origin orelse file_path,
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -263,7 +263,7 @@ pub const DocumentStore = struct {
|
||||
.ty = sym.ty,
|
||||
.def_span = sym.def_span,
|
||||
.scope_depth = 0,
|
||||
.origin = imp.path,
|
||||
.origin = sym.origin orelse imp.path,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user