vue3-core/packages/compiler-core/src
yangxiuxiu 93949e6587
fix(compat): should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for (#12993)
fix #12992
2025-05-22 08:44:34 +08:00
..
compat refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
transforms fix(compat): should not warn COMPILER_V_BIND_OBJECT_ORDER when using v-bind together with v-for (#12993) 2025-05-22 08:44:34 +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(compiler-core): ensure mapping is added only if node source is available (#13285) 2025-05-16 08:22:37 +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(compat): correct deprecation message for v-bind.sync usage (#13137) 2025-04-02 11:12:29 +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