regexpp icon indicating copy to clipboard operation
regexpp copied to clipboard

✨ add parents to regexp visitor

Open connor4312 opened this issue 5 years ago • 1 comments

Simple change, mostly churn. Adds a readonly array as the second parameter to visitors, containing the parent tree. Reuses the same array internally, pushing and popping nodes, so should have a relatively minimal performance impact.

Fixes https://github.com/mysticatea/regexpp/issues/16

connor4312 avatar Nov 13 '20 20:11 connor4312

Hi @connor4312!

Since this repo is unmaintained, you might want to re-open this PR in the @eslint-community fork https://github.com/eslint-community/regexpp

For more info about why we created this organization, you can read https://eslint.org/blog/2023/03/announcing-eslint-community-org

MichaelDeBoey avatar Apr 29 '23 14:04 MichaelDeBoey