8000 Missing feature: Reflectable does not yet handle `...` and `if` in constant collections · Issue #181 · google/reflectable.dart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Missing feature: Reflectable does not yet handle ... and if in constant collections #181

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

Open
eernstg opened this issue Jul 23, 2019 · 0 comments

Comments

@eernstg
Copy link
Collaborator
eernstg commented Jul 23, 2019

This means that any use of reflectable that requires generation of code like, e.g., const [if (b) 42, ...[43, 44]] will fail. This issue is concerned with adding support for generating such code, or maybe expanding it into constructs which are supported today.

Note that it is still necessary to use --enable-experiment=constant-update-2018 to get support for these constructs in dart and dartanalyzer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
0