Evan You
6c8f226a79
fix: fix source map by fixing advancePositionWithMutation
2019-09-25 19:17:45 -04:00
Evan You
ff2313e43a
wip(compiler): adjust statement positions
2019-09-25 15:09:58 -04:00
Evan You
b43f3b61b7
feat(compiler): transformStyle + context.hoist
2019-09-25 14:13:33 -04:00
Evan You
3e8cd3f25f
wip(compiler): property deduping
2019-09-25 12:39:46 -04:00
Evan You
f79433cbb3
feat(compiler): include ast in compile result
2019-09-25 09:23:34 -04:00
Evan You
d6852c5669
chore: fix comment
2019-09-25 07:30:14 -04:00
Evan You
61be769ce6
test: move source map test to compile.spec.ts
2019-09-24 23:01:57 -04:00
Evan You
af585081b1
test: test the right branches of code
2019-09-24 22:56:57 -04:00
Evan You
642a44f8f0
chore: fix browser build treeshaking for transformExpression
2019-09-24 22:50:00 -04:00
Evan You
84909648e7
test: tests for v-on transform
2019-09-24 22:39:20 -04:00
Evan You
597ada36ed
test: tests for v-bind transform
2019-09-24 22:03:28 -04:00
Evan You
6ad84614f7
feat: renderList helper for v-for
2019-09-24 21:32:29 -04:00
Evan You
9b06e04e0f
feat: v-on with no argument
2019-09-24 20:51:48 -04:00
Evan You
0707fa5d21
test: more coverage
2019-09-24 16:40:32 -04:00
Evan You
cae03f616d
test: improve coverage
2019-09-24 16:35:01 -04:00
Evan You
e67084e5a1
chore: test todos
2019-09-24 15:51:52 -04:00
Evan You
7a46e51815
test: tests for codegen
2019-09-24 15:49:02 -04:00
Evan You
76a1196935
feat(runtime): support rendering comment nodes
2019-09-24 14:37:14 -04:00
Evan You
f5b3f580f1
test: finish tests for transformExpression
2019-09-24 12:13:08 -04:00
Evan You
4a82e7cdbc
wip: test for transformExpression
2019-09-24 12:13:08 -04:00
dependabot-preview[bot]
acfa7bd46e
build(deps-dev): bump @microsoft/api-extractor from 7.4.2 to 7.4.4
...
Bumps [@microsoft/api-extractor](https://github.com/Microsoft/web-build-tools ) from 7.4.2 to 7.4.4.
- [Release notes](https://github.com/Microsoft/web-build-tools/releases )
- [Commits](https://github.com/Microsoft/web-build-tools/compare/@microsoft/api-extractor_v7.4.2...@microsoft/gulp-core-build-typescript_v7.4.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-24 06:49:23 +00:00
Evan You
dcf4764360
test: test transformElements
2019-09-23 20:45:40 -04:00
Evan You
c20975ec68
test: refactor vIf tests
2019-09-23 17:31:11 -04:00
Evan You
f0d4eec946
test: refactor vFor tests
2019-09-23 17:16:07 -04:00
Evan You
b3b67b8c7d
feat(compiler): ensure interpolation expressions are wrapped with toString()
2019-09-23 15:36:30 -04:00
Evan You
e09e887219
fix: handle nested scope identifiers
2019-09-23 13:56:56 -04:00
Evan You
88e5e96a3e
refactor: useWith -> prefixIdentifiers
2019-09-23 13:29:52 -04:00
Evan You
e57cb51066
feat(compiler): expression prefixing + v-for scope analysis
2019-09-23 13:29:52 -04:00
Evan You
b04be6a561
wip: fix transform order
2019-09-23 13:29:52 -04:00
Evan You
bb8524e199
wip: expression rewrite
2019-09-23 13:29:52 -04:00
Evan You
70656690e2
chore: fix todo
2019-09-23 13:29:52 -04:00
dependabot-preview[bot]
8d4b718f9e
build(deps-dev): bump lint-staged from 9.2.5 to 9.3.0
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 9.2.5 to 9.3.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v9.2.5...v9.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 07:05:28 +00:00
Evan You
8076ce1f28
feat(compiler): handle runtime helper injection
2019-09-22 23:07:36 -04:00
Evan You
914087edea
feat(compiler): basic v-bind & v-on transforms
2019-09-22 22:19:42 -04:00
Evan You
3ab016e44f
wip: improve v-if & v-for codegen output formatting
2019-09-22 21:10:22 -04:00
Evan You
e8463f1198
chore: rename test dir
2019-09-22 20:56:24 -04:00
Evan You
0af0febfc2
fix: make sure v-if and v-for work together
2019-09-22 20:55:18 -04:00
Evan You
3415bbd823
wip: improve v-if codegen output formatting
2019-09-22 17:06:46 -04:00
Evan You
9c01e0bf0d
fix(transform): transform should still apply even when node is removed
2019-09-22 17:02:32 -04:00
Evan You
3a177a18d2
feat(compiler): element codegen
2019-09-22 16:50:57 -04:00
Evan You
40307d9642
chore: fix parserOptions usage of props
2019-09-22 13:05:19 -04:00
Evan You
3f05315d17
test: fix tests
2019-09-21 17:48:17 -04:00
Evan You
baa8954884
feat(compiler): element transform
2019-09-21 17:42:12 -04:00
Evan You
93440bba97
wip: element transforms
2019-09-21 15:47:26 -04:00
Haoqun Jiang
b275f8697d
test: add tests for rendererChildren ( #52 )
...
* test: [wip] add tests for rendererChildren
* chore: use serializeInner for clearer output
* fix: should remove the text node if content is empty
* test: also test for appended content
* test: inserting & removing
* test: moving children
* refactor: use a helper function
* test: finish tests
* test: duplicate keys tests belong to keyed children block
* fix(runtime-test): fix insert when moving node in the same parent
* fix: fix failing test cases for rendererChildren
* test: handle rendererChildren edge case
2019-09-20 18:17:35 -04:00
Evan You
c78d47b788
feat(compiler): set sourcesContent for source map
2019-09-20 12:19:52 -04:00
Evan You
8a923f6a52
refactor: move compile into compiler-core
2019-09-20 12:16:19 -04:00
Evan You
3e1973f065
test: test on-the-fly compilation
2019-09-20 00:56:02 -04:00
Evan You
30e60c0492
chore: tweak size script
2019-09-20 00:31:14 -04:00
Evan You
3ddd121b19
feat: on-the-fly template compilation
2019-09-20 00:24:16 -04:00