vue3-yuanma/packages
Evan You 353b06df77 perf(compiler): should only perform assertions during tests
Compiler assertions are made to ensure implementation correctness,
but they have performance costs that should not affect users
during development.
2019-11-15 17:29:08 -05:00
..
compiler-core perf(compiler): should only perform assertions during tests 2019-11-15 17:29:08 -05:00
compiler-dom perf(compiler): minor perf tweaks 2019-11-15 16:47:55 -05:00
compiler-sfc feat(compiler-sfc): warn duplicate block (#451) 2019-11-14 11:50:13 -05:00
reactivity types(reactivity): ref type should not expose _isRef 2019-11-08 13:29:43 -05:00
runtime-core fix(scheduler): warn recursive updates in postFlushCbs as well (#456) 2019-11-14 12:06:23 -05:00
runtime-dom refactor(runtime-dom): avoid unnecessary checks in patchDOMProp (#452) 2019-11-14 11:27:23 -05:00
runtime-test refactor: use isArray function from shared (#441) 2019-11-08 09:52:24 -05:00
server-renderer types: setup tests for built d.ts files 2019-11-01 22:54:01 -04:00
shared fix: handle empty lines in codeframe 2019-11-14 11:50:16 -05:00
template-explorer feat(v-on): cache handlers 2019-10-18 21:51:34 -04:00
vue chore: use const instead of let (#437) 2019-11-07 23:35:22 -05:00
global.d.ts refactor: use __TEST__ flag 2019-11-04 14:28:01 -05:00