estools / estraverse

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

Attach comments performance #115

Open mamaniv opened 4 years ago

mamaniv commented 4 years ago

Increase cursor instead of using splice on comments array, which is a very expensive operation and cause a performance issue for large files with many comments.

closes #114