vue/test
Evan You 29b5f58803 fix(reactivity): avoid using WeakMap for IE compatibility
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
2022-11-09 20:33:11 +08:00
..
e2e refactor: move to monorepo 2022-05-31 15:32:44 +08:00
helpers wip: reactive tests passing 2022-05-26 00:30:31 +08:00
transition ci: __DEV__ flag for e2e tests 2022-05-26 02:42:48 +08:00
unit fix(reactivity): avoid using WeakMap for IE compatibility 2022-11-09 20:33:11 +08:00
test-env.d.ts test: transition tests 2022-05-23 15:15:29 +08:00
tsconfig.json build: use extended tsconfig 2022-06-01 14:27:29 +08:00
vitest.setup.ts test: transition tests 2022-05-23 15:15:29 +08:00