blob: 83112c3cc9caf7535af56fc5b28b016f507d52bf [file] [log] [blame] [raw]
// this must come before the monaco loader because otherwise the es6-shim script
// detects the monaco loader's AMD module stuff and doesn't actually execute
script
| if (window.navigator.userAgent.indexOf("Trident/") > 0) {
| var s = document.createElement("script");
| s.src = "#{httpRootDir}dist/es6-shim.min.js";
| document.head.appendChild(s);
| }
script(src=httpRootDir + "vs/loader.js")