Under the hood
Useful1 Signal0
Bundled protobuf and expression-evaluator code was repackaged, with no change you can see.
What's wrong with this entry?
Anonymous. No account, no email.
What
The bundled protobuf descriptor and CEL evaluator code moved from module-scope variables to explicit exported members.
Details
- Edition and SymbolVisibility enums are now published with matching
*Schemadescriptors. - CEL conversions go through exported
toCel,celErrorandisCelUinthelpers. - No behaviour change is visible from the diff; it reads as a bundling or module-format change.
Evidence
SymbolVisibilitySchema
Strings lifted out of the shipped bundle, so the claim above can be checked against them.