pull/9707/head
gtmnayan 2 years ago committed by GitHub
parent cb1ea1f2db
commit 8266229c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
// Handle hydration // Handle hydration
import { schedule_task } from './runtime'; import { schedule_task } from './runtime.js';
/** @type {null | Array<Text | Comment | Element>} */ /** @type {null | Array<Text | Comment | Element>} */
export let current_hydration_fragment = null; export let current_hydration_fragment = null;

Loading…
Cancel
Save