vue3-core/packages/compiler-core/src
三咲智子 Kevin Deng 87c72ae49a
fix(v-model): ensure v-model listener casing is consistent with manual v-on listener (#7067)
fix #7066
2022-11-14 02:21:29 -05:00
..
compat chore: remove v3.vuejs.org references 2022-02-07 13:13:26 +08:00
transforms fix(v-model): ensure v-model listener casing is consistent with manual v-on listener (#7067) 2022-11-14 02:21:29 -05:00
ast.ts refactor(compiler-core): make ast.helpers a Set (#6774) 2022-11-13 20:44:02 -05:00
babelUtils.ts chore: fix typo (#5261) [ci skip] 2022-01-21 01:18:34 -05:00
codegen.ts refactor(compiler-core): make ast.helpers a Set (#6774) 2022-11-13 20:44:02 -05:00
compile.ts fix(compiler-core): support ts syntax in expressions when isTS is true 2021-09-20 11:51:01 -04:00
errors.ts chore(compiler-core): missing space in v-slot mixed usage error message (#7076) 2022-11-14 02:06:24 -05:00
index.ts fix(compiler-ssr): fix invalid codegen when v-slot name is explicit empty attr (#3326) 2022-10-26 16:18:19 +08:00
options.ts fix(compiler-sfc): defineProps return binding or rest binding should be considered reactive 2022-05-10 17:34:15 +08:00
parse.ts fix(compiler-core): keep whitespaces between interpolation and comment (#6828) 2022-11-08 09:50:43 -05:00
runtimeHelpers.ts chore: symbols as helperNameMap index type (#6622) 2022-10-06 05:26:16 +08:00
transform.ts refactor(compiler-core): make ast.helpers a Set (#6774) 2022-11-13 20:44:02 -05:00
utils.ts fix(compiler-core): avoid duplicate keys in codegen with `v-if` (#6689) 2022-11-07 22:04:31 -05:00
validateExpression.ts fix(compiler-core): typeof should be allowed in browser expression validation (#7037) 2022-11-14 01:50:35 -05:00