Binwei Fang
|
dc4c4559b6
|
fix(generator): avoid doing redundant write operations (#6011)
Avoid overwriting the file which is not modified when executing `vue add/invoke`
This will reduce the chance of encountering issues like #5939
|
2020-12-20 19:56:33 +08:00 |
|
Haoqun Jiang
|
ba15fa26b2
|
fix: use sync fs methods in writeFileTree (#2341)
closes #2275
Iterating over async functions would put too many write calls in I/O
queue in the same time, leading to weird bugs.
|
2018-09-03 22:34:53 +08:00 |
|
Evan You
|
0f73a91162
|
refactor: use fs-extra
|
2018-04-30 18:19:02 -04:00 |
|
Barthélémy Ledoux
|
c648301743
|
fix: vue invoke should delete renamed/removed files (#1049)
|
2018-04-25 17:42:26 -04:00 |
|
Evan You
|
0151a8182d
|
initial plugin tests
|
2018-01-05 13:13:39 -05:00 |
|
Evan You
|
79cfab8edb
|
refactor: adjust generation strategy
|
2017-12-28 22:10:32 -05:00 |
|
Evan You
|
6275ceae46
|
wip
|
2017-12-26 16:20:31 -05:00 |
|
Evan You
|
7c0610b175
|
implement writeFileTree
|
2017-12-25 17:36:00 -05:00 |
|
Evan You
|
c19eafce9e
|
wip
|
2017-12-25 16:54:49 -05:00 |
|
Evan You
|
b2d6f27438
|
init
|
2017-12-24 15:43:26 -05:00 |
|