Manual:$wgResourceLoaderValidateStaticJS

From mediawiki.org
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.
導入されたバージョン:1.18.0 (r91914)
除去されたバージョン:1.32.0 (Gerrit change 454081; git #3bd1910f)
許容される値:(真偽値)
既定値:false

詳細

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.