Evan You
|
efea4a8b57
fix(ssr/sfc-css-vars): fix v-bind css vars codegen for SSR
|
4 years ago |
liulinboyi
|
a0290fe781
fix(compiler-sfc): add test for #5808
|
4 years ago |
liulinboyi
|
3b7b107120
fix(compiler-sfc): <script> after <script setup> the script content not end with `\\n`
|
4 years ago |
Evan You
|
8a123ac34f
fix(compiler-sfc): fix treeshaking of namespace import when used in template
|
4 years ago |
Evan You
|
ccf92564d3
fix(compiler-sfc): fix template usage check false positives on types
|
4 years ago |
Evan You
|
410144149f
fix(compiler-sfc): defineProps return binding or rest binding should be considered reactive
|
4 years ago |
那里好脏不可以
|
6042ab0f2f
chore: type [ci skip]
|
4 years ago |
ygj6
|
16939241b0
fix(compiler-sfc): automatically infer component name from filename when using script setup (#4997)
|
4 years ago |
木杉
|
8e29ef6019
fix(compiler-sfc): handle type modifier in import specifiers (#5498)
|
4 years ago |
Evan You
|
ae4b0783d7
chore: update repo references
|
4 years ago |
Evan You
|
fef191fb07
chore: remove stale references of ref-transform
|
4 years ago |
Evan You
|
7e4f0a8694
fix(compiler-sfc): generate valid TS in script and script setup co-usage with TS
|
4 years ago |
Evan You
|
198ca14f19
feat(reactivity-transform): $$() escape for destructured prop bindings
|
4 years ago |
Cédric Exbrayat
|
c17cbdc28f
refactor: use refTransform instead of deprecated refSugar (#4957)
|
4 years ago |
Evan You
|
d4c04e9799
fix(compiler-sfc): fix props codegen w/ leading import
|
4 years ago |
edison
|
f66d456b7a
fix(compiler-sfc): support runtime Enum in normal script (#4698)
|
4 years ago |
Evan You
|
686d0149b6
fix(compiler-core): generate TS-cast safe assignment code for v-model
|
4 years ago |
Evan You
|
6d6cc90912
fix(compiler-sfc): fix local var access check for bindings in normal script
|
4 years ago |
edison
|
8055445b68
fix(compiler-sfc): register exported bindings in normal script when using script setup (#4601)
|
4 years ago |
Evan You
|
cab9541ffd
refactor(compiler-sfc): improve TLA codegen
|
4 years ago |
Evan You
|
39cebf5f7a
fix(compiler-sfc): fix TLA codegen semicolon insertion
|
4 years ago |
edison
|
ae942cdcd9
fix(compiler-sfc): support nested await statements (#4458)
|
4 years ago |
Thorsten Lünborg
|
bdb1a7958b
fix(compiler-sfc): handle empty strings during template usage analysis of setup bindings (#4608)
|
4 years ago |
ygj6
|
fcd5422b4a
fix(compile-sfc): add symbol judge in prop type checks. (#4594)
|
4 years ago |
Evan You
|
a6e5f82d8e
fix(compiler-sfc): properly analyze destructured bindings with dynamic keys
|
4 years ago |
webfansplz
|
fac9a2926d
fix(compile-sfc): support `Date` prop type with defineProps (#4519)
|
4 years ago |
edison
|
14d65181f1
fix(compiler-sfc): support using declared interface in normal script with defineProps() (#4522)
|
4 years ago |
edison
|
5594643d7b
fix(compiler-sfc): fix script setup ref assignment codegen edge case (#4520)
|
4 years ago |
webfansplz
|
e6fe751b20
fix(compile-sfc): generate setup prop type format error (#4506)
|
4 years ago |
Evan You
|
bacb2012ac
fix(compiler-sfc): ensure script setup generates type-valid ts output
|
4 years ago |