google / cel-go

Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
https://cel.dev
Apache License 2.0
2.3k stars 224 forks source link

Expand visibility of parser/gen package #1057

Closed TristonianJones closed 3 weeks ago

TristonianJones commented 3 weeks ago

Attempt to address issues related to sub-package visibility

Since the root-level package name has vendor inserted in front of it during the vendoring, the expectation is that the expansion from //parser:__subpackage__ to //:__subpackages__ will preserve the intent of the visibility rule while also making vendored code happy.

947