Evan You
|
40f72d5e50
feat(compiler-core): support specifying root namespace when parsing
|
před 2 roky |
Evan You
|
a60ad9180d
refactor: swap to new template parser
|
před 2 roky |
Evan You
|
c342433cb5
wip: v-pre handling
|
před 2 roky |
Evan You
|
19bd714239
wip: port parser
|
před 2 roky |
Evan You
|
aac163110f
refactor: remove circular dependencies in compiler
|
před 3 roky |
三咲智子 Kevin Deng
|
9060bf0353
refactor(compiler-core): make ast.helpers a Set (#6774)
|
před 3 roky |
Evan You
|
51f3d386de
fix(compiler-core): template v-if should never be treated as dev root fragment
|
před 4 roky |
Evan You
|
47f488350c
chore: run updated prettier
|
před 5 roky |
webfansplz
|
df0ce21836
chore(types): improve of type assertion (#4141)
|
před 5 roky |
Evan You
|
1c7d737cc8
feat: support v-bind .prop & .attr modifiers
|
před 5 roky |
Evan You
|
3b64508e3b
feat: v-memo
|
před 5 roky |
Evan You
|
b7ea7c1485
perf: also hoist all-static children array
|
před 5 roky |
Evan You
|
02339b67d8
perf: hoist dynamic props lists
|
před 5 roky |
HcySunYang
|
ceff89905b
perf: improve VNode creation performance with compiler hints (#3334)
|
před 5 roky |
Evan You
|
7f93c76b96
wip: exclude legacy slots from $scopedSlots
|
před 5 roky |
Evan You
|
7dc681c196
wip: filters compat
|
před 5 roky |
funkyfun
|
c8aed13711
chore(types): remove redundant 'undefined' type (#3484)
|
před 5 roky |
Evan You
|
90bdf59f4c
refactor(compiler): better constant hoist/stringify checks
|
před 5 roky |
HcySunYang
|
9499871582
fix(compiler-core): make v-once work with v-if/else-if/else (#2182)
|
před 5 roky |
Evan You
|
de0c8a7e3e
fix(compiler-core): v-if key error should only be checking same key on different branches
|
před 5 roky |
HcySunYang
|
8a2cf21b71
perf(compiler-core): treat v-for with constant exp as a stable fragment (#1394)
|
před 6 roky |
Evan You
|
baa6973b13
wip(compiler): tests for new stringification
|
před 6 roky |
Evan You
|
cb9444807e
wip(compiler): improve node stringification to support adjacent nodes
|
před 6 roky |
Evan You
|
c2f3ee4dc0
chore: use jsdoc comments in ast
|
před 6 roky |
Evan You
|
f9a3766fd6
fix(compiler): bail strigification on runtime constant expressions
|
před 6 roky |
Evan You
|
3b40fc56db
fix(compiler-ssr): fix input w/ v-bind="obj" codegen
|
před 6 roky |
Evan You
|
e0f3c6b352
fix(compiler-core): should apply text transform to if branches
|
před 6 roky |
Evan You
|
e861c6da90
test: test updates for d40c642
|
před 6 roky |
Evan You
|
e3988b40d8
refactor(compiler-core): use dedicated node type for element codegen
|
před 6 roky |
Evan You
|
f4c54a888b
refactor(compiler-core): hoist static text calls between elements
|
před 6 roky |