Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

test262 bug: multiple visited star cycle export #544

Closed
dnalborczyk opened this issue Aug 4, 2018 · 1 comment
Closed

test262 bug: multiple visited star cycle export #544

dnalborczyk opened this issue Aug 4, 2018 · 1 comment
Labels

Comments

@dnalborczyk
Copy link
Contributor

[opening seperate issues for tracking purposes]

Modules can be visited more than once when resolving bindings through
"star" exports as long as the exportName is different each time.

test case:
https://github.com/tc39/test262/blob/master/test/language/module-code/instn-iee-star-cycle.js

SyntaxError: Missing export name 'y' in ES module: file:///test262/test/language/module-code/instn-iee-star-cycle-2_FIXTURE.js
      at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
@dnalborczyk dnalborczyk added the bug label Aug 4, 2018
@jdalton
Copy link
Member

jdalton commented Aug 4, 2018

Thanks @dnalborczyk!

This comes down to a validation glitch on our part. The good news is the y export is being resolved. It's just our check needs adjusting.

Update:

I have this patched locally.

Update:

v3.0.75 is released 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants