vue3-core/packages/compiler-core/src
Evan You ea190f24e4
chore(deps): upgrade to entities 5.0
close #11507
2024-08-05 14:14:52 +08:00
..
compat refactor(compat/compiler-core): improve conditional branching (#11185) 2024-06-22 17:05:35 +08:00
transforms refactor(compiler): move patchFlag text generation to codegen phase 2024-07-13 19:40:04 +08:00
ast.ts refactor: isVNode -> isVOnce 2024-07-13 21:07:45 +08:00
babelUtils.ts fix(compiler-core): properly handle for loop variable declarations in expression transforms 2024-08-05 14:07:44 +08:00
codegen.ts fix(v-once): properly unmount v-once cached trees 2024-07-13 21:38:32 +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 chore(deps): upgrade to entities 5.0 2024-08-05 14:14:52 +08:00
runtimeHelpers.ts style: update format & lint config (#9162) 2023-12-26 19:39:47 +08:00
tokenizer.ts chore(deps): upgrade to entities 5.0 2024-08-05 14:14:52 +08:00
transform.ts refactor(compiler): move patchFlag text generation to codegen phase 2024-07-13 19:40:04 +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