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

Strip rewrite_imports parameter #386

Merged
merged 10 commits into from
Feb 14, 2023
Merged

Strip rewrite_imports parameter #386

merged 10 commits into from
Feb 14, 2023

Conversation

smaye81
Copy link
Member

@smaye81 smaye81 commented Feb 3, 2023

Fixes #343.

This strips the rewrite_imports parameter from the generated file preamble as that is mostly an implementation detail and can be very noisy (and not very helpful) to consumers/readers of the generated code.

@smaye81 smaye81 merged commit ee1f610 into main Feb 14, 2023
@smaye81 smaye81 deleted the sayers/strip_rewrite_imports branch February 14, 2023 20:51
This was referenced Feb 28, 2023
smaye81 added a commit that referenced this pull request Mar 2, 2023
This release includes the following:

## Enhancements
* Support size-delimited messages by @timostamm in #387.

## Bug Fixes
*  Upgrade to Protobuf v22.0 by @smaye81 in #394.
* Fix type declaration emitting when using NodeNext module resolution by
@fubhy in #398.
*  Strip rewrite_imports parameter by @smaye81 in #386.

## New Contributors
* @s-hakase made their first contribution in #367.
* @balzdur made their first contribution in #368.
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

Successfully merging this pull request may close these issues.

Remove the rewrite_imports preamble
2 participants