cheng
|
3f5f98dcf5
chore(compiler-core): fix typo in defineComponent.test-d (#4688)
|
4 лет назад |
Amour1688
|
140f089917
fix(types): incorrect type inference of array (#4578)
|
4 лет назад |
fishDog
|
4178d5d7d9
fix(type): fix prop type infer (#4530)
|
4 лет назад |
Husam Ibrahim
|
4645a42b79
types(runtime-core): fix for multiple possible prop types including Date (#4518)
|
4 лет назад |
Carlos Rodrigues
|
afd49b3e88
types(PropType): Allow `undefined` function to be used on `PropType` (#4405)
|
4 лет назад |
webfansplz
|
1ce34e25d5
fix(types): fix tsx emit-mapped handler return type (#4290)
|
4 лет назад |
Amour1688
|
d3d5ad204d
fix(types): remove explicit return type annotation requirement for `this` inference in computed options (#4221)
|
4 лет назад |
Amour1688
|
69344ff1ae
feat(types): map declared emits to onXXX props in inferred prop types (#3926)
|
4 лет назад |
Carlos Rodrigues
|
18911abb91
fix(type): infer parent as `this` on `nextTick` function (#3608)
|
4 лет назад |
Carlos Rodrigues
|
92e7330385
types(props): Support `undefined` as default (#3783)
|
5 лет назад |
HcySunYang
|
5db2b141dc
fix(types): add a type-only differentiator to assist Mixin's type infer (#3481)
|
5 лет назад |
HcySunYang
|
2b588cf1bc
fix(types): unwrap refs on public instance data (#3319)
|
5 лет назад |
07akioni
|
3755e60c52
fix(types): union function prop (#3119)
|
5 лет назад |
HcySunYang
|
48f0d2944f
fix(types): extract the correct props type for the DateConstructor (#2676)
|
5 лет назад |
Carlos Rodrigues
|
6684c6334d
types: mixin and extends typing on data and setup (#2404)
|
5 лет назад |
Carlos Rodrigues
|
d9ad45ad6c
types(defineComponent): fix optional Boolean prop types (#2401)
|
5 лет назад |
wonderful-panda
|
89e9ab8a2a
fix(types/tsx): optional props from Mixin/Extends are treated as required (#2048)
|
5 лет назад |
Carlos Rodrigues
|
be27bbc5ad
types(defineComponent): fix missing exported types (#2124)
|
5 лет назад |
HcySunYang
|
24fcf6ae7c
fix(types): properly infer return type from async setup (#2051)
|
5 лет назад |
Katashin
|
67b6e0f894
fix(types): relax ComponentPublicInstanceConstructor type for class components (#1943)
|
5 лет назад |
HcySunYang
|
955450f539
types(runtime-core): improve the extracted instance types (#1936)
|
5 лет назад |
Carlos Rodrigues
|
c2913d57d1
fix(types): handling PropType<Function> with default value (#1896)
|
5 лет назад |
Evan You
|
eb2ae44d94
refactor(types): widen `Component` type to include consutructor types
|
5 лет назад |
Evan You
|
9f92871c80
types(runtime-core): argument for props validator
|
5 лет назад |
Aurelius333
|
a88895b5da
types(runtime-core): make `this` void in prop validators and prop default factories (#1867)
|
5 лет назад |
HcySunYang
|
9d36c61796
types(runtime-core): improve PropType inference precision (#1863)
|
5 лет назад |
Herrington Darkholme
|
6f8bac5fca
test(types): add prop validator test (#1769)
|
5 лет назад |
Aurelius333
|
5002ab53d6
types(runtime-core): make `this` void in emits validator (#1842)
|
5 лет назад |
Evan You
|
aa06b1034d
feat(reactivity): `proxyRefs` method and `ShallowUnwrapRefs` type (#1682)
|
5 лет назад |
Carlos Rodrigues
|
421a70de5e
test(types): test computed get/set type inference (#1709)
|
5 лет назад |