Skip to content

Commit

Permalink
Reference RFC rust-lang#208
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Jan 16, 2019
1 parent 63cd7da commit 9a33939
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions text/0000-contextual-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,14 @@ are building. This could be mitigated with helpful deprecation messages.

## Alternatives

[RFC #208](https://github.com/emberjs/rfcs/pull/208) has previously explored
the same design space. It solves the same fundamental problems, but proposes
two seperate helpers resolution/currying and invocation. This is largely due to
limitations and ambiguities in Handlebars. This RFC attempts to remove the need
of a separate invocation helper by resolving the ambiguities and integrating
more tightly with Handlebars. If accepted, this RFC will supersede the design
proposed in RFC #208.

As proposed, this RFC relies heavily on context-dependent syntatic positions to
disambiguate between component, helper and modifier invocations. For example,
while they may look similar, the following syntax does not produce the same
Expand Down

0 comments on commit 9a33939

Please sign in to comment.