vue3-yuanma/packages/runtime-core/__tests__
Evan You 3a6dcd3aba types: improve h() and TSX type inference
- Should allow extraneous props as attrs in TSX
- Should check props when using constructor type returned by
  createComponent() in h()
2019-10-31 12:43:05 -04:00
..
helpers feat(core): support dynamic component via <component :is> (#320) 2019-10-18 12:09:04 -04:00
apiApp.spec.ts feat(apiApp): add more warnings (#394) 2019-10-28 16:22:03 -04:00
apiCreateComponent.spec.tsx types: improve h() and TSX type inference 2019-10-31 12:43:05 -04:00
apiInject.spec.ts test: coverage 2019-08-27 14:42:05 -04:00
apiLifecycle.spec.ts test: add test case for regsitering onBeforeUnmount inside onMounted 2019-08-30 13:48:27 -04:00
apiOptions.spec.ts feat(runtime-core): support array in watch option (#376) 2019-10-25 10:25:52 -04:00
apiSetupContext.spec.ts test: fix context.attrs test case 2019-10-26 10:31:36 -04:00
apiTemplateRef.spec.ts test(template-refs): add tests for function refs (#359) 2019-10-23 11:54:50 -04:00
apiWatch.spec.ts types(watch): allow readonly arrays for watching multiple sources (#281) 2019-10-15 16:44:14 -04:00
component.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
componentProxy.spec.ts feat(core): keep-alive 2019-10-29 22:28:38 -04:00
directives.spec.ts refactor: applyDirectives -> withDirectives 2019-10-18 16:35:01 -04:00
errorHandling.spec.ts feat(createRenderer): handle errors in function refs (#403) 2019-10-28 12:03:30 -04:00
h.spec.ts refactor(runtime-core): make h() support single vnode child (#181) 2019-10-10 10:17:16 -04:00
keepAlive.spec.ts test: more tests for keep-alive 2019-10-30 23:32:29 -04:00
rendererAttrsFallthrough.spec.ts feat(core): adjust attrs fallthrough behavior 2019-10-25 12:12:17 -04:00
rendererChildren.spec.ts test: add tests for rendererChildren (#52) 2019-09-20 18:17:35 -04:00
rendererElement.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
rendererFragment.spec.ts chore: fix outdated patchFlag 2019-10-02 10:59:47 -04:00
rendererOptimizedMode.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
rendererPortal.spec.ts test: restructure 2019-08-29 16:56:31 -04:00
suspense.spec.ts chore: rename 2019-10-30 15:43:12 -04:00
version.spec.ts feat(core): export version (#254) 2019-10-14 15:31:43 -04:00
vnode.spec.ts feat(core): keep-alive 2019-10-29 22:28:38 -04:00