0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00
"WrapMap" → "WeakMap"
This commit is contained in:
Henrikh Kantuni 2025-02-04 04:51:56 -05:00 committed by GitHub
parent d60c74243f
commit 40f5f6f060
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
import { createRawSnippet, hydrate, mount, unmount } from 'svelte';
/** @type {WrakMap<any, ReturnType<typeof createComponent>} */
/** @type {WeakMap<any, ReturnType<typeof createComponent>} */
const existingApplications = new WeakMap();
export default (element) => {