Commit Graph

1185 Commits

Author SHA1 Message Date
Evan You
bd8409bc98 wip: fix component resolution check 2022-06-15 21:38:05 +08:00
Evan You
aa2b1f4d93 feat: directive resolution for <script setup> 2022-06-15 21:21:59 +08:00
Evan You
06594f68b7 wip: port @vue/component-compiler-utils 2022-06-10 16:50:17 +08:00
Evan You
4f2a04e6a8 fix: fix scopedSlots regression 2022-06-06 15:25:41 +08:00
Evan You
72194a4591 build: use extended tsconfig 2022-06-01 14:27:29 +08:00
Evan You
1b49c75e2a chore: fix unit test 2022-05-31 17:45:10 +08:00
Evan You
d6bdff8903 refactor: move src types folder 2022-05-31 16:33:48 +08:00
Evan You
9f74f2048d refactor: move to monorepo 2022-05-31 15:32:44 +08:00
Evan You
e5a6fe5da7 test: e2e test for composition API examples 2022-05-30 17:20:43 +08:00
Evan You
460856510d wip: setup() template refs support 2022-05-30 16:47:00 +08:00
Evan You
1a13c63ff5 wip: provide/inject 2022-05-29 18:43:36 +08:00
Evan You
dae380dc24 wip: renderTriggered/renderTracked 2022-05-29 16:01:38 +08:00
Evan You
075f215edf wip: onTrack/onTrigger debugger options 2022-05-29 15:39:49 +08:00
Evan You
15c5c43ca6 wip: onTrack debugger option 2022-05-29 15:05:35 +08:00
Evan You
9fb4f7d070 wip: effectScope 2022-05-29 14:17:08 +08:00
Evan You
b4c511da8f chore: fix unit tests 2022-05-29 02:35:56 +08:00
Evan You
c9136b1275 wip: apiWatch tests 2022-05-29 02:21:44 +08:00
Evan You
6c1d2efd04 wip: setup() tests 2022-05-28 20:33:12 +08:00
Evan You
cfc2c59132 chore: use isFunction 2022-05-27 23:52:22 +08:00
Evan You
1e4ac46fe5 wip: lifecycle api 2022-05-27 23:40:03 +08:00
Evan You
1f1046b7e5 wip: rename dir to v3 2022-05-27 17:27:17 +08:00
Evan You
f29ad1def5 wip: shallowReactive/shallowReadonly 2022-05-27 12:07:19 +08:00
Evan You
a5ad708ccf wip: readonly 2022-05-27 10:45:28 +08:00
Evan You
b0140bfdab ci: __DEV__ flag for e2e tests 2022-05-26 02:42:48 +08:00
Evan You
a16271280a refactor: simplify implementations
since we output es5, classes are more verbose then necessary
2022-05-26 02:34:15 +08:00
Evan You
05aaa33a45 wip: computed tests passing 2022-05-26 02:14:14 +08:00
Evan You
c4aa8ea66d wip: reactive tests passing 2022-05-26 00:30:31 +08:00
Evan You
ac85a4217e wip: ref tests passing 2022-05-25 15:36:10 +08:00
Evan You
f50a1b84d9 wip(vca): partial ref and watch implementation 2022-05-24 21:49:16 +08:00
Evan You
72aed6a149 workflow: remove eslint, apply prettier 2022-05-23 17:21:17 +08:00
Evan You
04b584ffc1 test: transition tests 2022-05-23 15:15:29 +08:00
Evan You
7618851323 chore: remove stale tests [ci skip] 2022-05-20 18:22:45 +08:00
Evan You
ab110cf8a9 test: e2e tests 2022-05-20 18:21:53 +08:00
Evan You
898d1e19fc test: all ssr tests passing 2022-05-20 16:55:05 +08:00
Evan You
5fb1c9d62a test: fix ssr test imports 2022-05-20 15:16:14 +08:00
Evan You
575f07643d build: separate src and test tsconfig 2022-05-20 14:35:56 +08:00
Evan You
d8c3bbfa44 refactor: remove weex from codebase 2022-05-20 12:17:13 +08:00
Evan You
2d019e4e25 test: partial ssr tests passing 2022-05-20 12:01:16 +08:00
Evan You
23b1fb5503 test: skip transition tests for now 2022-05-20 10:30:13 +08:00
Evan You
fed8c3bfd2 test: all unit tests except transition passing 2022-05-20 10:27:57 +08:00
Evan You
73bcd07194 test: all features except transition pass 2022-05-20 10:12:40 +08:00
Evan You
906907f88d test: all directive tests passing 2022-05-20 09:34:55 +08:00
Evan You
250bc17d51 test: unit/features/component passing 2022-05-20 08:46:15 +08:00
Evan You
29989a1074 test: move transition + keep alive test cases 2022-05-20 08:30:41 +08:00
Evan You
69edc9aec6 test: move __WEEX__ flag to runtime for tests 2022-05-20 08:24:05 +08:00
Evan You
5ec77f32be test: shim done interface for tests 2022-05-20 08:22:26 +08:00
Evan You
63e7d59a03 test: remove global before waitForUpdate 2022-05-20 07:57:07 +08:00
Evan You
52627b95ce test: jasmine.createSpy -> vi.fn 2022-05-20 07:56:02 +08:00
Evan You
8e672c4251 test: first full test suite passing 2022-05-20 07:29:25 +08:00
Evan You
972d8066d7 test: migrate tests to vitest (wip) 2022-05-19 18:21:31 +08:00