Sam Lichlyter
5489339a30
refactor(core): Replace "var" ( #8299 )
Replaces instances of "var" with "let" and "const" where applicable using the eslint 'no-var' and
'prefer-const' rules
6 years ago
Evan You
52f9d3f492
build: upgrade webpack & karma
6 years ago
Evan You
144a4dd860
build: rename build/ to scripts/
7 years ago
Evan You
8b43c81ed4
ci: bump transition unit test duration
7 years ago
Evan You
610d1aabe9
build: move test config files into /test
8 years ago
Evan You
dd35cbf69a
remove env vars from npm scripts
8 years ago
Evan You
3566d9296d
update karma configs to use explicit plugins
8 years ago
Evan You
1baa9d9c6c
upgrade to use webpack 2.2
8 years ago
Evan You
20bfa98ec4
adjust release script
8 years ago
Evan You
9dce7adfa2
Streaming render for weex
fix append mode for keep-alive reactivation
streaming render for weex
fix weex test case
inject __WEEX__ during tests
fix append:tree for iOS
ignore weex branch
8 years ago
Evan You
c994146372
increase transition test duration buffer on saucelabs
8 years ago
Evan You
69eab86813
remove unnecessary alias
8 years ago
Evan You
97476a4185
more build tweaks
8 years ago
Evan You
98a7e75f1e
increase transition test durations for suacelabs
9 years ago
Evan You
6a06b0dec0
include eslint during dev
9 years ago
Evan You
9ce3693021
setup unit test
9 years ago