Evan You
|
7ae9dbf57d
chore(deps): bump TS to 5.4
|
2 years ago |
三咲智子 Kevin Deng
|
bfe6b459d3
style: update format & lint config (#9162)
|
2 years ago |
ZHAO Jin-Xiang
|
fff7b864f4
feat: use enum to replace const enum (#9261)
|
2 years ago |
Evan You
|
50cde7cfbc
perf(compiler-sfc): use faster source map addMapping
|
2 years ago |
Evan You
|
d193666fdc
chore: use MappingItem type
|
2 years ago |
Evan You
|
f15d2f6cf6
perf: avoid sfc source map unnecessary serialization and parsing
|
2 years ago |
Evan You
|
c11002f16a
perf(codegen): optimize source map generation
|
2 years ago |
Evan You
|
3be53d9b97
perf(codegen): optimize line / column calculation during codegen
|
2 years ago |
Evan You
|
a60ad9180d
refactor: swap to new template parser
|
2 years ago |
renovate[bot]
|
16a6438236
chore(deps): update lint (#9627)
|
2 years ago |
Evan You
|
19e17a951c
perf(compiler): use source-map-js
|
3 years ago |
Evan You
|
aac163110f
refactor: remove circular dependencies in compiler
|
3 years ago |
三咲智子 Kevin Deng
|
9060bf0353
refactor(compiler-core): make ast.helpers a Set (#6774)
|
3 years ago |
edison
|
cd395559ce
chore(compiler-core): use aliasHelper (#3592)
|
4 years ago |
Evan You
|
8e05b7f9fc
fix(ssr): fix ssr runtime helper import in module mode
|
4 years ago |
Evan You
|
d74f21a42c
fix(compiler-ssr): import ssr helpers from updated path
|
4 years ago |
Evan You
|
cb2d7c0e3c
fix(compiler-core): ensure hoisted scopeId code can be treeshaken
|
4 years ago |
Evan You
|
935b4e2210
fix(compiler-core): remove no longer necessary withScopeId import in generated code
|
4 years ago |
Evan You
|
47f488350c
chore: run updated prettier
|
4 years ago |
Evan You
|
317654b34f
chore: fix codegen error due to scopeId deprecation change
|
4 years ago |
Evan You
|
a8edf2bdff
refactor: remove outdated slot ctx wrapper codegen
|
4 years ago |
Evan You
|
f596e008ef
refactor: remove deprecated scopeId codegen
|
4 years ago |
Evan You
|
3b64508e3b
feat: v-memo
|
5 years ago |
Evan You
|
b7ea7c1485
perf: also hoist all-static children array
|
5 years ago |
HcySunYang
|
ceff89905b
perf: improve VNode creation performance with compiler hints (#3334)
|
5 years ago |
Evan You
|
a44d528af1
fix(codegen): ensure valid types in genreated code when using global directives
|
5 years ago |
Evan You
|
7f93c76b96
wip: exclude legacy slots from $scopedSlots
|
5 years ago |
Evan You
|
e486254431
fix(compiler-core): preserve comment content in production when comments option is enabled
|
5 years ago |
Evan You
|
7dc681c196
wip: filters compat
|
5 years ago |
Evan You
|
7f7dcc9f7d
fix(compiler-sfc): fix wrong scopeId for nested `<script setup>` components
|
5 years ago |