79388255

Date: 2025-01-26 09:08:40
Score: 2
Natty:
Report link

Somehow my answer got turned into a comment...

I believe this relates to your problem: Access imported functions from evaled code

Here is the annotation to the eval() function from the MDN documentation: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval#script

"It will be parsed as a script, so import declarations (which can only exist in modules) are not allowed."

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eghizio