Disable smart pipes in v8.0#13488
Closed
js-choi wants to merge 4 commits intobabel:feat-7.15.0/hack-pipesfrom
Closed
Disable smart pipes in v8.0#13488js-choi wants to merge 4 commits intobabel:feat-7.15.0/hack-pipesfrom
js-choi wants to merge 4 commits intobabel:feat-7.15.0/hack-pipesfrom
Conversation
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b2804ef:
|
7a31ca4 to
ef7560f
Compare
ef7560f to
b2804ef
Compare
fedeci
approved these changes
Jun 20, 2021
4 tasks
Contributor
Author
|
This pull request will not be merged in v7.15.0 but rather will merged in a future patch version, as per #13413 (comment). I plan to resolve the new merge conflicts after v7.15.0 is released later this year. |
08835bf to
b427f52
Compare
81af5a7 to
c29531e
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This disables smart-mix pipes when
BABEL_8_BREAKINGis active. Smart-mix pipes were withdrawn as a TC39 proposal in favor of Hack pipes. It depends on #13416. See also #13191, #13413.