vue3-core/packages/compiler-core/src
linzhe 99009eee0e
fix(compiler-core): handle v-memo + v-for with functional key (#12014)
close #12013
2024-11-14 15:14:29 +08:00
..
compat refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
transforms fix(compiler-core): handle v-memo + v-for with functional key (#12014) 2024-11-14 15:14:29 +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 refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
codegen.ts fix(v-once): setting hasOnce to current block only when in v-once (#12374) 2024-11-14 14:53:55 +08:00
compile.ts test: adjust coverage config, use v8 coverage 2024-08-29 10:41:29 +08:00
errors.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
index.ts fix(compiler-core): change node hoisting to caching per instance (#11067) 2024-06-04 20:09:54 +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): clone loc to `ifNode` (#12131) 2024-10-11 11:07:07 +08:00
runtimeHelpers.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
tokenizer.ts fix(compiler-core): fix handling of delimiterOpen in VPre (#11915) 2024-09-13 16:46:01 +08:00
transform.ts fix(v-once): setting hasOnce to current block only when in v-once (#12374) 2024-11-14 14:53:55 +08:00
utils.ts test: adjust coverage config, use v8 coverage 2024-08-29 10:41:29 +08:00
validateExpression.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00