mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
29b5f58803
Using a WeakMap polyfill isn't ideal because the reason we tried to use WeakMap was to work with non-extensible objects. However, WeakMap polyfill for non-extensible objects are non-weak and could lead to memory leaks. The trade-off is that we remove support for `readonly()` on non-extensible objects, which seems reasonable. close #12837 |
||
---|---|---|
.. | ||
e2e | ||
helpers | ||
transition | ||
unit | ||
test-env.d.ts | ||
tsconfig.json | ||
vitest.setup.ts |