From 889e5abd38d5cc7f3538a873f60465b95393e0c7 Mon Sep 17 00:00:00 2001 From: Antoine Pietri Date: Wed, 27 May 2026 06:18:16 -0700 Subject: [PATCH] Initial commit for prettier-plugin-cel. PiperOrigin-RevId: 922087731 --- conformance/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/conformance/BUILD.bazel b/conformance/BUILD.bazel index e212464..05a55ee 100644 --- a/conformance/BUILD.bazel +++ b/conformance/BUILD.bazel @@ -7,6 +7,7 @@ filegroup( name = "testdata", srcs = glob(["testdata/**"]), visibility = [ + "//third_party/cel/prettier_plugin_cel:__subpackages__", "//visibility:public", ], )