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

GetRegistryEntry defines name 'result' twice #98

Closed
jonco3 opened this issue Dec 1, 2015 · 3 comments
Closed

GetRegistryEntry defines name 'result' twice #98

jonco3 opened this issue Dec 1, 2015 · 3 comments

Comments

@jonco3
Copy link

jonco3 commented Dec 1, 2015

https://whatwg.github.io/loader/#registry-GetRegistryEntry

Let result be the result of transforming currentStage.[[Result]] with a new pass-through promise.
Let stage be currentStage.[[Stage]].
Let result be CreateObject().

Result is defined twice here which makes subsequent use ambiguous.

@caridy
Copy link
Contributor

caridy commented Dec 1, 2015

this is not longer the case after the refactor from PR #96

@caridy
Copy link
Contributor

caridy commented Dec 1, 2015

fixed by PR #97, we no longer have GetRegistryEntry.

@caridy caridy closed this as completed Dec 1, 2015
@jonco3
Copy link
Author

jonco3 commented Dec 2, 2015

Great, thanks.

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

No branches or pull requests

2 participants