vue3-yuanma/packages/compiler-core/src
2020-07-28 15:18:41 -04:00
..
transforms refactor(compiler-core): emit error on v-if key usage 2020-07-28 15:18:41 -04:00
ast.ts perf(compiler-core): treat v-for with constant exp as a stable fragment (#1394) 2020-06-17 16:13:14 -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 refactor(compiler-core): emit error on v-if key usage 2020-07-28 15:18:41 -04:00
index.ts wip: template binding optimization 2020-07-10 22:12:25 -04:00
options.ts fix(v-model): allow v-model usage on declared custom elements 2020-07-27 17:09:30 -04:00
parse.ts feat: support delimiters option for runtime compilation 2020-07-23 14:27:17 -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 refactor: move @babel/types to dev deps, reduce install size 2020-07-20 22:14:05 -04:00
validateExpression.ts fix(compiler-core): skip empty expressions when validating expressions in browser mode 2020-06-15 10:59:03 -04:00