12 Commits

Author SHA1 Message Date
JPeer264
b9d8b45bfb Refactor rimraf 2017-02-19 22:51:01 +01:00
JPeer264
de64547045 Refactor remove/Sync 2017-02-17 22:28:45 +01:00
Nathan Phillip Brink
efc2b76caf
Fix remove() no-globbing tests to skip/pass on Windows 2016-11-15 16:32:50 +00:00
Nathan Phillip Brink
b610d40e53
Test that remove() ignores glob characters.
After looking at rimraf, I began to fear that node-fs-extra, which
is based on rimraf, might also automatically glob things. I find
this confusing when the API is being used as an overlay of the
node built-in fs module which never expands globs. This test
explicitly verifies that the remove() function does not follow
glob characters.
2016-11-15 16:32:50 +00:00
RyanZim
a837927988 Inline rimraf
We aren't using rimraf's glob support, and glob is a rather large
dependency.

Changes:

- Remove glob support from rimraf
- Remove move()'s dependency on rimraf; use fs-extra.remove instead
- Make rimraf a devDependency; it is used in the tests
2016-10-28 15:46:30 -04:00
Zeus
1f49d10f18 Disable rimraf globbing since its not supported anywhere else within fs-extra
Add missing var declaration
2016-09-29 12:30:06 -07:00
Georgios Kalpakas
06a9c1a1fb tests: rename remote.test.js to remove.test.js 2016-09-11 01:26:08 +03:00
JP Richardson
955836b1ff lib/remove: removed alias 'delete()' 2015-08-28 15:16:31 -05:00
JP Richardson
25c1985ba1 JavaScript Standard Style 2015-08-28 15:14:10 -05:00
JP Richardson
ee763a7b34 lib/remove/__tests__: moved from tests/ 2015-06-20 07:50:40 -05:00
JP Richardson
a92821f85c lib/remove: moved alias 'delete' 2015-06-15 17:51:11 -05:00
JP Richardson
a197a87bd5 lib/remove/ created 2015-06-14 20:21:57 -05:00