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

refactor: extract out FileFetcher to deno_cache_dir #27263

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Dec 6, 2024

@dsherret dsherret added the ci-draft Run the CI on draft PRs. label Dec 13, 2024
@dsherret dsherret removed the ci-draft Run the CI on draft PRs. label Dec 13, 2024
@dsherret dsherret marked this pull request as ready for review December 13, 2024 22:37
@dsherret dsherret requested a review from bartlomieju December 13, 2024 22:37
.into_text_decoded()?;
let file = TextDecodedFile::decode(
file_fetcher.fetch_bypass_permissions(specifier).await?,
)?;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not as good as before (not left to right/top to bottom), but oh well. Not too bad...

let mut res = Response::new(empty_body());
*res.status_mut() = StatusCode::FOUND;
Ok(res)
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test was moved to deno_cache_dir

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.

1 participant