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

[WIP] [FEATURE canary] Pass owner to internal helpers in Glimmer 2 #13519

Closed
wants to merge 1 commit into from

Conversation

Serabe
Copy link
Member

@Serabe Serabe commented May 17, 2016

Closure components need access to the owner to get the positionalParams
property in the component's class. This is needed to both ease processing the
args and to error if a positional parameter clashes with a named argument.

Closure components need access to the owner to get the `positionalParams`
property in the component's class. This is needed to both ease processing the
args and to error if a positional parameter clashes with a named argument.
@Serabe Serabe changed the title [FEATURE canary] Pass owner to internal helpers in Glimmer 2 [WIP] [FEATURE canary] Pass owner to internal helpers in Glimmer 2 May 18, 2016
@Serabe
Copy link
Member Author

Serabe commented May 18, 2016

Changed to WIP because we might not be able to use a helper at all.

@krisselden
Copy link
Contributor

@Serabe can this be closed for now? Seems like name lookup should go through the environment

@rwjblue rwjblue closed this Jun 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants