I made a codemod to convert from js-yaml to yaml; any interest? #568
danbeam
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
Sounds like a thing that could/should be hosted separately. If it looks good, we could add a link to it from the docs. |
Beta Was this translation helpful? Give feedback.
1 reply
-
By the way @eemeli, I wrote this (small) comemod while working for a company and I'm going through their whole process for seeing whether I'm allowed to open source it, etc. If there's too many snags, I may rewrite it on my own time / computer / own resources, etc. That's the hold up here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I made a codemod (via jscodeshift) to change callsites across a codebase from using
js-yaml
toyaml
and was wondering if you'd be interested in my upstreaming it?It doesn't handle every little edge case (and there are some things that aren't really easily done in a codemod dealing with minor incompatibilities between the two libraries), but it helped me convert a lot of files quickly and easily.
Let me know!
Beta Was this translation helpful? Give feedback.
All reactions