stable

Clone or download

Read-only

Refactoring: remove Enum

It is likely they will never be added to ECMAScript spec as the proposal is still at [stage 0][0]. We can replace our only usage of Enum with a plain old JavaScript object. [0] https://github.com/rbuckton/proposal-enum#status Part of story #19734: have a Roadmap widget on dashboard Change-Id: I55d9d065b568754f92fc90f80f2d562979d88980

Modified Files

Name
M plugins/roadmap/scripts/roadmap-widget/src/helpers/styles.ts +6 −6 Go to diff View file