mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
gjs doesn't include any gettext wrappers, and obviously can't know about the shell's global object, so include those in the list of globals for all sources in the gnome-shell context. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/609
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"overrides": [
|
|
{
|
|
"files": "js/**",
|
|
"excludedFiles": ["js/extensionPrefs/*", "js/portalHelper/*"],
|
|
"globals": {
|
|
"global": false,
|
|
"_": false,
|
|
"C_": false,
|
|
"N_": false,
|
|
"ngettext": false
|
|
}
|
|
}
|
|
]
|
|
}
|