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

inheritance is not supported #45

Open
masuhar opened this issue Aug 31, 2023 · 0 comments
Open

inheritance is not supported #45

masuhar opened this issue Aug 31, 2023 · 0 comments

Comments

@masuhar
Copy link
Contributor

masuhar commented Aug 31, 2023

Classes that use inheritance won't run.

  • TODO: make a minimal example
  • Related: it silently fails; no error messages are shown
  • Possible causes: the instrumentation process inserts some code before the super call in a subclass' constructor, which is not allowed in JS.
  • Other possibilities: even there are no constructors in the super and sub classes, it doesn't work. So there could be more problems.
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

No branches or pull requests

1 participant