Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into add-python
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvanantwerpen committed Jan 11, 2024
2 parents fdf5a45 + e54e308 commit 7ee2c7e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

Binary file modified data/typescript_benchmark.zip
Binary file not shown.
Binary file modified data/typescript_minimal_project.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3184,9 +3184,6 @@ inherit .return_or_yield
edge @new_expr.value -> new_expr_guard_this
edge new_expr_guard_this -> new_expr_call

; value coming from the field decls in the class
edge @new_expr.value -> @constructor.value

; value also coming from the prototype
node guard_prototype
attr (guard_prototype) push_symbol = "GUARD:PROTOTYPE"
Expand Down Expand Up @@ -4476,7 +4473,7 @@ inherit .return_or_yield
edge pop_default_guard -> @right.value

;; For ES6 interoperability, expose members as named exports
attr (pop_dot) pop_symbol = "GAURD:MEMBER"
attr (pop_dot) pop_symbol = "GUARD:MEMBER"
edge @assignment_expr.exports -> pop_dot
edge pop_dot -> @right.value

Expand Down
2 changes: 1 addition & 1 deletion tree-sitter-stack-graphs/src/cli/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ pub enum IndexError {
LoadError(#[source] crate::loader::LoadError<'static>),
#[error("failed to read file")]
ReadError(#[from] std::io::Error),
#[error("failed to build stank graph")]
#[error("failed to build stack graph")]
StackGraph,
#[error(transparent)]
StorageError(#[from] stack_graphs::storage::StorageError),
Expand Down

0 comments on commit 7ee2c7e

Please sign in to comment.