vue3-core/packages/compiler-core/src
Evan You 7aa3f250f2 fix(compiler-core): fix parsing `<script setup>` generics with >
close #9890
2023-12-22 22:49:30 +08:00
..
compat feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +08:00
transforms chore: Merge branch 'main' into minor 2023-12-04 23:17:41 +08:00
ast.ts feat(compiler-sfc): analyze import usage in template via AST (#9729) 2023-12-01 11:14:48 +08:00
babelUtils.ts fix(compile-sfc): fix identifier prefixing edge case caused by reused AST (#9867) 2023-12-19 18:04:36 +08:00
codegen.ts feat: use enum to replace const enum (#9261) 2023-11-29 12:24:50 +08:00
compile.ts fix(compiler-core): use the same resolved options for all compile stages (#9760) 2023-12-06 14:41:21 +08:00
errors.ts fix(compiler-core): vnode hooks error message (#9842) 2023-12-15 23:07:15 +08:00
index.ts refactor: swap to new template parser 2023-11-25 16:18:29 +08:00
options.ts feat(compiler-sfc): analyze import usage in template via AST (#9729) 2023-12-01 11:14:48 +08:00
parser.ts fix(compiler-core): fix parsing `<script setup>` generics with > 2023-12-22 22:49:30 +08:00
runtimeHelpers.ts chore: symbols as helperNameMap index type (#6622) 2022-10-06 05:26:16 +08:00
tokenizer.ts fix(parser): fix interpolation parsing in v-pre 2023-12-04 23:06:56 +08:00
transform.ts feat(ssr): improve ssr hydration mismatch checks (#5953) 2023-12-08 15:49:09 +08:00
utils.ts chore: Merge branch 'main' into minor 2023-12-19 18:16:16 +08:00
validateExpression.ts fix(compiler-core): typeof should be allowed in browser expression validation (#7037) 2022-11-14 01:50:35 -05:00