Closed tivac closed 8 years ago
Fixes #8
Also makes the code WAY NICER TO READ :+1:
Huge thanks to @porsager for using this syntax in his PR for #5 and twigging me to this much nicer way to use .find() which lead to me discovering j.match().
.find()
j.match()
I really wish jscodeshift had docs.
Fixes #8
Also makes the code WAY NICER TO READ :+1:
Huge thanks to @porsager for using this syntax in his PR for #5 and twigging me to this much nicer way to use
.find()
which lead to me discoveringj.match()
.I really wish jscodeshift had docs.