Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Get rid of rimraf #114

Closed
vweevers opened this issue Jan 6, 2018 · 5 comments
Closed

Get rid of rimraf #114

vweevers opened this issue Jan 6, 2018 · 5 comments
Assignees
Labels
cleanup Housekeeping

Comments

@vweevers
Copy link
Member

vweevers commented Jan 6, 2018

This was added in 001c86e, excluded from browser builds in 80822a7 and necessary because abstract-leveldown/testCommon.js requires rimraf.

I think we should solve this in abstract-leveldown so that memdown (and others) don't need these hacks. I'll open an issue. /cc @ralphtheninja

@vweevers
Copy link
Member Author

vweevers commented Jan 6, 2018

Actually I'll first test if the hacks are still required.

@vweevers
Copy link
Member Author

vweevers commented Jan 6, 2018

They aren't :) Looks like browserify is smart enough to respect the browser configuration of abstract-leveldown, and replace rimraf with an empty module.

@ralphtheninja
Copy link
Member

@vweevers So we can just remove the rimraf dependency now?

@vweevers
Copy link
Member Author

No, because of #116 (comment)

@vweevers vweevers added the cleanup Housekeeping label Jan 1, 2019
@vweevers
Copy link
Member Author

Done in #174

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cleanup Housekeeping
Projects
None yet
Development

No branches or pull requests

2 participants