三咲智子 Kevin Deng
bfe6b459d3
style: update format & lint config ( #9162 )
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
2 years ago
Evan You
947aacf5ea
release: v3.4.0-rc.2
2 years ago
Evan You
9cbb27745d
release: v3.4.0-rc.1
2 years ago
Evan You
7aa3f250f2
fix(compiler-core): fix parsing `<script setup>` generics with >
close #9890
2 years ago
renovate[bot]
e01bb5bdaf
chore(deps): update compiler to ^7.23.6 ( #9858 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Evan You
048dffd7ee
release: v3.4.0-beta.4
2 years ago
Evan You
7c49a9c4d8
release: v3.3.13
2 years ago
edison
eb51b23d85
fix(compile-sfc): fix identifier prefixing edge case caused by reused AST ( #9867 )
close #9853
close #9863
2 years ago
白雾三语
bae79ddf85
fix(compiler-core): fix v-on with modifiers on inline expression of undefined ( #9866 )
close #9865
improve isMemberExpression check for undefined
2 years ago
Evan You
317b783a53
release: v3.4.0-beta.3
2 years ago
Evan You
4e7967f016
release: v3.3.12
2 years ago
Cédric Exbrayat
7bc3c9e205
fix(compiler-core): vnode hooks error message ( #9842 )
2 years ago
Evan You
c51ab4c765
release: v3.4.0-beta.2
2 years ago
Evan You
e00b160435
release: v3.4.0-beta.1
2 years ago
Evan You
0b6effb423
chore: preserve error code enum order
2 years ago
三咲智子 Kevin Deng
cf77435338
refactor(compiler-core): reuse unwrapTS utility function ( #9795 )
2 years ago
Evan You
2ffc1e8cfd
feat(ssr): improve ssr hydration mismatch checks ( #5953 )
- Include the actual element in the warning message
- Also warn class/style/attribute mismatches
Note: class/style/attribute mismatches are check-only and will not be
rectified.
close #5063
2 years ago
Adrien Foulon
638f1abbb6
feat(compiler-core): add current filename to TransformContext ( #8950 )
2 years ago
Evan You
19b590fa3a
release: v3.3.11
2 years ago
三咲智子 Kevin Deng
0dc875d53e
fix(compiler-core): use the same resolved options for all compile stages ( #9760 )
2 years ago
Evan You
e2f2b75b62
chore(deps): bump vitest to 1.0
2 years ago
Evan You
c0d396b785
release: v3.4.0-alpha.4
2 years ago
Evan You
53aaa1eb28
fix(parser): fix interpolation parsing in v-pre
ref: https://github.com/vuejs/docs/issues/2586
2 years ago
Evan You
d5a88ef9d7
release: v3.3.10
2 years ago
renovate[bot]
bf7269ac47
chore(deps): update compiler ( #9745 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Evan You
c3b704e446
chore: remove v-is deprecation enum
support is already removed during parser rewrite
2 years ago
Evan You
8abc754d5d
feat(compiler): lift vnode hooks deprecation warning to error
2 years ago
Evan You
e8bbc946cb
feat(compiler-sfc): analyze import usage in template via AST ( #9729 )
close #8897
close nuxt/nuxt#22416
2 years ago
Evan You
f8b74dcf29
chore: group parser edge case tests
2 years ago
Evan You
4d94ebfe75
perf(v-on): constant handlers with modifiers should not be treated as dynamic
2 years ago
edison
7cbcee3d83
fix(compiler-sfc): support resolving components from props ( #8785 )
2 years ago
Eduardo San Martin Morote
bcca475dbc
feat(compiler-core): support accessing Error as global in template expressions ( #7018 )
2 years ago
ZHAO Jin-Xiang
3071de44bc
fix(compiler-core): fix referencing typo ( #9708 )
2 years ago
edison
509c192ff4
chore: fix typo ( #9689 )
2 years ago
ZHAO Jin-Xiang
fff7b864f4
feat: use enum to replace const enum ( #9261 )
close #1228
2 years ago
Evan You
47ea285be3
fix(parser): properly set initial inXML state based on root ns
2 years ago
Evan You
ef97e8b07d
fix(parser): should reset inRCDATA state
2 years ago
Evan You
7d89887f71
release: v3.4.0-alpha.3
2 years ago
renovate[bot]
31f6ebc4df
fix(deps): update compiler to ^7.23.4 ( #9681 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
三咲智子 Kevin Deng
9f8ba9821f
feat(dx): link errors to docs in prod build ( #9165 )
2 years ago
Evan You
e49dffc9ec
fix(parser): directive arg should be undefined on shorthands with no arg
2 years ago
Evan You
ebaeb2e0aa
release: v3.4.0-alpha.2
2 years ago
Evan You
41ff68ea57
feat(compiler): improve parsing tolerance for language-tools
2 years ago
Evan You
fb619cf9a4
fix(compiler-sfc): fix ast reuse for ssr
2 years ago
Evan You
2e65ea481f
fix(compiler-core): fix line/column tracking when fast forwarding
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
157cfcb796
refactor: restore isSelfClosing as optional property
2 years ago
Evan You
bab5bd375b
chore: fix tests with rawExp
2 years ago