-
Notifications
You must be signed in to change notification settings - Fork 11
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
Decorator Roadmap #20
Conversation
Looks great! A few comments, the only serious one is about |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Just some minor clarifying comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor suggestions. Overall LGTM.
Co-authored-by: Augustine Kim <[email protected]>
Thank you @justinfagnani! Applied your changes. Also ignore the failing CLA. It is not able to figure out personal GitHub emails. |
Co-authored-by: Justin Fagnani <[email protected]>
6867d39
to
dd5d4e6
Compare
Fixed CLA issue by amending commit and force pushing |
LGTM on allo changes! |
Co-authored-by: Justin Fagnani <[email protected]>
3fc6dbf
to
30ee537
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be updated based on the review of lit/lit#4895.
@sorvell what needs to be updated? This mentions the plan of record that lit/lit#4895 implements, which is to use property options: https://github.com/lit/rfcs/pull/20/files#diff-a406be4bc64f6899edff250e261c51903172e65fe84a676f1dcac6c63c153dbaR119 |
Nice, I missed that part. |
Excited for this change - thanks for the continuous improvements!
Regarding bundle size:
Very interested in this - could you provide more details on how that may look like and what the tradeoff is? For reference, this is what we are doing at build time at present:
Obviously, once |
No description provided.