mirror of https://github.com/vuejs/vue.git
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 | ||