Skip to content

Commit

Permalink
feat(symbols): symbol members (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Nov 6, 2023
1 parent 099c0a3 commit e78db9f
Show file tree
Hide file tree
Showing 39 changed files with 2,191 additions and 877 deletions.
1 change: 1 addition & 0 deletions src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ impl ParsedSourceStore for DefaultParsedSourceStore {
/// Note that this will insert into the store whatever was
/// last parsed, so if two threads race to parse, when they're
/// both done it will have whatever was last stored.
#[derive(Clone, Copy)]
pub struct CapturingModuleParser<'a> {
parser: Option<&'a dyn ModuleParser>,
store: &'a dyn ParsedSourceStore,
Expand Down
Loading

0 comments on commit e78db9f

Please sign in to comment.