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

Block params #101

Merged
merged 13 commits into from
Sep 10, 2016
Merged

Block params #101

merged 13 commits into from
Sep 10, 2016

Conversation

sunng87
Copy link
Owner

@sunng87 sunng87 commented Sep 4, 2016

Fixes #42

Add support for block params like:

{{#each people as |person|}}
...
{{/each}}

Steps:

  • grammar
  • template parser
  • context support for block params
  • update built-in helpers
    • each
    • with

Signed-off-by: Ning Sun <sunng@about.me>
@sunng87 sunng87 added the syntax label Sep 4, 2016
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
Signed-off-by: Ning Sun <sunng@about.me>
@sunng87 sunng87 merged commit bf9dc46 into master Sep 10, 2016
@sunng87 sunng87 deleted the feature/block-params branch September 10, 2016 02:48
@sunng87 sunng87 mentioned this pull request Sep 10, 2016
@mmun
Copy link

mmun commented Sep 10, 2016

Sweet!

@sunng87 sunng87 changed the title Block params [WIP] Block params Sep 10, 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.

2 participants