mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
This is useful for imitating namespaced flags/enums:
```
const FooFlags = {
NONE: 0,
SMEAGLY: 1 << 0,
SMOGLEY: 1 << 1,
MUGGLY: 1 << 2
};
```
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/609
|
||
|---|---|---|
| .. | ||
| eslintrc-gjs.json | ||
| eslintrc-shell.json | ||