Felix Kling
Felix Kling
Not yet, but it's something I working towards to.
Gave it a quick test locally and things seem to still work... thank you!
Thank you @vassudanagunta! > Would you use React and Expressjs if you were building ASTExplorer from scratch today? If not, what? A lot has changed in the last ~9 years....
> Other than being the author, my other disclosure is my own personal interest in this is having a nice UI to debug my ASTs Thanks for the disclosure 😆...
What exactly do you mean with "babel code"? How one one use [`@babel/types`](https://babeljs.io/docs/en/babel-types.html) to generate the same AST/code structure? Or something else? I'm currently working on an update to astexplorer...
Thank you @raintoway! This is great, I've always wanted a graphical representation of the tree. The timing is a bit unfortunate though because I'm in the middle of rewriting astexplorer...
Sorry for the late response, I've been on vacation the last two weeks. I like both ideas. > jscodeshift could have a helper which makes it a bit easier to...
@relekang, yep that would be good. Thanks so much for your help :)
Getting missing `exportDefaultFrom` plugin error with `babel` parser, even though it's in `.babelrc`
`babel` is basically an old configuration to be compatible with babel v5. We should really just remove it. > The "fix" of switching to --parser babylon results in no errors,...
Do you have any concrete proposals? --- I agree that there should be easier ways to perform simple changes. E.g. for your case it would be very easy to write...