Skip to content

Commit

Permalink
Merge pull request #13173 from ro0gr/glimmer-get-helper
Browse files Browse the repository at this point in the history
[Glimmer2] Implement get helper
  • Loading branch information
krisselden committed Apr 7, 2016
2 parents 8908d5d + bd03f06 commit 34c32a4
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 47 deletions.
1 change: 1 addition & 0 deletions packages/ember-glimmer/lib/utils/references.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export class UpdatableReference extends RootReference {
}
}

// @implements PathReference
export class GetHelperReference {
constructor(sourceReference, pathReference) {
this.sourceReference = sourceReference;
Expand Down
Loading

0 comments on commit 34c32a4

Please sign in to comment.