Handbuch:$wgResourceLoaderValidateStaticJS

This page is a translated version of the page Manual:$wgResourceLoaderValidateStaticJS and the translation is 50% complete.
ResourceLoader: $wgResourceLoaderValidateStaticJS
Whether to parse statically-sourced (file-backed) JavaScript resources prior to minification to validate them.
Eingeführt in Version:1.18.0 (r91914)
Entfernt in Version:1.32.0 (Gerrit change 454081; git #3bd1910f)
Erlaubte Werte:(Wahrheitswert)
Standardwert:false

Details

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.