mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Unit tests currently load shell sources directly from the filesystem. This is currently blocking generated sources - namely config.js - to ESM, because a relative import from the source dir will fail to locate the file in the build dir. Address this by using the same GResource as gnome-shell instead of direct filesystem access, as the resource will always include all sources files at the expected location. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2880> |
||
|---|---|---|
| .. | ||
| highlighter.js | ||
| injectionManager.js | ||
| insertSorted.js | ||
| jsParse.js | ||
| markup.js | ||
| params.js | ||
| signalTracker.js | ||
| url.js | ||
| versionCompare.js | ||