Evan You
2114cca184
support using extended contructors as mixins
9 years ago
kazuya kawaguchi
6b4a617e6d
Fix render codegen bug ( #2954 )
9 years ago
Evan You
34b37a62ec
test for v-cloak
9 years ago
Evan You
6a06b0dec0
include eslint during dev
9 years ago
Evan You
cb915d0120
fix linting issues
9 years ago
Evan You
5594a7cd3d
tests for v-bind object
9 years ago
Evan You
8d229b2442
support v-bind on objects
9 years ago
Evan You
54e648e49f
include patch process in watcher getter to ensure correct dep collection for deep updates
9 years ago
Evan You
49b62889c6
tweaks
9 years ago
Evan You
7f85acb4e5
expose oldValue on directive bindings
9 years ago
Evan You
6195742c2b
fix v-show transition on appear
9 years ago
Evan You
8c8eaea0fb
restructure global api tests + ensure global mixins work regardless of constructor creation time
9 years ago
Bartek
7d55af6b6a
Delimiters tests ( #2948 )
* delimiters spec
* delete Vue.options.delimiters
9 years ago
Evan You
d263bb237a
adjust directive hook signature to expose all information
9 years ago
Evan You
48f22c9b17
fix flow error
9 years ago
Evan You
0a15d9ee27
add root element warnings
9 years ago
Evan You
df73cbf0a8
remove v-bind:style important test case due to phantomjs inconsistency
9 years ago
Evan You
c972b80cd8
fix delimiters caching ( fix #2940 )
9 years ago
kazuya kawaguchi
30c82195d1
add create-element tests ( #2930 )
9 years ago
Brendan Bowidas
93bfc9baa7
Unit tests for v-bind:style ( #2932 )
* begin unit tests for v-bind:style
* add unit tests for v-bind:style directive
9 years ago
Evan You
82c76175ec
use extend instead of Object.assign() since the latter is not avaialble in phantomjs
9 years ago
Evan You
f5297358af
fix linting problems
9 years ago
Evan You
9d3479a76c
rearrange option tests
9 years ago
Blake Newman
79b29f7ba4
added ref directive tests ( #2892 )
9 years ago
Evan You
acd712d54d
fix ref codegen
9 years ago
Evan You
af0bf2a886
async component tests
9 years ago
Evan You
3245ee6fe4
fix root mount with emptyNode
9 years ago
Evan You
600ebfbaa4
simplify compiler tests
9 years ago
kazuya kawaguchi
0f46d950ec
add create-component tests ( #2928 )
ref: #2872
9 years ago
Evan You
837853d95a
better inferring of component names in warnings
9 years ago
Evan You
78331451fa
improve watcher evaluation error warning
9 years ago
Evan You
59e92a58c5
screw ie8
9 years ago
Evan You
6fe268874c
improve codegen for smaller generated code size
9 years ago
kazuya kawaguchi
680baf846e
add codegen tests ( #2894 )
ref #2872
9 years ago
Evan You
f8ece6144a
improve waitForUpdate() syntax
9 years ago
Evan You
0b1460d4d5
add csp warning
9 years ago
Blake Newman
8e35604dab
added pre directive tests ( #2891 )
9 years ago
Evan You
19495df45a
use babel-plugin-coverage instead
9 years ago
Evan You
ae7becf741
remove test.js
9 years ago
Evan You
39e42f503c
add vm annotation in init
9 years ago
Jinjiang
2e8dfe5d9a
revert _init method for Vuex ( #2886 )
9 years ago
Evan You
36a32e4466
tweaks based on #2885
9 years ago
Evan You
fd6944a597
small tweak for coverage
9 years ago
Jinjiang
1d45c4b9e9
extract style/class/transition as web platform compiler modules ( #2885 )
* extract style/class/transition as web platform compiler modules
* fixed genData bug
* made module.staticKeys optional in compiler
* changed module.genData just return additional data in compiler
* cached genStaticKeys in compiler optimizer
9 years ago
Evan You
94d186b095
update ssr benchmark
9 years ago
Evan You
da4124c4ca
unit tests for v-bind:class
9 years ago
Blake Newman
4618914ceb
Added benchmark for SSR ( #2842 )
- Includes `renderToStream` and `renderToString`
- Added SSR benchmark README.md
- Added npm `bench:ssr` script
- Renders table with 1000 rows with 10 columns (10 thousand components)
9 years ago
Evan You
b67143a5b8
fix optimizer isStatic check
9 years ago
Evan You
3573ffff1f
refine ast nodes with disjoint union type
9 years ago
Evan You
c908352d7c
fix node-ops type declaration
9 years ago