vue3-core/packages/compiler-core/src
山吹色御守 1e8b65aa49
perf: improve regexp performance with non-capturing groups (#13567)
2025-09-02 17:30:02 +08:00
..
compat refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00
transforms perf: improve regexp performance with non-capturing groups (#13567) 2025-09-02 17:30:02 +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 function parameters should not be inferred as references (#13548) 2025-07-23 08:41:50 +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(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 perf: improve regexp performance with non-capturing groups (#13567) 2025-09-02 17:30:02 +08:00
validateExpression.ts refactor(types): enable `isolatedDeclarations` (#11178) 2024-08-08 23:05:21 +08:00