Skip to content

Commit

Permalink
Make the CEL ast package public. (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahedAlMashni committed Mar 7, 2024
1 parent 9775e65 commit 7654578
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions common/ast/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")

package(
default_visibility = [
"//cel:__subpackages__",
"//checker:__subpackages__",
"//common:__subpackages__",
"//ext:__subpackages__",
"//interpreter:__subpackages__",
"//parser:__subpackages__",
],
default_visibility = ["//visibility:public"],
licenses = ["notice"], # Apache 2.0
)

Expand Down Expand Up @@ -58,4 +51,4 @@ go_test(
"@org_golang_google_protobuf//proto:go_default_library",
"@org_golang_google_protobuf//encoding/prototext:go_default_library",
],
)
)

0 comments on commit 7654578

Please sign in to comment.