vue3-yuanma/packages/compiler-core/src
2020-08-21 12:50:06 -04:00
..
transforms chore: use '@vue/shared' instead of '@vue/shared/src' (#1915) 2020-08-21 12:50:06 -04:00
ast.ts fix(compiler-core): v-if key error should only be checking same key on different branches 2020-08-04 12:01:18 -04:00
codegen.ts feat(compiler-core/internal): add onContextCreated option to generate (#1672) 2020-07-21 15:16:20 -04:00
compile.ts feat(compiler): better warning for invalid expressions in function/browser mode 2020-06-11 16:31:51 -04:00
errors.ts dx(compiler-core): warn on <template v-for> key misplacement 2020-08-04 12:20:32 -04:00
index.ts wip: template binding optimization 2020-07-10 22:12:25 -04:00
options.ts feat(compiler-core): add comments parser option (#1858) 2020-08-17 11:20:28 -04:00
parse.ts feat(compiler-core): add comments parser option (#1858) 2020-08-17 11:20:28 -04:00
runtimeHelpers.ts fix(v-on): capitalize dynamic event names 2020-07-13 17:36:46 -04:00
transform.ts fix(v-model): allow v-model usage on declared custom elements 2020-07-27 17:09:30 -04:00
utils.ts fix(compiler-core): v-if key error should only be checking same key on different branches 2020-08-04 12:01:18 -04:00
validateExpression.ts fix(compiler-core): skip empty expressions when validating expressions in browser mode 2020-06-15 10:59:03 -04:00