Skip to content

Commit

Permalink
feat(graphql_semantic): generate semantic model from cst
Browse files Browse the repository at this point in the history
  • Loading branch information
vohoanglong0107 committed Jul 12, 2024
1 parent 48387f6 commit fea9d32
Show file tree
Hide file tree
Showing 106 changed files with 7,096 additions and 4,931 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ biome_graphql_analyze = { version = "0.0.1", path = "./crates/biome_graph
biome_graphql_factory = { version = "0.1.0", path = "./crates/biome_graphql_factory" }
biome_graphql_formatter = { version = "0.1.0", path = "./crates/biome_graphql_formatter" }
biome_graphql_parser = { version = "0.1.0", path = "./crates/biome_graphql_parser" }
biome_graphql_semantic = { version = "0.0.0", path = "./crates/biome_graphql_semantic" }
biome_graphql_syntax = { version = "0.1.0", path = "./crates/biome_graphql_syntax" }
biome_grit_factory = { version = "0.5.7", path = "./crates/biome_grit_factory" }
biome_grit_formatter = { version = "0.0.0", path = "./crates/biome_grit_formatter" }
Expand Down
Loading

0 comments on commit fea9d32

Please sign in to comment.