Manual:$wgResourceLoaderValidateStaticJS/pl

From mediawiki.org
This page is a translated version of the page Manual:$wgResourceLoaderValidateStaticJS and the translation is 17% complete.
ResourceLoader: $wgResourceLoaderValidateStaticJS
Whether to parse statically-sourced (file-backed) JavaScript resources prior to minification to validate them.
Wprowadzono w wersji:1.18.0 (r91914)
Usunięto w wersji:1.32.0 (Gerrit change 454081; git #3bd1910f)
Dozwolone wartości:(boolean)
Domyślna wartość:false

Szczegóły

If set to true, statically-sourced (file-backed) JavaScript resources will be parsed for validity before being bundled up into ResourceLoader modules.

This can be helpful for development by providing better error messages in default (non-debug) mode, but JavaScript parsing is slow and memory hungry and may fail on large pre-bundled frameworks.