vue3-core/packages/compiler-core/src
Tony Wang 5953c9ff90
fix(compiler-core): identifiers in switch-case should not be inferred as references (#13923)
2025-09-24 21:33:48 +08:00
..
compat refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
transforms refactor(compiler): add separate transform for vbind shorthand (#13438) 2025-09-24 21:23:07 +08:00
ast.ts fix(v-once): setting hasOnce to current block only when in v-once (#12374) 2024-11-14 14:53:55 +08:00
babelUtils.ts fix(compiler-core): identifiers in switch-case should not be inferred as references (#13923) 2025-09-24 21:33:48 +08:00
codegen.ts fix(compiler-core): ensure mapping is added only if node source is available (#13285) 2025-05-16 08:22:37 +08:00
compile.ts refactor(compiler): add separate transform for vbind shorthand (#13438) 2025-09-24 21:23:07 +08:00
errors.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
index.ts refactor(compiler): add separate transform for vbind shorthand (#13438) 2025-09-24 21:23:07 +08:00
options.ts fix(compiler-dom): should ignore leading newline in <textarea> per spec 2024-09-13 21:24:59 +08:00
parser.ts fix(compiler-core): avoid self updates of `v-pre` (#12556) 2025-07-18 16:22:56 +08:00
runtimeHelpers.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
tokenizer.ts fix(compiler-core): do not increase newlines in `InEntity` state (#13362) 2025-06-05 09:39:05 +08:00
transform.ts fix(compiler-core): prevent comments from blocking static node hoisting (#13345) 2025-06-05 10:23:00 +08:00
utils.ts refactor(compiler): add separate transform for vbind shorthand (#13438) 2025-09-24 21:23:07 +08:00
validateExpression.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00