Handbuch:$wgResourceLoaderValidateStaticJS
Diese Funktion wurde in der Version 1.32.0 vollständig entfernt. |
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 |
Andere Einstellungen: Alphabetisch | Nach Funktion |
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.