-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
RegExpVisitor class is not exported #12
Comments
bd82
added a commit
to bd82/regexpp
that referenced
this issue
Sep 11, 2020
Also changed the built in visitor methods signature to `protected` to enable customizing sub-visitor flows by overriding. fixes mysticatea#12
👍 would love to see this. In VS Code we cannot import submodules, so I republished a version with this fix for now. |
Hi @bd82! Since this repo is unmaintained, you might want to re-open this issue 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
Hello and thanks for this library 👍
It seems the RegExp visitor class is not exported at runtime.
However the documentation seems to imply it is.
regexpp/src/index.ts
Lines 1 to 6 in 4bcab0b
I need the class itself to be exposed in order to modify the traversal, e.g:
Cheers.
Shahar.
The text was updated successfully, but these errors were encountered: