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: remove usages of deno_core::resolve_import for resolving redirects #27234

Merged

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Dec 4, 2024

This was doing an allocation for reparsing the specifier. Might as well do .join here and it means I can extract out this file fetcher code to deno_cache_dir more easily.

@dsherret dsherret merged commit a26b873 into denoland:main Dec 4, 2024
17 checks passed
@dsherret dsherret deleted the refactor_remove_usage_resolve_import branch December 4, 2024 22:40
bartlomieju pushed a commit that referenced this pull request Dec 5, 2024
…redirects (#27234)

This was doing an allocation for reparsing the specifier. Might as well
do `.join` here and it means I can extract out this file fetcher code to
deno_cache_dir more easily.
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.

2 participants