You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our plugin framework @bufbuild/protoplugin supports access to custom Protobuf options (see the documentation here). Currently, it does not support option retention yet (see the docs here, and the comments in plugin.proto).
We need to update @bufbuild/protoplugin to provide the descriptors that include RETENTION_SOURCE options so that users can access them when generating code. For users who do need the descriptors with stripped options (only RETENTION_RUNTIME), we have to provide alternate means.
The text was updated successfully, but these errors were encountered:
Our plugin framework
@bufbuild/protoplugin
supports access to custom Protobuf options (see the documentation here). Currently, it does not support option retention yet (see the docs here, and the comments in plugin.proto).We need to update
@bufbuild/protoplugin
to provide the descriptors that includeRETENTION_SOURCE
options so that users can access them when generating code. For users who do need the descriptors with stripped options (onlyRETENTION_RUNTIME
), we have to provide alternate means.The text was updated successfully, but these errors were encountered: