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

fix: improve dependency tracking #504

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jul 11, 2024

@dsherret dsherret marked this pull request as draft July 11, 2024 23:30
@dsherret dsherret marked this pull request as ready for review July 11, 2024 23:54
@dsherret dsherret requested a review from bartlomieju July 11, 2024 23:54
is_dynamic: bool,
) {
match NpmPackageReqReference::from_specifier(&specifier) {
Ok(package_ref) => {
Copy link
Member Author

Choose a reason for hiding this comment

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

Just flattened to remove this.

is_dynamic: bool,
) {
match validate_jsr_specifier(&specifier) {
Ok(package_ref) => {
Copy link
Member Author

Choose a reason for hiding this comment

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

Only flattened to remove this.

@dsherret dsherret merged commit 8d4c111 into denoland:main Jul 12, 2024
16 checks passed
@dsherret dsherret deleted the fix_tracking_dependencies branch July 12, 2024 14:01
dsherret added a commit to denoland/deno that referenced this pull request Jul 12, 2024
dsherret added a commit to denoland/deno that referenced this pull request Jul 12, 2024
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