Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(clean): deno clean --entrypoint, remove DENO_DIR and node_modules contents not needed to execute module #28424

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

nathanwhit
Copy link
Member

Closes #27229.

TODO:

  • Tests
  • Make some changes to deno_cache_dir so we can get the paths for the local http cache
  • Right now this leaves the node modules setup cache in an incorrect state (removes the symlinks, but doesn't update the setup cache)
  • Handle code cache and other sqlite caches?

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

Successfully merging this pull request may close these issues.

deno clean -e / deno clean --prod
1 participant