-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
stream: improve Readable legacy compat #51470
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
49ac281
to
3d23d5b
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
3d23d5b
to
98db21e
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
98db21e
to
377e75a
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
377e75a
to
e833e46
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
e833e46
to
61c8a06
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
61c8a06
to
e824b6b
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
e824b6b
to
371f70c
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
371f70c
to
dc94a20
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
dc94a20
to
19c50d8
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
19c50d8
to
9efb0cd
Compare
The popular stream-shift library accesses internal Readable state which has been modified. Refs: googleapis/nodejs-storage#2391 Refs: mafintosh/stream-shift#10 PR-URL: nodejs#51470
9efb0cd
to
fe8212b
Compare
Would be easiest if @mafintosh fixed in https://github.com/mafintosh/stream-shift? |
@@ -1568,6 +1572,49 @@ ObjectDefineProperties(ReadableState.prototype, { | |||
} | |||
}, | |||
}, | |||
|
|||
// Legacy compat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a pending deprecation warning and a runtime deprecation in v22.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Seemingly related test failure
|
The popular stream-shift library accesses internal Readable state which has been modified.
Refs: googleapis/nodejs-storage#2391
Refs: mafintosh/stream-shift#10