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

feat: basic support of pipe sequences #219

Merged
merged 2 commits into from
Jan 26, 2024
Merged

feat: basic support of pipe sequences #219

merged 2 commits into from
Jan 26, 2024

Conversation

dsherret
Copy link
Owner

@dsherret dsherret commented Jan 26, 2024

Supports pipe sequences like:

// not that you would run this
await $`echo 1 && echo 2 | cat -`;

@dsherret dsherret merged commit 1bcd684 into main Jan 26, 2024
4 checks passed
@dsherret dsherret deleted the feat_support_pipes branch January 26, 2024 23:07
break;
case "command":
nextInner = undefined;
break;
Copy link
Owner Author

Choose a reason for hiding this comment

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

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