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: use globbing from deno_config #21925

Merged
merged 6 commits into from
Jan 16, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jan 13, 2024

Waiting on denoland/deno_config#27

Real fix for #21922

@dsherret dsherret marked this pull request as ready for review January 15, 2024 20:03
@dsherret dsherret marked this pull request as draft January 15, 2024 20:26
@dsherret dsherret marked this pull request as ready for review January 15, 2024 22:02
@@ -3090,6 +3067,7 @@ fn lock_arg() -> Arg {

If value is not provided, defaults to \"deno.lock\" in the current working directory.")
.num_args(0..=1)
// todo(dsherret): remove value_parser!(PathBuf) and instead parse as string
Copy link
Member

Choose a reason for hiding this comment

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

Can you opean an issue about it?

Copy link
Member Author

Choose a reason for hiding this comment

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

I opened #21954

@dsherret dsherret merged commit 4e72ca3 into denoland:main Jan 16, 2024
14 of 17 checks passed
@dsherret dsherret deleted the fix_deno_config_globs branch January 16, 2024 00:15
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.

None yet

2 participants