estools / estraverse

ECMAScript JS AST traversal functions
BSD 2-Clause "Simplified" License
941 stars 131 forks source link

Add onEnd handler into traverse. Closes #73 #74

Open a-x- opened 8 years ago

a-x- commented 8 years ago

see explanation is issue https://github.com/estools/estraverse/issues/73

a-x- commented 7 years ago

done

Can you merge or ask the maintainer to merge this?

(you can use merge-squash gh-button also)

michaelficarra commented 6 years ago

I like the idea. I don't think I like the name. We have enter and leave, so maybe finish or done?