Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions common/ast/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ go_library(
srcs = [
"ast.go",
"conversion.go",
"equiv.go",
"expr.go",
"factory.go",
"navigable.go",
Expand All @@ -31,6 +32,7 @@ go_test(
srcs = [
"ast_test.go",
"conversion_test.go",
"equiv_test.go",
"expr_test.go",
"navigable_test.go",
],
Expand Down
Loading
Loading