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 53a95a1 commit fcb6c67Copy full SHA for fcb6c67
packages/svelte/src/internal/client/dom/hydration.js
@@ -1,6 +1,3 @@
1
-import { schedule_task } from './task.js';
2
-import { empty } from './operations.js';
3
-
4
/**
5
* Use this variable to guard everything related to hydration code so it can be treeshaken out
6
* if the user doesn't use the `hydrate` method and these code paths are therefore not needed.
0 commit comments