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.
1 parent 2be2594 commit 59301a3Copy full SHA for 59301a3
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