File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import isWindow from "./var/isWindow.js";
1818import DOMEval from "./core/DOMEval.js" ;
1919import toType from "./core/toType.js" ;
2020
21+ // When custom compilation is used, the version string can get large.
2122// eslint-disable-next-line max-len
2223var version = "@VERSION" ,
2324
Original file line number Diff line number Diff line change 4242 // Honor AMD loading on the main window (detected by seeing QUnit on it).
4343 // This doesn't apply to iframes because they synchronously expect jQuery to be there.
4444 if ( urlParams . jsmodules && window . QUnit ) {
45+
4546 // Support: IE 11+, Edge 12 - 18+
4647 // IE/Edge don't support the dynamic import syntax so they'd crash
4748 // with a SyntaxError here.
48-
4949 dynamicImportSource = "" +
5050 "import( `${ parentUrl }src/jquery.js` ).then( ( { default: jQuery } ) => {\n" +
5151 " window.jQuery = jQuery;\n" +
You can’t perform that action at this time.
0 commit comments