Add Flow lib defs for Node's zlib zstd support#54616
Closed
robhogan wants to merge 1 commit into
Closed
Conversation
facebook-github-bot
pushed a commit
that referenced
this pull request
Nov 21, 2025
Summary: Since 22.15, Node.js now natively supports zstd (de)compression in `zlib`. This adds the Flow typings. - Node docs: https://nodejs.org/api/zlib.html#zlibcreatezstdcompressoptions - Reference for new constants: https://github.com/nodejs/node/blob/main/deps/zstd/lib/zstd.h Changelog: [General][Internal] Monorepo Flow typings Reviewed By: javache Differential Revision: D87449911
04f6b75 to
cca50be
Compare
facebook-github-bot
pushed a commit
that referenced
this pull request
Dec 20, 2025
Summary: Since 22.15, Node.js now natively supports zstd (de)compression in `zlib`. This adds the Flow typings. - Node docs: https://nodejs.org/api/zlib.html#zlibcreatezstdcompressoptions - Reference for new constants: https://github.com/nodejs/node/blob/main/deps/zstd/lib/zstd.h Changelog: [General][Internal] Monorepo Flow typings Reviewed By: javache Differential Revision: D87449911
cca50be to
8622325
Compare
facebook-github-bot
pushed a commit
that referenced
this pull request
Dec 20, 2025
Summary: Since 22.15, Node.js now natively supports zstd (de)compression in `zlib`. This adds the Flow typings. - Node docs: https://nodejs.org/api/zlib.html#zlibcreatezstdcompressoptions - Reference for new constants: https://github.com/nodejs/node/blob/main/deps/zstd/lib/zstd.h Changelog: [General][Internal] Monorepo Flow typings Reviewed By: javache Differential Revision: D87449911
8622325 to
c033aba
Compare
c033aba to
0f07764
Compare
0f07764 to
e89b0ef
Compare
e89b0ef to
a754504
Compare
Collaborator
|
This pull request was successfully merged by @robhogan in a75450426783bcf07f9cd035a52c834538e52ed5 When will my fix make it into a release? | How to file a pick request? |
facebook-github-bot
pushed a commit
that referenced
this pull request
Dec 23, 2025
Summary: Since 22.15, Node.js now natively supports zstd (de)compression in `zlib`. This adds the Flow typings. - Node docs: https://nodejs.org/api/zlib.html#zlibcreatezstdcompressoptions - Reference for new constants: https://github.com/nodejs/node/blob/main/deps/zstd/lib/zstd.h Changelog: [General][Internal] Monorepo Flow typings Reviewed By: javache Differential Revision: D87449911
a754504 to
4abeeb7
Compare
4abeeb7 to
efa4aac
Compare
Summary: Since 22.15, Node.js now natively supports zstd (de)compression in `zlib`. This adds the Flow typings. - Node docs: https://nodejs.org/api/zlib.html#zlibcreatezstdcompressoptions - Reference for new constants: https://github.com/nodejs/node/blob/main/deps/zstd/lib/zstd.h Changelog: [General][Internal] Monorepo Flow typings Reviewed By: javache Differential Revision: D87449911
efa4aac to
a394bda
Compare
meta-codesync Bot
pushed a commit
to react/metro
that referenced
this pull request
Dec 23, 2025
Summary: X-link: react/react-native#54616 Since 22.15, Node.js now natively supports zstd (de)compression in `zlib`. This adds the Flow typings. - Node docs: https://nodejs.org/api/zlib.html#zlibcreatezstdcompressoptions - Reference for new constants: https://github.com/nodejs/node/blob/main/deps/zstd/lib/zstd.h Changelog: [General][Internal] Monorepo Flow typings Reviewed By: javache Differential Revision: D87449911 fbshipit-source-id: 48dcf1147895ed780dbad41a04804abcf4d92648
Collaborator
|
This pull request was successfully merged by @robhogan in dc06a71 When will my fix make it into a release? | How to file a pick request? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Since 22.15, Node.js now natively supports zstd (de)compression in
zlib. This adds the Flow typings.Changelog:
[General][Internal] Monorepo Flow typings
Differential Revision: D87449911