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

Implement list literals #12669

Closed
sethladd opened this issue Aug 22, 2013 · 12 comments
Closed

Implement list literals #12669

sethladd opened this issue Aug 22, 2013 · 12 comments
Assignees
Milestone

Comments

@sethladd
Copy link
Contributor

From https://github.com/dart-lang/fancy-syntax/issues/9

As it says on the tin.

@sethladd
Copy link
Contributor Author

Just ran into this. ExpressionSyntax supports this, but fancy-syntax does not:

  <template repeat="{{a > 21 ? [1,2,3] : [5,6,7]}}">
    <li>{{}}</li>
  </template>

@sethladd
Copy link
Contributor Author

Would be nice, but not critical.


Removed Priority-Unassigned label.
Added Priority-Medium label.

@sigmundch
Copy link
Member

Added this to the M8 milestone.

@sigmundch
Copy link
Member

Removed this from the M8 milestone.
Added this to the Later milestone.

@sigmundch
Copy link
Member

Removed this from the Later milestone.
Added this to the M9 milestone.

@clayberg
Copy link

Removed this from the M9 milestone.
Added this to the 1.1 milestone.

@justinfagnani
Copy link
Contributor

Issue #16334 has been merged into this issue.


cc @jmesserly.

@justinfagnani
Copy link
Contributor

Review up at https://codereview.chromium.org/139903008/

@justinfagnani
Copy link
Contributor

Removed this from the 1.1 milestone.
Added this to the 1.2 milestone.
Added Started label.

@justinfagnani
Copy link
Contributor

Set owner to @justinfagnani.

@justinfagnani
Copy link
Contributor

Added Fixed label.

@sethladd
Copy link
Contributor Author

Very cool, thanks!

This issue was closed.
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

No branches or pull requests

4 participants