'); } (function() { function check() { "use strict"; if (typeof Symbol == "undefined") return false; try { eval("class Foo {}"); eval("var bar = (x) => x+1"); eval("(function*() {yield true})().next()"); eval("let e = (e) => {for(const e in Object) {}};") } catch (e) { return false; } return true; } var s = document.location.search; if (s.indexOf('es5') > 0) { loadES5(); } else if (s.indexOf('es5') > 0) { loadES6(); } else { check() ? loadES6() : loadES5(); } })();