[Enum Shorthands] Core library updates #59876
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
feature-enum-shorthands
Implementation of the enum shorthands feature.
This issue tracks the changes we want to make to the core libraries with the enum shorthands feature.
I believe we'll have a lint that converts typed static accesses to enum shorthand form (
Color.blue
->.blue
). Do we want to change any part of the core libraries to use enum shorthands?And any other changes we need to make?
cc. @lrhn
The text was updated successfully, but these errors were encountered: