Skip to content

Commit 59301a3

Browse files
Update packages/svelte/src/internal/server/renderer.js
1 parent 2be2594 commit 59301a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/server/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export class Renderer {
382382
static render(component, options = {}) {
383383
/** @type {AccumulatedContent | undefined} */
384384
let sync;
385-
/** @type {Promise<AccumulatedContent & { hashes: { script: string[] } }> | undefined} */
385+
/** @type {Promise<AccumulatedContent & { hashes: { script: Sha256Source[] } }> | undefined} */
386386
let async;
387387

388388
const result = /** @type {RenderOutput} */ ({});

0 commit comments

Comments
 (0)