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

Finish late bound template support #179

Merged
merged 1 commit into from
Jun 2, 2016

Conversation

chadhietala
Copy link
Member

No description provided.

@@ -18,7 +18,7 @@ export interface ComponentManager<T extends Component> {
create(definition: ComponentDefinition<T>, args: EvaluatedArgs, dynamicScope: DynamicScope, hasDefaultBlock: boolean): T;

// Check if definition is compilable should default it and return a new definition
ensureCompilable(definition: ComponentDefinition<T>, component: T): ComponentDefinition<T>;
ensureCompilable(definition: ComponentDefinition<T>, component: T, env: Environment): ComponentDefinition<T>;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@krisselden krisselden merged commit a8c3486 into glimmerjs:master Jun 2, 2016
@chadhietala chadhietala deleted the pass-env branch June 2, 2016 22:04
chadhietala added a commit to chadhietala/ember.js that referenced this pull request Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants