Evan You
|
e0f3c6b352
fix(compiler-core): should apply text transform to if branches
|
hace 6 años |
Evan You
|
27913e661a
feat(compiler-dom/runtime-dom): stringify eligible static trees
|
hace 6 años |
Evan You
|
e3988b40d8
refactor(compiler-core): use dedicated node type for element codegen
|
hace 6 años |
Evan You
|
a51e710396
wip(ssr): proper scope analysis for ssr vnode slot fallback
|
hace 6 años |
Evan You
|
b7a74d0439
wip(ssr): ssr slot vnode fallback
|
hace 6 años |
Evan You
|
797cc18967
wip(ssr): element scopeId
|
hace 6 años |
Evan You
|
201f18b58b
wip(ssr): v-model w/ dynamic type & props
|
hace 6 años |
Evan You
|
8da6df7235
wip(ssr): handle `<textarea>` with dynamic key v-bind
|
hace 6 años |
Evan You
|
ebf920e6af
wip(compiler-ssr): dynamic v-bind + class/style merging
|
hace 6 años |
Evan You
|
6a5ed49ea9
wip(ssr): v-bind basic usage
|
hace 6 años |
Evan You
|
b685805a26
wip(ssr): ssr helper codegen
|
hace 6 años |
Evan You
|
066ba82c7f
wip(ssr): escape helpers
|
hace 6 años |
Evan You
|
51980afca2
feat(sfc): wip scopeId compiler support
|
hace 6 años |
Evan You
|
8ffd79c754
fix(compiler-core): handle template root and template v-if as stable fragments
|
hace 6 años |
Evan You
|
ef50c333ce
fix(core): generate fragment root with patchFlag + optimize fragment w/ patchFlag
|
hace 6 años |
Evan You
|
5cd1495767
refactor(compiler-core): centralize compiler options
|
hace 6 años |
likui
|
810b3a3e2a
feat(compiler-sfc): transform asset url (#500)
|
hace 6 años |
Evan You
|
0e3e07079a
feat(transition): properly handle transition & transition-group in compiler
|
hace 6 años |
Evan You
|
1c0a2c6d41
refactor(compiler): use shorter helpers for text and comment nodes
|
hace 6 años |
Evan You
|
af5a8e1154
feat(compiler-core): re-implement v-once to use cache mechanism
|
hace 6 años |
Evan You
|
113339c7b6
fix(compiler-dom): style transform of static styles should not add STYLE patchFlag
|
hace 6 años |
Evan You
|
869ae19c41
fix(compiler): cache handlers should be per-instance, fix hoist w/ cached handlers
|
hace 6 años |
Evan You
|
58593c4714
feat(v-on): cache handlers
|
hace 6 años |
Evan You
|
e98a85f3cb
refactor: applyDirectives -> withDirectives
|
hace 6 años |
Evan You
|
004223ade6
chore: use consistent type signature
|
hace 6 años |
Evan You
|
d376439167
wip(compiler-dom): v-model runtime
|
hace 6 años |
Evan You
|
0615cf0108
refactor(compiler): flush transform onExit in reverse
|
hace 6 años |
Evan You
|
eadcaead37
feat(compiler-dom): transform for v-html
|
hace 6 años |
Evan You
|
16da9ae89f
fix(compiler): handle block nodes with custom directives + improve ast types
|
hace 6 años |
Evan You
|
57a5c61320
test: tests for hoistStatic
|
hace 6 años |