You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to del-cli@3 the following behavior occurs:
Command: del-cli dir/subdir/ (Note the trailing slash)
Expectation: dir/subdir/ gets deleted.
Outcome: dir/subdir/ is not deleted.
Command: del-cli dir/subdir (Note the absence of the trailing slash)
Expectation: dir/subdir/ gets deleted.
Outcome: dir/subdir/ gets deleted.
This behavior appears to have started with the switch to del@5 using fast-glob but after looking into the fast-glob docs I'm not sure there is even option or anything related to control this behavior. (Using del-cli@2 does behave the same for both commands.)
tbh I thought I report it here first because I encountered it using del-cli. If you believe this is a problem with fast-glob feel free to close the issue and I will create another issue for fast-glob.
Thanks a lot! 👍
The text was updated successfully, but these errors were encountered:
Same with us, unable to run commands on windows. Breaking application with
ExperimentalWarning: The ESM module loader is experimental.
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader
aleen42
added a commit
to Coremail/mini-css-extract-plugin
that referenced
this issue
Aug 13, 2021
After upgrading to
del-cli@3
the following behavior occurs:Command:
del-cli dir/subdir/
(Note the trailing slash)Expectation:
dir/subdir/
gets deleted.Outcome:
dir/subdir/
is not deleted.Command:
del-cli dir/subdir
(Note the absence of the trailing slash)Expectation:
dir/subdir/
gets deleted.Outcome:
dir/subdir/
gets deleted.This behavior appears to have started with the switch to
del@5
usingfast-glob
but after looking into thefast-glob
docs I'm not sure there is even option or anything related to control this behavior. (Usingdel-cli@2
does behave the same for both commands.)tbh I thought I report it here first because I encountered it using
del-cli
. If you believe this is a problem withfast-glob
feel free to close the issue and I will create another issue forfast-glob
.Thanks a lot! 👍
The text was updated successfully, but these errors were encountered: