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

pipe function to/from pipe method #47

Open
jessekelly881 opened this issue Aug 24, 2023 · 1 comment
Open

pipe function to/from pipe method #47

jessekelly881 opened this issue Aug 24, 2023 · 1 comment

Comments

@jessekelly881
Copy link

jessekelly881 commented Aug 24, 2023

Would it be possible to add a transformer to convert between a pipe function and a pipe method? E.g. pipe(A, B) -> A.pipe(B)

@wmaurer
Copy link
Contributor

wmaurer commented Nov 30, 2023

There is already "Pipeable to DataFirst" refactor:
https://github.com/Effect-TS/language-service#pipeable-to-datafirst

Going the other way, i.e. a "DataFirst to Pipe" refactor would be useful.

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

No branches or pull requests

2 participants