三咲智子 Kevin Deng
|
9f8ba9821f
feat(dx): link errors to docs in prod build (#9165)
|
2 년 전 |
Evan You
|
e49dffc9ec
fix(parser): directive arg should be undefined on shorthands with no arg
|
2 년 전 |
Evan You
|
ebaeb2e0aa
release: v3.4.0-alpha.2
|
2 년 전 |
Evan You
|
41ff68ea57
feat(compiler): improve parsing tolerance for language-tools
|
2 년 전 |
Evan You
|
0721daf22d
chore: Merge branch 'main' into minor
|
2 년 전 |
Evan You
|
fb619cf9a4
fix(compiler-sfc): fix ast reuse for ssr
|
2 년 전 |
Evan You
|
678378afd5
fix(compiler-sfc): use correct compiler when re-parsing in ssr mode
|
2 년 전 |
Evan You
|
2e65ea481f
fix(compiler-core): fix line/column tracking when fast forwarding
|
2 년 전 |
Evan You
|
50cde7cfbc
perf(compiler-sfc): use faster source map addMapping
|
2 년 전 |
Evan You
|
d193666fdc
chore: use MappingItem type
|
2 년 전 |
Evan You
|
f15d2f6cf6
perf: avoid sfc source map unnecessary serialization and parsing
|
2 년 전 |
Evan You
|
157cfcb796
refactor: restore isSelfClosing as optional property
|
2 년 전 |
Evan You
|
bab5bd375b
chore: fix tests with rawExp
|
2 년 전 |
Evan You
|
e48cbf02be
refactor: restore SourceLocation.source
|
2 년 전 |
Evan You
|
08f0baa2ad
refactor: preserve source location convention in sfc mode for base parser
|
2 년 전 |
Evan You
|
be6cae7dac
chore: remove isSelfClosing property
|
2 년 전 |
Evan You
|
ceec69c8cc
fix: avoid confusing breakage in @vitejs/plugin-vue
|
2 년 전 |
Evan You
|
6ec85ae872
chore: restructure parser files
|
2 년 전 |
Evan You
|
c11002f16a
perf(codegen): optimize source map generation
|
2 년 전 |
Evan You
|
3be53d9b97
perf(codegen): optimize line / column calculation during codegen
|
2 년 전 |
Evan You
|
e8e3ec6ca7
perf(compiler-sfc): remove magic-string trim on script
|
2 년 전 |
Evan You
|
20732366b9
perf: optimize position cloning
|
2 년 전 |
Evan You
|
79d3cc6cec
wip: should not reuse AST when using custom compiler
|
2 년 전 |
Evan You
|
3ee343928a
wip: parser v2 compat
|
2 년 전 |
Evan You
|
6022ac05c4
chore: document rationale for ignoring some parsing errors
|
2 년 전 |
Evan You
|
e702b278d4
wip: shorten some method names
|
2 년 전 |
Evan You
|
59227d4124
wip: parse error tests
|
2 년 전 |
Evan You
|
b6886a80b1
wip: force re-parse on reused sfc template ast
|
2 년 전 |
Evan You
|
1b4efc30c3
wip: should parse sfc template with lang=html
|
2 년 전 |
Evan You
|
b59eabdc0d
refactor: use more efficient walk for importUsageCheck
|
2 년 전 |