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

Finalize named blocks implementation #1106

Closed
6 tasks done
locks opened this issue May 23, 2020 · 0 comments · Fixed by #1227
Closed
6 tasks done

Finalize named blocks implementation #1106

locks opened this issue May 23, 2020 · 0 comments · Fixed by #1227
Assignees

Comments

@locks
Copy link
Contributor

locks commented May 23, 2020

  • Syntax error if multiple of the same named block are passed
  • Syntax error if content outside of named blocks
  • Syntax error is self-closing named block is passsed
  • else/inverse are aliases
  • else/inverse can receive block args
  • identifier must start with lowercase letter ([a-z])
@locks locks self-assigned this May 23, 2020
@locks locks assigned pzuraq and unassigned locks Dec 9, 2020
pzuraq pushed a commit that referenced this issue Dec 10, 2020
Finishes up named blocks by adding tests and assertions for various edge
cases and bugs. Related:

- ember-polyfills/ember-named-blocks-polyfill#3

Fixes #1106
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 a pull request may close this issue.

2 participants