[Enum Shorthands] DDC Implementation #59873
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
feature-enum-shorthands
Implementation of the enum shorthands feature.
web-dev-compiler
This issue tracks work needed to implement enum shorthands in DDC.
From the CFE prototype I've been working on, I'll most likely be rewriting enum shorthand nodes into the full typed expressions (so
.blue
->Color.blue
). The backends won't really know the difference, having given the full expanded reference, and shouldn't need work on their end.I'll keep the issue open in case we think of anything else or if anything changes.
cc. @sigmundch @natebiggs
The text was updated successfully, but these errors were encountered: