()
| 141 | |
| 142 | let s: MagicString; |
| 143 | const result = () => { |
| 144 | return ( |
| 145 | s && { |
| 146 | code: s.toString(), |
| 147 | map: resolvedConfig.build.sourcemap ? s.generateMap({ hires: 'boundary' }) : null |
| 148 | } |
| 149 | ); |
| 150 | }; |
| 151 | workerAssetUrlRE.lastIndex = 0; |
| 152 | if (workerAssetUrlRE.test(code)) { |
| 153 | const toRelativeRuntime = createToImportMetaURLBasedRelativeRuntime( |