We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e04518 + 59301a3 commit 342ec99Copy full SHA for 342ec99
packages/svelte/src/internal/server/renderer.js
@@ -382,7 +382,7 @@ export class Renderer {
382
static render(component, options = {}) {
383
/** @type {AccumulatedContent | undefined} */
384
let sync;
385
- /** @type {Promise<AccumulatedContent & { hashes: { script: string[] } }> | undefined} */
+ /** @type {Promise<AccumulatedContent & { hashes: { script: Sha256Source[] } }> | undefined} */
386
let async;
387
388
const result = /** @type {RenderOutput} */ ({});
0 commit comments