mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
parent
d60c74243f
commit
40f5f6f060
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import { createRawSnippet, hydrate, mount, unmount } from 'svelte';
|
import { createRawSnippet, hydrate, mount, unmount } from 'svelte';
|
||||||
|
|
||||||
/** @type {WrakMap<any, ReturnType<typeof createComponent>} */
|
/** @type {WeakMap<any, ReturnType<typeof createComponent>} */
|
||||||
const existingApplications = new WeakMap();
|
const existingApplications = new WeakMap();
|
||||||
|
|
||||||
export default (element) => {
|
export default (element) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue