vue3-yuanma/packages/compiler-core
Evan You 5fbd1f4ccb fix(compiler-core/v-on): only cache empty handler when the option is used
fix #1716

The original idea is that the empty handler can be cached in all cases,
but this contradicts with the assumption that `hasCachedProps` check in
the static hoist transform can simply return `false` in the browser
build.
2020-07-27 18:28:39 -04:00
..
__tests__ fix(compiler-core): fix v-if + v-for on <template> 2020-07-19 14:36:01 -04:00
src fix(compiler-core/v-on): only cache empty handler when the option is used 2020-07-27 18:28:39 -04:00
api-extractor.json refactor(types): mark internal API exports and exclude from d.ts 2020-04-30 17:04:35 -04:00
index.js refactor: rename packages 2018-10-26 15:44:50 -04:00
LICENSE chore: license 2019-10-28 11:15:17 -04:00
package.json release: v3.0.0-rc.4 2020-07-21 15:40:46 -04:00
README.md refactor: rename packages 2018-10-26 15:44:50 -04:00

@vue/compiler-core