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

Error when using circular imports to import current module #3071

Closed
OliverJAsh opened this issue Aug 21, 2019 · 1 comment · Fixed by #3077
Closed

Error when using circular imports to import current module #3071

OliverJAsh opened this issue Aug 21, 2019 · 1 comment · Fixed by #3077

Comments

@OliverJAsh
Copy link

  • Rollup Version: the version used by the REPLY—latest version I assume?
  • Operating System (or Browser): latest Chrome on latest macOS
  • Node Version: N/A (issue reproduced via REPL only)

How Do We Reproduce?

REPL

Expected Behavior

No error

Actual Behavior

 RangeError: Maximum call stack size exceeded

FWIW this works in webpack, and is apparently allowed by the spec.

@lukastaegert
Copy link
Member

Fix at #3077

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants