41 Commits (b015892de6eaf5cd3cc16eaab433e7521c050a9c)

Author SHA1 Message Date
doly mood d3c436ae2e
feat(types): mixins/extends support in TypeScript (#626) 5 years ago
Carlos Rodrigues 97dedebd80
feat(types): update to Typescript 3.9 (#1106) 5 years ago
Evan You bc1f097e29 fix(types/reactivity): fix ref type inference on nested reactive properties with .value 5 years ago
Carlos Rodrigues f3a9b516bd
fix(types): make return type of `defineComponent` assignable to `Component` type (#1032) 5 years ago
Carlos Rodrigues 0bdd889156
fix(types): fix ref(false) type to Ref<boolean> (#1028) 5 years ago
Evan You c0adb67c2e feat(types): expose ComponentCustomOptions for declaring custom options 5 years ago
Evan You be21cfb1db feat(types): feat(types): add `ComponentCustomProperties` interface (#982) 5 years ago
Carlos Rodrigues d7ae1d0244
test(reactivity): add tests for object with symbols (#969) 5 years ago
Carlos Rodrigues acfcc55aac
types(ref): fix dts test for ref (#965) 5 years ago
pikax 8a74260b70 types: remove tuple check and add type check for tuple 5 years ago
Thorsten Lünborg 33ccfc0a8b
fix(types): UnwrapRef should bail on DOM element types (#952) 5 years ago
pikax c20d8af8c0 types: add symbolExtract to extract all known symbols 5 years ago
Evan You c1d5928f3b fix(types): accept generic Component type in h() 5 years ago
Evan You 24e9efcc21 refactor(runtime-core): extract component emit related logic into dedicated file 5 years ago
Evan You bf473a64ea feat(runtime-core): type and attr fallthrough support for emits option 5 years ago
Evan You c409d4f297 test(types): fix dts test 5 years ago
Evan You 0cf3f78134 test(types): also test Object as PropType casting 5 years ago
Carlos Rodrigues 026eb729f3
fix(types): allow use PropType with Function (#915) 5 years ago
Evan You 10c0ba507a test: fix dts tests for Teleport renaming 5 years ago
Evan You e67f655b26 refactor(runtime-core): revert setup() result reactive conversion 6 years ago
Evan You 9aaeeede62 test: add type test for nested refs in ref.value 6 years ago
Evan You d4c6957e2d fix(types): ref value type unwrapping should happen at creation time 6 years ago
Evan You e9024bf1b7 feat(reactivity): expose unref and shallowRef 6 years ago
Evan You 627b9df4a2 fix(types): improve ref typing, close #759 6 years ago
Evan You a840e7ddf0 fix(types): update setup binding unwrap types for 6b10f0c 6 years ago
Evan You cb03362b08 chore: fix dts tests 6 years ago
Evan You 9571ede84b refactor(watch): adjsut watch API behavior 6 years ago
Evan You 77103e1fd7 types: fix tsx dts tests 6 years ago
Evan You c6a9787941 fix(types): ensure correct oldValue typing based on lazy option 6 years ago
Evan You 8c892e0392 test: fix dts tests for 1ccecc0 6 years ago
IU 2b4d0d6501 types(reactivity): handle primitive + object intersection types in UnwrapRef (#614) 6 years ago
Cédric Exbrayat 2f6ec45d10 test: reformat defineComponent dts test (#631) 6 years ago
Cédric Exbrayat 74baea108a fix(types): components options should accept components defined with defineComponent (#602) 6 years ago
Evan You 7df5e70c83 types: accept defineComponent return types in app.mount 6 years ago
Chris Fritz 1c4cdd841d refactor(createComponent): rename to defineComponent (#549) 6 years ago
Evan You 24b4120c21 types: fix dts 6 years ago
Evan You 08bf9976ae types: ensure props are readonly 6 years ago
Evan You a5f962ab8e test(types): assert props are readonly 6 years ago
Evan You dfc7c0f12a refactor: adjust internal vnode types + more dts tests 6 years ago
Evan You 66ecd8b47f types: setup tests for built d.ts files 6 years ago