Evan You
|
8fd9e9ba97
test(compiler-core): test TempalteLiteral and IfStatement codegen
|
6 лет назад |
Evan You
|
066ba82c7f
wip(ssr): escape helpers
|
6 лет назад |
likui
|
810b3a3e2a
feat(compiler-sfc): transform asset url (#500)
|
6 лет назад |
Evan You
|
1c0a2c6d41
refactor(compiler): use shorter helpers for text and comment nodes
|
6 лет назад |
Evan You
|
af5a8e1154
feat(compiler-core): re-implement v-once to use cache mechanism
|
6 лет назад |
Evan You
|
869ae19c41
fix(compiler): cache handlers should be per-instance, fix hoist w/ cached handlers
|
6 лет назад |
Evan You
|
58593c4714
feat(v-on): cache handlers
|
6 лет назад |
Illya Klymov
|
584ac88b54
fix(compiler): update v-if directive to use Comment instead of Empty (#208)
|
6 лет назад |
月迷津渡
|
f71d252ffe
fix(compiler-core): assest id (#190)
|
6 лет назад |
Evan You
|
16da9ae89f
fix(compiler): handle block nodes with custom directives + improve ast types
|
6 лет назад |
Evan You
|
c4f9b6d592
test: fix import
|
6 лет назад |
Evan You
|
82bd9eb1db
refactor(compiler): refine codegen node types
|
6 лет назад |
Evan You
|
bfecf2cdce
refactor(compiler): use symbols for runtime helpers
|
6 лет назад |
Evan You
|
24bd6c27e0
feat(compiler): block optimization codegen for RootNode
|
6 лет назад |
Evan You
|
e5bc17967d
wip(compiler): codegen node w/ block optimization for v-for
|
6 лет назад |
Evan You
|
aa134e7a4f
test(compiler): codegen tests for Sequence & Conditional expressions
|
6 лет назад |
Evan You
|
5de744d4e1
wip(compiler): generate blocks for v-if
|
6 лет назад |
Evan You
|
e5e40e1e38
feat(compiler): optimize text by merging adjacent nodes
|
6 лет назад |
Evan You
|
96749e0178
test: test slotFunction codegen
|
6 лет назад |
Evan You
|
6461b3853e
refactor(compiler): split slot / slot outlet / slot scope handling into separate transforms
|
6 лет назад |
Evan You
|
d900c13efb
refactor(compiler): separate Interpolation, SimpleExpression & CompoundExpression types
|
6 лет назад |
Evan You
|
ac7587fdb5
test: compiler integration tests
|
6 лет назад |
Evan You
|
6c8f226a79
fix: fix source map by fixing advancePositionWithMutation
|
6 лет назад |
Evan You
|
ff2313e43a
wip(compiler): adjust statement positions
|
6 лет назад |
Evan You
|
b43f3b61b7
feat(compiler): transformStyle + context.hoist
|
6 лет назад |
Evan You
|
61be769ce6
test: move source map test to compile.spec.ts
|
6 лет назад |
Evan You
|
84909648e7
test: tests for v-on transform
|
6 лет назад |
Evan You
|
cae03f616d
test: improve coverage
|
6 лет назад |
Evan You
|
7a46e51815
test: tests for codegen
|
6 лет назад |
Evan You
|
b3b67b8c7d
feat(compiler): ensure interpolation expressions are wrapped with toString()
|
6 лет назад |