Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add root level export for wrappers_pb #197

Closed
steven-supersolid opened this issue Mar 28, 2024 · 1 comment
Closed

Add root level export for wrappers_pb #197

steven-supersolid opened this issue Mar 28, 2024 · 1 comment

Comments

@steven-supersolid
Copy link

To access the wrappers objects a client must do the following:

const jspbWrappers = require('google-protobuf/google/protobuf/wrappers_pb');

This requires knowledge of the internal structure of the package. Instead a client should be able to do something like

const jspbWrappers = require('google-protobuf').jspbWrappers

Due to our limited support resources, feature requests will generally not be accepted, except for those referring to build or tooling integration.

@dibenede
Copy link
Contributor

dibenede commented Apr 8, 2024

Sorry for the delay. I think I understand where this sentiment is coming from, but I think the path to package approach is typical across protobuf languages.

@dibenede dibenede closed this as not planned Won't fix, can't repro, duplicate, stale Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants