vue3-core/packages/compiler-core/src
Vadim Kruglov 29425df1ac
fix(compiler-core): fix :key shorthand on v-for (#10942)
close #10882
close #10939
2024-06-04 20:18:24 +08:00
..
compat fix(compat): correctly transform non-identifier expressions in legacy filter syntax (#10896) 2024-05-27 17:04:48 +08:00
transforms fix(compiler-core): fix :key shorthand on v-for (#10942) 2024-06-04 20:18:24 +08:00
ast.ts fix(compiler-core): make `ForIteratorExpression`'s `returns` property optional (#11011) 2024-05-27 16:15:54 +08:00
babelUtils.ts chore: disallow optional chaining (#10919) 2024-05-29 15:03:20 +08:00
codegen.ts fix(compiler-core): emit TS-compatible function declaration when requested (#9363) 2024-05-30 18:19:04 +08:00
compile.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
errors.ts chore: move X_V_BIND_INVALID_SAME_NAME_ARGUMENT to preserve error code order 2024-02-08 11:36:51 +08:00
index.ts chore(deps): bump TS to 5.4 2024-04-15 13:36:43 +08:00
options.ts chore: use correct parse in parser tests for whitespace: condense 2024-04-15 11:35:05 +08:00
parser.ts refactor: remove optional chaining (#10792) 2024-04-29 14:04:05 +08:00
runtimeHelpers.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
tokenizer.ts fix(parser): should not treat uppercase components as special tags 2024-02-25 23:05:15 +08:00
transform.ts fix(compiler-ssr): fix hydration mismatch for conditional slot in transition 2024-04-22 22:23:09 +08:00
utils.ts fix(compiler-core): allow unicode to appear in simple identifiers (#6765) 2024-05-30 17:45:11 +08:00
validateExpression.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00