Evan You
|
4cee06ddab
|
refactor(compiler-core): follow up on #276
|
2019-10-15 11:51:52 -04:00 |
|
HcySunYang
|
68a3879b88
|
feat(compiler-core): more hoisting optimizations (#276)
|
2019-10-15 11:41:24 -04:00 |
|
terencez
|
4547d85a38
|
feat(compiler-core): support <portal> in template (#203)
|
2019-10-14 15:11:04 -04:00 |
|
likui
|
46e64b257c
|
feat(compiler-core/runtime-core): show codeframe in runtime compile errors (#220)
|
2019-10-12 19:49:23 -04:00 |
|
Illya Klymov
|
584ac88b54
|
fix(compiler): update v-if directive to use Comment instead of Empty (#208)
|
2019-10-11 11:04:55 -04:00 |
|
Evan You
|
e6d0d08a43
|
test(compiler): test for DirectiveTransform returning needRuntime: Symbol
|
2019-10-10 18:05:43 -04:00 |
|
Evan You
|
d376439167
|
wip(compiler-dom): v-model runtime
|
2019-10-10 18:02:51 -04:00 |
|
Adam Dorling
|
497ed19277
|
chore: remove copy-paste comment from v-cloak (#193)
|
2019-10-10 14:54:50 -04:00 |
|
月迷津渡
|
78f60347dc
|
feat(compiler): add isNativeTag option for determining element type (#139)
|
2019-10-10 14:54:06 -04:00 |
|
月迷津渡
|
f71d252ffe
|
fix(compiler-core): assest id (#190)
* fix(compile-core): asset id
* test(compile-core): asset id
|
2019-10-10 13:55:26 -04:00 |
|
Cédric Exbrayat
|
4ca32c537d
|
test(compiler): fix copy paste in v-once spec (#191)
|
2019-10-10 13:54:22 -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
|
f11dadc1d2
|
refactor(compiler): improve member expression check for v-on & v-model
|
2019-10-10 11:15:24 -04:00 |
|
Rahul Kadyan
|
87c3d2edae
|
feat(compiler-core): create transform for v-model (#146)
|
2019-10-10 10:33:58 -04:00 |
|
Evan You
|
93c6aa4c90
|
feat: v-once
Note: only compiler transform is tested - integration with runtime
still needs to be tested.
|
2019-10-09 17:32:58 -04:00 |
|
Evan You
|
5dfb271551
|
feat(compiler): implement support for v-pre
|
2019-10-09 16:00:08 -04:00 |
|
Rahul Kadyan
|
19c65a61ea
|
refactor(compiler-core): use directive name in error code identifier (#163)
|
2019-10-09 10:27:24 -04:00 |
|
Evan You
|
0615cf0108
|
refactor(compiler): flush transform onExit in reverse
|
2019-10-08 16:53:26 -04:00 |
|
Evan You
|
f15528350e
|
test: test expression transform for reserved literals
|
2019-10-08 11:27:48 -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
|
c4f9b6d592
|
test: fix import
|
2019-10-05 23:20:02 -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 |
|
Andrey Sukhonosov
|
de9507b6ff
|
fix(compiler/codegen): add simple expression node opening bracket for ConditionalExpression (#110)
|
2019-10-05 15:42:49 -04:00 |
|
Vladimir
|
f48a2ffc76
|
chore: fix typos (#103)
|
2019-10-05 10:48:54 -04:00 |
|
Martin Rojo
|
ea4a352ee6
|
fix(typo): transformSlotOutlet name correction (#83)
|
2019-10-04 22:12:51 -04:00 |
|
Evan You
|
277651ce89
|
fix(compiler): avoid hoisting components and directive calls
|
2019-10-04 14:34:26 -04:00 |
|
Evan You
|
caccf92721
|
test: fix vbind tests
|
2019-10-04 08:38:53 -04:00 |
|
Evan You
|
6059fe69e8
|
fix(compiler): patchFlag analysis should factor in props returned by directive transforms
|
2019-10-04 08:37:10 -04:00 |
|
Evan You
|
095f5edf8d
|
feat(compiler): hoist static trees
|
2019-10-03 23:30:25 -04:00 |
|
Evan You
|
2e2b6924da
|
feat(compiler): v-on inline statement handling
|
2019-10-03 17:47:00 -04:00 |
|
Evan You
|
3354837ce1
|
refactor: move transformStyle to compiler-dom
|
2019-10-03 16:55:14 -04:00 |
|
Evan You
|
c2fc7e3347
|
feat(compiler): force dynamicSlots flag when inside v-for or v-slot
|
2019-10-03 16:27:46 -04:00 |
|
Evan You
|
05db2a9c6c
|
wip(compiler): adjust renderSlot() signature
|
2019-10-03 14:29:12 -04:00 |
|
Evan You
|
306c22efe1
|
feat(compiler): mark compiler-generated slots for runtime
|
2019-10-03 14:08:14 -04:00 |
|
Evan You
|
aa9245d55c
|
feat(compiler): render <slot/> as block fragments
|
2019-10-03 12:03:14 -04:00 |
|
Evan You
|
fc47029ed3
|
feat(compiler): support v-for on named slots
|
2019-10-02 23:10:41 -04:00 |
|
Evan You
|
3d14265102
|
feat(compiler): handle conditional v-slot
|
2019-10-02 17:18:11 -04:00 |
|
Evan You
|
e90b83600a
|
test(compiler): tests for RootNode codegen transform
|
2019-10-02 14:03:28 -04:00 |
|
Evan You
|
24bd6c27e0
|
feat(compiler): block optimization codegen for RootNode
|
2019-10-02 13:11:07 -04:00 |
|
Evan You
|
b33f0ceff1
|
refactor(compiler): switch to acorn
|
2019-10-02 11:05:56 -04:00 |
|
Evan You
|
bec01c93bd
|
fix(compiler): v-for fragments should be blocks
|
2019-10-02 10:47:01 -04:00 |
|
Evan You
|
fe36555d9e
|
feat(compiler): generate TEXT patchFlag
|
2019-10-02 00:19:23 -04:00 |
|
Evan You
|
3a95a2f148
|
fix(compiler): generate correct fragment children when it contains single text node or slot outlet
|
2019-10-01 23:53:52 -04:00 |
|
Evan You
|
a477594d65
|
feat(compiler): v-for codegen w/ correct blocks optimization + key flags
|
2019-10-01 23:19:48 -04:00 |
|
Evan You
|
07955e6c96
|
test(compiler): tests for v-for codegen w/ block optimization
|
2019-10-01 21:00:55 -04:00 |
|
Evan You
|
65661b5ec0
|
test: restructure v-if & v-for tests
|
2019-10-01 17:58:09 -04:00 |
|
Evan You
|
4fc963bc5a
|
feat(compiler): annotate patchFlags in generated code
|
2019-10-01 17:53:57 -04:00 |
|
Evan You
|
e5bc17967d
|
wip(compiler): codegen node w/ block optimization for v-for
|
2019-10-01 16:48:20 -04:00 |
|