HcySunYang
|
68a3879b88
|
feat(compiler-core): more hoisting optimizations (#276)
|
2019-10-15 11:41:24 -04:00 |
|
Illya Klymov
|
80f5cb2700
|
fix(compiler): do not hoist element with dynamic key (#187)
|
2019-10-10 11:19:17 -04:00 |
|
Evan You
|
16da9ae89f
|
fix(compiler): handle block nodes with custom directives + improve ast types
|
2019-10-08 10:50:10 -04:00 |
|
Evan You
|
57a5c61320
|
test: tests for hoistStatic
|
2019-10-07 17:12:22 -04:00 |
|
Evan You
|
82bd9eb1db
|
refactor(compiler): refine codegen node types
|
2019-10-05 22:48:13 -04:00 |
|
Evan You
|
bfecf2cdce
|
refactor(compiler): use symbols for runtime helpers
|
2019-10-05 22:48:13 -04:00 |
|
Evan You
|
21666243e9
|
fix(compiler): props hoist should also work on elements w/ TEXT flag
|
2019-10-04 22:51:51 -04:00 |
|
Evan You
|
9c9ef609d8
|
fix: import patchFlags from @vue/shared in compiler instead
Otherwise this imports unnecessary stuff from the runtime.
|
2019-10-04 22:47:09 -04:00 |
|
Evan You
|
277651ce89
|
fix(compiler): avoid hoisting components and directive calls
|
2019-10-04 14:34:26 -04:00 |
|
Evan You
|
b61d9652dd
|
chore: shorten option name
|
2019-10-04 09:03:00 -04:00 |
|
Evan You
|
095f5edf8d
|
feat(compiler): hoist static trees
|
2019-10-03 23:30:25 -04:00 |
|