-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
legacy-area-front-endLegacy: Use area-dart-model instead.Legacy: Use area-dart-model instead.
Description
Thanks for a helpful discussion about the synthetic fields that appear from the late field lowering. As we discussed I'm opening this issue to help track adding flags for all of the synthetic nodes that are created from the use of late
beyond just class fields.
During the discussion some idea that came up include
- A flag to identify synthetic nodes.
- An API to map synthetic names to the actual name in the dart source file.
Using the existing names generated by the CFE we have a workaround that we can use for the short term so this does not have urgent priority but it will be helpful for our future efforts and to make our implementation more resilient to changes in the naming that the CFE uses.
Metadata
Metadata
Assignees
Labels
legacy-area-front-endLegacy: Use area-dart-model instead.Legacy: Use area-dart-model instead.