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
|
35d31a2ba2
|
chore: remove duplicate helperNameMap entry
|
2019-10-11 10:49:35 -04:00 |
|
Evan You
|
9ad7ae479e
|
fix(compiler): export COMMENT instead EMPTY runtime helper
|
2019-10-11 10:47:59 -04:00 |
|
herochen
|
056764ce47
|
chore: typo (#198)
|
2019-10-11 09:59:52 -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 |
|
二当家的
|
99bdc5a8c8
|
chore: correct typo (#188)
|
2019-10-10 10:26:13 -04:00 |
|
Evan You
|
2967745e7b
|
refactor: use early return style in v-for
|
2019-10-09 22:31:27 -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 |
|
Evan You
|
b255f42ab3
|
types: fix error inference for public compile method
|
2019-10-09 11:30:56 -04:00 |
|
Evan You
|
f91d335e65
|
feat(compiler): v-text transform + move dom-specific errros codes to compiler-dom
|
2019-10-09 11:13:13 -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
|
e8ee163fdd
|
chore: remove unnecessary type cast
|
2019-10-08 15:58:35 -04:00 |
|
Evan You
|
eadcaead37
|
feat(compiler-dom): transform for v-html
|
2019-10-08 15:35:57 -04:00 |
|
Evan You
|
8da5b007b1
|
types: improve typing
|
2019-10-08 12:43:13 -04:00 |
|
Evan You
|
b68eb229c7
|
types: move scopeIds into PrefixMeta
|
2019-10-08 12:09:22 -04:00 |
|
Evan You
|
f15528350e
|
test: test expression transform for reserved literals
|
2019-10-08 11:27:48 -04:00 |
|
Evan You
|
b4d375b0b8
|
fix(compiler): should not prefix reserved literals (close #142)
|
2019-10-08 11:25:38 -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
|
802ecccc49
|
refactor: give runtimeHelper symbols more readable names during dev
|
2019-10-07 13:32:29 -04:00 |
|
Evan You
|
3146e6b942
|
fix(compiler/v-if): avoid incorrect transform application on v-else/else-if branch children
|
2019-10-07 12:48:43 -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 |
|
Carlos Rodrigues
|
fbabae0c0a
|
chore: replace some type casts and fix variable and filename typos (#93)
|
2019-10-05 10:38:02 -04:00 |
|
Carlos Rodrigues
|
23ff681418
|
chore: fix comment typos (#94)
|
2019-10-05 10:35:19 -04:00 |
|
zrh122
|
12abcba2c5
|
chore: fix typo in codegen (#92)
|
2019-10-05 10:29:50 -04:00 |
|
taiyop
|
a84a2b252d
|
chore: fix typo in vBind.ts (#91)
|
2019-10-05 10:26:32 -04:00 |
|
夜宴
|
eaf4f67c62
|
chore: spelling mistake in ast.ts (#88)
|
2019-10-05 10:23:25 -04:00 |
|
Reed Jones
|
ca70aff860
|
chore: fix docs typo in vOn.ts (#86)
|
2019-10-04 23:12:49 -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 |
|
Martin Rojo
|
ea4a352ee6
|
fix(typo): transformSlotOutlet name correction (#83)
|
2019-10-04 22:12:51 -04:00 |
|
Evan You
|
0873254c6c
|
workflow: improve template explorer
|
2019-10-04 17:43:20 -04:00 |
|
Evan You
|
277651ce89
|
fix(compiler): avoid hoisting components and directive calls
|
2019-10-04 14:34:26 -04:00 |
|
Evan You
|
5047bc8dbe
|
workflow: basic template explorer
|
2019-10-04 13:08:17 -04:00 |
|
Evan You
|
b61d9652dd
|
chore: shorten option name
|
2019-10-04 09:03:00 -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
|
4dea23f79e
|
fix(compiler): exclude BAIL flag in annotations
|
2019-10-03 15:17:45 -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
|
f401ac6b88
|
refactor: improve vSlot.ts readability
|
2019-10-02 18:03:42 -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
|
191db785bd
|
refactor: use global whitelist for render proxy has check
|
2019-10-02 10:37:06 -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 |
|
Evan You
|
aa134e7a4f
|
test(compiler): codegen tests for Sequence & Conditional expressions
|
2019-10-01 15:43:59 -04:00 |
|
Evan You
|
ed111cd37b
|
test(compiler): tests for vIf codegen w/ blocks optimization
|
2019-10-01 15:05:08 -04:00 |
|
Evan You
|
5de744d4e1
|
wip(compiler): generate blocks for v-if
|
2019-10-01 12:25:29 -04:00 |
|
Evan You
|
e31fb3c172
|
wip: Sequence & Conditional expressions for AST
|
2019-10-01 12:25:29 -04:00 |
|
Evan You
|
d67418002f
|
feat(compiler): generate patchFlags for runtime
|
2019-09-30 21:17:12 -04:00 |
|
Evan You
|
da0d785d84
|
test: record snapshots for text optimization
|
2019-09-30 14:58:20 -04:00 |
|
Evan You
|
e5e40e1e38
|
feat(compiler): optimize text by merging adjacent nodes
|
2019-09-30 14:52:10 -04:00 |
|
Evan You
|
7ee07447c5
|
wip: drop class opt for now + move lazy requires to utils
|
2019-09-30 14:52:10 -04:00 |
|
Evan You
|
389a07835c
|
feat(compiler): handle complex destructure expressions in v-for
|
2019-09-28 16:02:08 -04:00 |
|
Evan You
|
798a9cbe9b
|
test: improve coverage
|
2019-09-28 14:15:10 -04:00 |
|
Evan You
|
1c410205de
|
test(compiler): test v-slot transform
|
2019-09-28 14:05:10 -04:00 |
|
Evan You
|
96749e0178
|
test: test slotFunction codegen
|
2019-09-28 13:12:41 -04:00 |
|
Evan You
|
a792d697a3
|
refactor: simplify slot extraneous child check
|
2019-09-28 01:35:49 -04:00 |
|
Evan You
|
6461b3853e
|
refactor(compiler): split slot / slot outlet / slot scope handling into separate transforms
|
2019-09-28 00:19:24 -04:00 |
|
Evan You
|
6377af483b
|
fix(compiler): improve auto prefixing cases
|
2019-09-27 23:20:26 -04:00 |
|
Evan You
|
262be6733c
|
wip(compiler): tweak codegen, avoid duplicated asset resolution, improve formatting
|
2019-09-27 22:49:20 -04:00 |
|
Evan You
|
32666c7708
|
feat(compiler): transform component slots
|
2019-09-27 22:25:32 -04:00 |
|
Evan You
|
ee66ce78b7
|
feat(compiler): transform slot outlets
|
2019-09-27 20:29:20 -04:00 |
|
Evan You
|
d900c13efb
|
refactor(compiler): separate Interpolation, SimpleExpression & CompoundExpression types
|
2019-09-27 11:42:02 -04:00 |
|
Evan You
|
d491a022a7
|
refactor(compiler): provide context.resetMapping()
|
2019-09-27 09:25:52 -04:00 |
|
Rahul Kadyan
|
a407b16b2b
|
fix(compiler): generate correct mappings for v-for and object properties (#69)
|
2019-09-27 09:19:03 -04:00 |
|
Evan You
|
63b6902bdb
|
feat(compiler): correct source map generation
|
2019-09-26 14:55:53 -04:00 |
|
Evan You
|
2e3a1ff3c3
|
fix: do not use lookbehind regex yet
|
2019-09-26 12:22:31 -04:00 |
|
Evan You
|
7c030ee899
|
build: adjust compiler-core export to avoid collision
|
2019-09-26 11:51:04 -04:00 |
|
Evan You
|
3bba461128
|
feat(compiler): include names in source map
|
2019-09-26 10:14:02 -04:00 |
|
Evan You
|
ac7587fdb5
|
test: compiler integration tests
|
2019-09-25 22:29:37 -04:00 |
|