Skip to content

Conversation

@gagik
Copy link
Contributor

@gagik gagik commented Oct 15, 2024

No description provided.

@gagik gagik marked this pull request as ready for review October 15, 2024 12:04
@gagik gagik merged commit 9f3ebe0 into main Oct 15, 2024
2 checks passed
@gagik gagik deleted the gagik/fix-depcheck-cli-repl branch October 15, 2024 12:05
const tlsCertificateKeyFilePassword = searchParams.get(
const searchMap = searchParams as Map<keyof DevtoolsConnectOptions, string>;
const tlsCertificateKeyFile = searchMap.get('tlsCertificateKeyFile');
const tlsCertificateKeyFilePassword = searchMap.get(
Copy link
Collaborator

Choose a reason for hiding this comment

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

This could have used a bit more description of what it is fixing, plus maybe a TODO comment to revert it at some point (if that is possible) since we're losing type safety here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, I actually wonder if the depCheck bump would allow us to revert this now; will check

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.

4 participants