Merge branch 'elliott/hydratable-csp' of github.com:sveltejs/svelte into elliott/hydratable-csp

pull/17338/head
Elliott Johnson 2 weeks ago
commit 342ec99a05

@ -382,7 +382,7 @@ export class Renderer {
static render(component, options = {}) {
/** @type {AccumulatedContent | undefined} */
let sync;
/** @type {Promise<AccumulatedContent & { hashes: { script: string[] } }> | undefined} */
/** @type {Promise<AccumulatedContent & { hashes: { script: Sha256Source[] } }> | undefined} */
let async;
const result = /** @type {RenderOutput} */ ({});

Loading…
Cancel
Save