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

Uncaught TypeError: Cannot read properties of undefined (reading '__extends') @2.0.1 #302

Open
veprogames opened this issue Nov 10, 2021 · 2 comments

Comments

@veprogames
Copy link

how to reproduce:

  • create new HTML file
  • add script tags
<html>
  <body>
  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/break_infinity.js"></script>
  <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@antimatter-dimensions/notations"></script>
  </body>
</html>

output:
image

@dan-simon
Copy link
Collaborator

Yeah, this stopped working when we started requiring tslib and __extends. I'll try to fix this somehow. Until then, you can use a different (non-UMD) notations file.

@veprogames
Copy link
Author

any updates?

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

2 participants