Evan You
|
b9cef7c398
make sure scope work properly for components inside fast-repeat
|
10 yıl önce |
Evan You
|
8f028e9d80
experimenting with fast repeat
|
10 yıl önce |
Nikola Kovacs
|
f4d4362187
eslint's operator-linebreak rule now supports the ternary operator.
|
10 yıl önce |
Evan You
|
1efe5dd9b0
use more descriptive function names in stack traces
|
10 yıl önce |
Evan You
|
b9d8ad37ce
save and throw async stack trace in debug mode
|
10 yıl önce |
Evan You
|
794214a3ff
make prop watchers sync (fix #1162)
|
10 yıl önce |
Evan You
|
3200487915
tweak batcher
|
10 yıl önce |
Evan You
|
12b4ae2ad6
lazy evaluation for computed properties
|
10 yıl önce |
Evan You
|
0d3b26455d
adjust build setup for better production minification
|
11 yıl önce |
Evan You
|
7b1c2f4872
avoid false watcher triggering on deep/Array watchers during digest (fix #1014)
|
11 yıl önce |
Evan You
|
7cf0f58b8d
use eslint
|
11 yıl önce |
Evan You
|
0c78d63842
make props available in created() and data()
|
11 yıl önce |
Evan You
|
eabca4d8de
props do not need to be in sync mode
|
11 yıl önce |
nerv
|
e3c9363ab7
Update: lang/isObject must return {Boolen}; lang/isArray more faster now
|
11 yıl önce |
Evan You
|
ae2432e25b
sync watcher
|
11 yıl önce |
Evan You
|
c48c7098e2
support watching a function
|
11 yıl önce |
Evan You
|
a94c80b844
Observer refactor: dep.depend()
|
11 yıl önce |
Evan You
|
704ab877d9
do not run in sync mode when debugging
|
11 yıl önce |
Evan You
|
90799e8753
log expression errors directly
|
11 yıl önce |
Evan You
|
d04315e9d6
refactor filter application
|
11 yıl önce |
Evan You
|
c0d22e8cae
simplify watcher
|
11 yıl önce |
Evan You
|
30bd8be797
perf optimization for watcher dep collection
|
11 yıl önce |
Evan You
|
3d5b9347a5
use $remove everywhere
|
11 yıl önce |
Evan You
|
e9670d59b0
fix watcher accidentally clearing watcherList on teardown (fix #806)
|
11 yıl önce |
Evan You
|
2e1e9e4597
ensure watcher flags to be booleans
|
11 yıl önce |
Evan You
|
b8d4225fcc
Warn against all expression errors, add "warnExpressionErros" config option.
|
11 yıl önce |
Evan You
|
47107c101a
watcher should only update for objects if it is a deep watch
|
11 yıl önce |
Evan You
|
cdd1e095b5
improve watcher error messages + use debugger when debug: true
|
11 yıl önce |
Evan You
|
b2ca72a66b
refactor batcher into singleton
|
11 yıl önce |
Evan You
|
8d545dad35
refactor watcher to use an option object
|
11 yıl önce |