Evan You
|
8e05b7f9fc
fix(ssr): fix ssr runtime helper import in module mode
|
4 年 前 |
Evan You
|
d74f21a42c
fix(compiler-ssr): import ssr helpers from updated path
|
4 年 前 |
Evan You
|
cb2d7c0e3c
fix(compiler-core): ensure hoisted scopeId code can be treeshaken
|
4 年 前 |
Evan You
|
935b4e2210
fix(compiler-core): remove no longer necessary withScopeId import in generated code
|
4 年 前 |
Evan You
|
47f488350c
chore: run updated prettier
|
5 年 前 |
Evan You
|
317654b34f
chore: fix codegen error due to scopeId deprecation change
|
5 年 前 |
Evan You
|
a8edf2bdff
refactor: remove outdated slot ctx wrapper codegen
|
5 年 前 |
Evan You
|
f596e008ef
refactor: remove deprecated scopeId codegen
|
5 年 前 |
Evan You
|
3b64508e3b
feat: v-memo
|
5 年 前 |
Evan You
|
b7ea7c1485
perf: also hoist all-static children array
|
5 年 前 |
HcySunYang
|
ceff89905b
perf: improve VNode creation performance with compiler hints (#3334)
|
5 年 前 |
Evan You
|
a44d528af1
fix(codegen): ensure valid types in genreated code when using global directives
|
5 年 前 |
Evan You
|
7f93c76b96
wip: exclude legacy slots from $scopedSlots
|
5 年 前 |
Evan You
|
e486254431
fix(compiler-core): preserve comment content in production when comments option is enabled
|
5 年 前 |
Evan You
|
7dc681c196
wip: filters compat
|
5 年 前 |
Evan You
|
7f7dcc9f7d
fix(compiler-sfc): fix wrong scopeId for nested `<script setup>` components
|
5 年 前 |
Evan You
|
37c17091fd
fix: ensure backwards compat for pre-compiled sfc components
|
5 年 前 |
Evan You
|
abd129d845
fix(component): prioritize registered component over implicit self-reference via filename
|
5 年 前 |
Evan You
|
aea88c3280
refactor: fix implementation of SFC :slotted id handling
|
5 年 前 |
Evan You
|
8ac2241b22
wip: more consistent compiler-sfc usage + inline mode for ssr
|
5 年 前 |
Evan You
|
4d5242128e
chore: fix tests
|
5 年 前 |
Evan You
|
64160e89cc
wip: ignore non-ref const mutation cases in codegen
|
5 年 前 |
Evan You
|
41bb7fa330
feat(compiler-sfc): new SFC css varaible injection implementation
|
5 年 前 |
Evan You
|
2a4fc32d15
wip: remove unnecessary inlinePropsIdentifier option
|
5 年 前 |
Evan You
|
3019508e75
wip: fix binding type fallback
|
5 年 前 |
Evan You
|
886ed7681d
feat(compiler-sfc): compileScript inline render function mode
|
5 年 前 |
Rahul Kadyan
|
615dccd00e
feat(compiler-core/internal): add `onContextCreated` option to `generate` (#1672)
|
6 年 前 |
Evan You
|
b9595e64cf
feat: ssr support for `<style vars>`
|
6 年 前 |
Evan You
|
b6cdd5621e
wip: template binding optimization
|
6 年 前 |
Evan You
|
b51b79f5c4
refactor: rename optimizeBindings -> optimizeImports
|
6 年 前 |