I have function declaration inside a function. I want to move all function such those to the top of the file (hoist).
I write ast code using jscodeshift to do it.