Merge pull request #11237 from Snuffleupagus/compatibility-SKIP_BABEL
Update `src/shared/compatibility.js` to only run with `SKIP_BABEL = false` set
This commit is contained in:
commit
ff37cdb5d7
@ -12,13 +12,12 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
/* eslint no-var: error */
|
||||||
|
|
||||||
const globalScope = require('./global_scope');
|
const globalScope = require('./global_scope');
|
||||||
|
|
||||||
// Skip compatibility checks for the extensions and if we already ran
|
// Skip compatibility checks for modern builds and if we already ran the module.
|
||||||
// this module.
|
if ((typeof PDFJSDev === 'undefined' || !PDFJSDev.test('SKIP_BABEL')) &&
|
||||||
if ((typeof PDFJSDev === 'undefined' ||
|
|
||||||
!PDFJSDev.test('FIREFOX || MOZCENTRAL')) &&
|
|
||||||
!globalScope._pdfjsCompatibilityChecked) {
|
!globalScope._pdfjsCompatibilityChecked) {
|
||||||
|
|
||||||
globalScope._pdfjsCompatibilityChecked = true;
|
globalScope._pdfjsCompatibilityChecked = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user