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

Backport binary encoding from "wire" subpath #885

Closed
wants to merge 1 commit into from

Conversation

timostamm
Copy link
Member

In the upcoming version 2, we relaxed validation in BinaryWriter (see #877), and provided a better way for users to bring their own UTF-8 encoder (see 7080556).

For better interoperability between v1 and v2, this PR backports the relevant parts of the "wire" subpath.

@@ -1,8 +1,5 @@
{
"files": [
"src/index.ts",
"src/private/options-map.ts" // not yet exported, added here to satisfy the linter
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed options-map.ts - v2 provides options via descriptors.

@timostamm
Copy link
Member Author

This isn't working out well. We can't make use of the code in v1, so it's dead weight.

@timostamm timostamm closed this Jun 14, 2024
@timostamm timostamm deleted the tstamm/backport-wire branch June 26, 2024 15:39
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.

1 participant