This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
t0(); | |
PR7(); | |
J67(); | |
var ZI = function(xl, D5) { | |
return xl[KX[PK]](D5); | |
}; | |
var JX = function() { | |
KX = ["\x61\x70\x70\x6c\x79", "\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65", "\x53\x74\x72\x69\x6e\x67", "\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74"]; | |
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self.importScripts('https://prepack.io/js/prepack.min.js'); | |
function onlyWarnings(buffer) { | |
return buffer.every(function(error) { | |
return error.severity === "Warning" || error.severity === "Information"; | |
}); | |
} | |
onmessage = function(e) { | |
let buffer = []; |