三咲智子 Kevin Deng
|
4e5d9cdb82
refactor(compiler-sfc): drop Function prop type when no static default value (#7125)
|
3 éve |
三咲智子 Kevin Deng
|
584eae60d1
fix(compiler-sfc): always generate runtime prop type for Function (#7112)
|
3 éve |
Evan You
|
0594400980
fix(sfc): also generate getter for import bindings during dev
|
3 éve |
Evan You
|
5a3d45ae29
fix(sfc): ensure consistent dev/prod behavior for non-reactive variables declared in `<script setup>`
|
3 éve |
Evan You
|
15e889afaf
fix(v-model): fix incorrect codegen for non-ref bindings
|
3 éve |
三咲智子 Kevin Deng
|
8a882ce0a1
fix(compiler-sfc): handle method shorthand syntax in withDefaults (#6972)
|
3 éve |
三咲智子 Kevin Deng
|
910fa7677f
fix(compiler-sfc): resolve computed object key (#6963)
|
3 éve |
Evan You
|
6861d2380b
refactor(compiler-sfc): optimize import alias check for binding analysis
|
3 éve |
Evan You
|
8d1f526174
fix(compiler-sfc): fix binding analysis for aliased late import
|
3 éve |
三咲智子 Kevin Deng
|
4a00fddfed
fix(compiler-sfc): check import source during binding analysation (#6826)
|
3 éve |
花果山大圣
|
99b6697fb4
fix(compiler-sfc): fix macro usage in multi-variable declaration (#6778)
|
3 éve |
ygj6
|
eab76046e3
fix(compiler-sfc): allow type annotation for defineEmits variable (#5394)
|
3 éve |
edison
|
83f7e6f8a6
fix(compiler-sfc): support using extends interface with defineProps() (#4512)
|
3 éve |
Kid
|
96ba71d0cf
chore: fix typos (#6708)
|
3 éve |
Evan You
|
769e5555f9
fix(compiler-sfc): fix template usage check edge case for v-on statements
|
3 éve |
Evan You
|
9734b31c31
fix(sfc): avoid auto name inference leading to unwanted recursion
|
3 éve |
Evan You
|
583b625987
fix(compiler-sfc): fix usage detection for types in v-for/v-slot expressions
|
4 éve |
Evan You
|
efea4a8b57
fix(ssr/sfc-css-vars): fix v-bind css vars codegen for SSR
|
4 éve |
liulinboyi
|
a0290fe781
fix(compiler-sfc): add test for #5808
|
4 éve |
liulinboyi
|
3b7b107120
fix(compiler-sfc): <script> after <script setup> the script content not end with `\\n`
|
4 éve |
Evan You
|
8a123ac34f
fix(compiler-sfc): fix treeshaking of namespace import when used in template
|
4 éve |
Evan You
|
ccf92564d3
fix(compiler-sfc): fix template usage check false positives on types
|
4 éve |
Evan You
|
410144149f
fix(compiler-sfc): defineProps return binding or rest binding should be considered reactive
|
4 éve |
那里好脏不可以
|
6042ab0f2f
chore: type [ci skip]
|
4 éve |
ygj6
|
16939241b0
fix(compiler-sfc): automatically infer component name from filename when using script setup (#4997)
|
4 éve |
木杉
|
8e29ef6019
fix(compiler-sfc): handle type modifier in import specifiers (#5498)
|
4 éve |
Evan You
|
ae4b0783d7
chore: update repo references
|
4 éve |
Evan You
|
fef191fb07
chore: remove stale references of ref-transform
|
4 éve |
Evan You
|
7e4f0a8694
fix(compiler-sfc): generate valid TS in script and script setup co-usage with TS
|
4 éve |
Evan You
|
198ca14f19
feat(reactivity-transform): $$() escape for destructured prop bindings
|
4 éve |