Evan You
|
1b7ab89a5d
|
rework type annotation strategy: use interface instead
|
9 years ago |
Evan You
|
6dc2662b40
|
remove branch restrictions so PRs can run
|
9 years ago |
Evan You
|
0bd9a31858
|
annotate core util
|
9 years ago |
Evan You
|
a953bdeeb6
|
annotate observer
|
9 years ago |
Evan You
|
1a65dc880f
|
annotate global api
|
9 years ago |
Evan You
|
354ea616b5
|
annotate Vue class
|
9 years ago |
Evan You
|
182a45e0fa
|
annotate shared/util
|
9 years ago |
Evan You
|
fe48c6cf07
|
annotation tweaks
|
9 years ago |
Evan You
|
6a94e2ca7f
|
annotate config.js
|
9 years ago |
Evan You
|
6d712753d8
|
annotate ssr code
|
9 years ago |
Evan You
|
623bcc632c
|
update build setup to make babel work properly with flow
|
9 years ago |
Evan You
|
6e9614d875
|
fix ssr:dev task
|
9 years ago |
Evan You
|
b926b9e7cd
|
annotate entries
|
9 years ago |
Evan You
|
7ac7cae195
|
add error handling for srr
|
9 years ago |
Blake Newman
|
9b59ccc6b4
|
Fix issue with renderToString stack length overflowing (#2840)
* Fix issue with renderToString stack length overflowing
* SSR renderToString asyncronous callback
|
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 |
Blake Newman
|
35440d9856
|
SSR warn for no VUE_ENV and add tests (#2844)
- Added test coverage for data observation and VUE environment variable
- Moved Test helpers into own folder for reusability
|
9 years ago |
Evan You
|
efbb3985a9
|
remove tern, update flowconfig
|
9 years ago |
Evan You
|
4e4e68d999
|
include flow check in npm test
|
9 years ago |
Evan You
|
328bc28482
|
update build setup for flow
|
9 years ago |
Evan You
|
8ed2f8e6fb
|
first file annotated!
|
9 years ago |
Evan You
|
b139cdb854
|
add flow config
|
9 years ago |
Evan You
|
07cf6444c6
|
return this in $mount, make unit tests more consistent
|
9 years ago |
Evan You
|
4dc42357e4
|
use _isServer flag to determine whether __path__ should be noop
|
9 years ago |
Evan You
|
76d06ba422
|
implement $isServer and ssr observation skipping via env variables
|
9 years ago |
Evan You
|
5d08de5a2b
|
ensure scheduler depletes all queues
|
9 years ago |
Phan An
|
e38e494cba
|
Moduralize the noop() function (#2834)
Currently the `noop` function is being declared and used randomly at
places. This commit moduralizes it (à la lodash) for more DRY code.
|
9 years ago |
Evan You
|
5a5c7eb39d
|
ready -> mounted
|
9 years ago |
Evan You
|
2021b1f36f
|
layout unit test files
|
9 years ago |
Evan You
|
35efe4e8d9
|
rename batcher to scheduler
|
9 years ago |
Evan You
|
6593be9f75
|
update unit tests convention + basic component tests
|
9 years ago |
Evan You
|
faa8245209
|
<render> method should use dynamic binding
|
9 years ago |
Evan You
|
19f3fab1c4
|
add tern config file
|
9 years ago |
Evan You
|
097bb2e4e8
|
tweak render stream implementation
|
9 years ago |
Evan You
|
8172e7e257
|
fix ssr tests
|
9 years ago |
Evan You
|
8f5a32b91c
|
tweak render logic
|
9 years ago |
Evan You
|
498448284a
|
tweak ssr async resolve, revert $forceUpdate change
|
9 years ago |
Evan You
|
2b7c26d108
|
fix tests
|
9 years ago |
Evan You
|
430fe64bb5
|
only create render function once
|
9 years ago |
Evan You
|
270b0ac021
|
Merge branch 'ssr-improvements' of git://github.com/blake-newman/vue into ssr
|
9 years ago |
Evan You
|
c556190ba1
|
fix ssr test
|
9 years ago |
Evan You
|
c1bb12a36c
|
fix reorder benchmark after track-by change
|
9 years ago |
Evan You
|
96f02660a2
|
use classes
|
9 years ago |
Evan You
|
be2e79df27
|
fix ssr tests
|
9 years ago |
Evan You
|
f01e859d17
|
bump build babel preset
|
9 years ago |
Evan You
|
27033b7589
|
update build script and npm files
|
9 years ago |
Evan You
|
3be4071d59
|
bump babel version
|
9 years ago |
Evan You
|
9505d81115
|
add warnings for options with restrictions
|
9 years ago |
Evan You
|
b6d02d234b
|
support extends option
|
9 years ago |