vue3-core/packages/compiler-core/src
Hunter 6d2a1cb64d
fix(compiler-core): fix multiline member expression check (#2436)
fix #2426
2020-10-20 09:31:08 -04:00
..
transforms feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393) 2020-10-19 17:15:53 -04:00
ast.ts fix(compiler-core): make v-once work with v-if/else-if/else (#2182) 2020-10-05 11:58:37 -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 fix(compiler-core): consistently remove comment nodes for pre tags in production 2020-10-05 17:53:34 -04:00
runtimeHelpers.ts feat(compile-core): handle falsy dynamic args for v-on and v-bind (#2393) 2020-10-19 17:15:53 -04:00
transform.ts chore(compiler-core): define `child` if necessary. (#2033) 2020-09-14 20:56:53 -04:00
utils.ts fix(compiler-core): fix multiline member expression check (#2436) 2020-10-20 09:31:08 -04:00
validateExpression.ts fix(compiler-core): skip empty expressions when validating expressions in browser mode 2020-06-15 10:59:03 -04:00