]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commit
refactor: change Subscription Array to Subscription Set (#2887)
authorWick <wick.linxunjie@gmail.com>
Tue, 1 Jul 2025 09:57:12 +0000 (17:57 +0800)
committerGitHub <noreply@github.com>
Tue, 1 Jul 2025 09:57:12 +0000 (11:57 +0200)
commitdcc34d262bf03be505770c6ee5fc6a25755523e2
tree5f8dfa1cc7c199afe5d716a6b3d26237c3ceeb51
parent24a76862bc090d44b8a110fc64ab5b1eb735fe1c
refactor: change Subscription Array to Subscription Set (#2887)

This reduces the size of the library a bit and should avoid the error of adding the same subscription twice
packages/pinia/src/store.ts
packages/pinia/src/subscriptions.ts