Manual:$wgResourceLoaderValidateJS
ResourceLoader: $wgResourceLoaderValidateJS | |
---|---|
Whether to parse JavaScript module prior to minification to validate them. |
|
導入されたバージョン: | 1.18.0 (r91608) |
除去されたバージョン: | 使用中 |
許容される値: | (真偽値) |
既定値: | true |
その他の設定: アルファベット順 | 機能順 |
詳細
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.