()
| 75 | } |
| 76 | |
| 77 | function getPagefindModuleSource () { |
| 78 | return [ |
| 79 | `import * as pagefindModule from ${ JSON.stringify( pagefindScriptURL ) }`, |
| 80 | `globalThis.${ pagefindGlobalKey } = pagefindModule.default || pagefindModule` |
| 81 | ].join('\n') |
| 82 | } |
| 83 | |
| 84 | function waitForPagefindGlobal () { |
| 85 | return new Promise( ( resolve, reject ) => { |
no outgoing calls
no test coverage detected