Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: export RegExpVistor at runtime. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bd82
Copy link

@bd82 bd82 commented Sep 11, 2020

Also changed the built in visitor methods signature to protected
to enable customizing sub-visitor flows by overriding.

fixes #12

Also changed the built in visitor methods signature to `protected`
to enable customizing sub-visitor flows by overriding.

fixes mysticatea#12
@mattbishop
Copy link

@mysticatea can you please merge this (or reject it) so we can have access to RegExpVisitor? I really don't want to publish an alternate version of regexpp but we need access to use this in other parser libraries.

Thank you for your attention.

@MichaelDeBoey
Copy link

Hi @bd82!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RegExpVisitor class is not exported
3 participants