Evan You
f0a9e3d0f0
test padding and source map for sfc-parser
9 years ago
Evan You
7503f8eb15
support _scopeId
9 years ago
Evan You
3edfc4518d
support postTransform as well
9 years ago
Evan You
3ddef0c53c
add preTransform option for compiler modules
9 years ago
Evan You
8924e91abc
v-pre nodes should use staticAttrs
9 years ago
Evan You
a53d54aa8a
fix whitespace vnode identity breaking patch ( fix #3043 )
9 years ago
Evan You
b1ef7cf168
coverage for sfc-parser
9 years ago
Evan You
e236f80fa0
parser for single-file components
9 years ago
Evan You
93501f2002
transition refactoring
9 years ago
Evan You
4bcdce895c
record original tag name on vnode for components using is attribute
9 years ago
Evan You
48a0d29e35
rename track-by -> key
9 years ago
Evan You
313442d38a
test create component hook merging
9 years ago
Evan You
060fab9ec1
make ref a runtime module
9 years ago
Evan You
4290cdb6f1
fix hydration warning test in phantomjs
9 years ago
Evan You
d40ab0ca87
fix component client-side hydration
9 years ago
Evan You
eca4ad8203
more tests/fixes
9 years ago
Evan You
f8cfc81826
remove unnecessary v-pre related code
9 years ago
Evan You
1fc251cfa4
rename errorHandler config
9 years ago
Evan You
366188fbde
coverage improvements
9 years ago
Evan You
2e678b87a5
remove classList polyfill in tests
9 years ago
Evan You
9c2ca07cc6
more coverage improvements
9 years ago
Evan You
47f24430cb
also warn set/delete on instance root $data
9 years ago
Evan You
818faa7d58
options watch tests
9 years ago
Evan You
99a96d3c37
should invoke destroy hook for replaced root nodes too
9 years ago
Evan You
0e67d82356
remove transition specs (to be tested in its own suite)
9 years ago
Evan You
b370eacfce
fix unit tests in IE9
9 years ago
Evan You
cc06868882
improve hydration test case
9 years ago
kazuya kawaguchi
6b4a617e6d
Fix render codegen bug ( #2954 )
9 years ago
kazuya kawaguchi
02cdbd2dbb
add patch tests
ref: #2872
9 years ago
Evan You
5594a7cd3d
tests for v-bind object
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
0a15d9ee27
add root element warnings
9 years ago
kazuya kawaguchi
30c82195d1
add create-element tests ( #2930 )
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
acd712d54d
fix ref codegen
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
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
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
kazuya kawaguchi
6daba53750
add optimizer tests ( #2882 )
ref: #2872
9 years ago
Evan You
eaddbe5739
update track-by usage in test
9 years ago
kazuya kawaguchi
b8ffc659e9
add parser tests ( #2878 )
ref #2872
9 years ago
kazuya kawaguchi
b65511e111
add scheduler tests ( #2869 )
9 years ago
kazuya kawaguchi
82da272bdf
add watcher tests ( #2868 )
9 years ago
Evan You
d6ced71719
prohibit Vue.set/delete on Vue instances
9 years ago
kazuya kawaguchi
64de68b6f5
add observer tests ( #2855 )
* test: add observer tests
NOTE: bring vue 1.x observer test
* update observer tests
9 years ago
Evan You
2021b1f36f
layout unit test files
9 years ago