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

[WIP] trace classes identifier that inherits from RegExp #270

Closed
wants to merge 5 commits into from

Conversation

jean-michelet
Copy link
Contributor

Related to #42

Todo:

  1. Add tests in estree-ast-utils.
  2. Trace member properties:
class MyRegExp extends RegExp {}

const y = {
    d: MyRegExp
}

const { d } = y

new y.d('(a+){10}'); // should add warning
new d('(a+){10}'); // should add warning

@jean-michelet jean-michelet marked this pull request as draft May 16, 2024 12:52
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.

None yet

1 participant