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

Add pipeline operator plugins to babel-standalone #6955

Merged
merged 1 commit into from
Dec 18, 2017
Merged

Add pipeline operator plugins to babel-standalone #6955

merged 1 commit into from
Dec 18, 2017

Conversation

haltcase
Copy link
Contributor

@haltcase haltcase commented Dec 2, 2017

Q                       A
Fixed Issues? N/A
Patch: Bug Fix? No
Major: Breaking Change? No
Minor: New Feature? Yes
Tests Added + Pass? No
Documentation PR No
Any Dependency Changes? Yes
License MIT

Added missing pipeline operator syntax & transform plugins.

@babel-bot
Copy link
Collaborator

babel-bot commented Dec 2, 2017

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/6226/

@xtuc
Copy link
Member

xtuc commented Dec 5, 2017

plugin-proposal-pipeline-operator is currently stage 1, shouldn't it be in the stage-1 preset? Which is in babel-standalone.

@haltcase
Copy link
Contributor Author

haltcase commented Dec 5, 2017

@xtuc that only allows for using it when also using the stage preset. In my case I only want to enable the syntax and not the transform, so in a REPL-like setting ( playground for param.macro ) the output maintains the pipelines.

@existentialism existentialism merged commit 56638e1 into babel:master Dec 18, 2017
@existentialism
Copy link
Member

@citycide thanks for the PR!

@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: standalone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants