facebookincubator / Bowler

Safe code refactoring for modern Python.
https://pybowler.io/
MIT License
1.53k stars 89 forks source link

libCST support #105

Open ulziibay opened 4 years ago

ulziibay commented 4 years ago

Bowlers CST tree is based on lib2to3 tree format. Instagram recently announced libCST which claims the CST tree format is similar to AST trees in syntax hence making it more suitable for development of transformers etc.
Is there any plan to use libCST for Bowler any time soon? If so, when might this be?

squiddy commented 4 years ago

I would also be interested in that.

Bowler looks very interesting, but I'm unsure if it's reasonable to start contributing now. There was some talk about Bowler2 based on libcst in another issue.