Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fkling
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
fkling
10y ago
jscodeshift is primarily a wrapper around recast. Recast takes care of all the printing. It's smart enough to reuse the original source code for AST nodes that haven't been changed. As for formatting, there are some options to inf
2.
▲
by
fkling
10y ago
(Disclaimer: I'm maintaining jscodeshift) Yes, this is great! I'd love to be able to integrate graspjs with jscodeshift somehow. Ideally there would be multiple possible ways to find the nodes you want to change (pattern matchin