Podręcznik:$wgResourceLoaderValidateJS

This page is a translated version of the page Manual:$wgResourceLoaderValidateJS and the translation is 33% complete.
ResourceLoader: $wgResourceLoaderValidateJS
Whether to parse JavaScript module prior to minification to validate them.
Wprowadzono w wersji:1.18.0 (r91608)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(boolean)
Domyślna wartość:true

Szczegóły

If set to true, JavaScript modules loaded from wiki pages will be parsed prior to minification to validate them.

Parse errors will result in a JS exception being thrown during module load, which avoids breaking other modules loaded in the same request.