Skip to content

Commit

Permalink
Merge pull request #513 from Bl3nd/go-to-enhancement
Browse files Browse the repository at this point in the history
Token Parsing
  • Loading branch information
Konloch authored Sep 25, 2024
2 parents 77f84d9 + 06e6117 commit 5f1e75c
Show file tree
Hide file tree
Showing 17 changed files with 3,847 additions and 582 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,16 @@
<artifactId>org.abego.treelayout.core</artifactId>
<version>${treelayout.version}</version>
</dependency>
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>3.26.1</version>
</dependency>
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-symbol-solver-core</artifactId>
<version>3.26.1</version>
</dependency>

<!-- TODO Re-add for Graal.JS support -->
<!--<dependency>
Expand Down
Loading

0 comments on commit 5f1e75c

Please sign in to comment.