This repository has been archived by the owner on Jan 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Support private constants in intializer constructors #29
Comments
This should work now, it should just resolve the constant and inline it in the bootstrap file. |
Great! I'll verify it whenever a new version of Polymer.dart lands. Thanks again! |
it should actually work today - this was added a couple weeks ago I just forgot to close the bug :) |
Still getting the error. This is on Dart Editor version 1.10.0.dev_00_01 (DEV), Dart SDK version 1.10.0-dev.0.1
|
Yep, you are right. I could have sworn I fixed this but I must be taking crazy pills. |
published 0.6.0+2 of the |
Works for me 👍 Thanks for getting this fixed! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the transformer does not support private constants in intializer constructors.
The following used to work when creating a PolymerElement.
Would be great to get that functionality back.
The text was updated successfully, but these errors were encountered: