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 лет назад |
Carlos Rodrigues
|
5681fdb211
test(types): test dts for Options API method return type inference (#1708)
|
5 лет назад |
HcySunYang
|
5d8a64d53a
feat(types): deny unknown attributes on component by default (#1614)
|
5 лет назад |
Guillaume Chau
|
568b6db12b
feat: Initial devtools support (#1125)
|
5 лет назад |
Carlos Rodrigues
|
d78a6821f5
types(runtime-core): default `SetupContext` generic argument to `EmitsOptions` (#1584)
|
5 лет назад |
Carlos Rodrigues
|
1e90605c15
types(runtime-core): provide valid type for default `$emit` (#1498)
|
5 лет назад |
doly mood
|
d3c436ae2e
feat(types): mixins/extends support in TypeScript (#626)
|
6 лет назад |
Carlos Rodrigues
|
97dedebd80
feat(types): update to Typescript 3.9 (#1106)
|
6 лет назад |
Evan You
|
bf473a64ea
feat(runtime-core): type and attr fallthrough support for emits option
|
6 лет назад |
Evan You
|
c409d4f297
test(types): fix dts test
|
6 лет назад |
Evan You
|
0cf3f78134
test(types): also test Object as PropType casting
|
6 лет назад |
Carlos Rodrigues
|
026eb729f3
fix(types): allow use PropType with Function (#915)
|
6 лет назад |
Evan You
|
e67f655b26
refactor(runtime-core): revert setup() result reactive conversion
|
6 лет назад |
Evan You
|
a840e7ddf0
fix(types): update setup binding unwrap types for 6b10f0c
|
6 лет назад |
Evan You
|
8c892e0392
test: fix dts tests for 1ccecc0
|
6 лет назад |
IU
|
2b4d0d6501
types(reactivity): handle primitive + object intersection types in UnwrapRef (#614)
|
6 лет назад |
Cédric Exbrayat
|
2f6ec45d10
test: reformat defineComponent dts test (#631)
|
6 лет назад |
Cédric Exbrayat
|
74baea108a
fix(types): components options should accept components defined with defineComponent (#602)
|
6 лет назад |
Evan You
|
7df5e70c83
types: accept defineComponent return types in app.mount
|
6 лет назад |
Chris Fritz
|
1c4cdd841d
refactor(createComponent): rename to defineComponent (#549)
|
6 лет назад |