-
Notifications
You must be signed in to change notification settings - Fork 370
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
feat(devtools): preparation for integration of rsdoctor #5335
feat(devtools): preparation for integration of rsdoctor #5335
Conversation
|
return url; | ||
} | ||
|
||
export async function parseManifest( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where do we use this method?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is used for parsing manifest stats of rsdoctor.
Pasted from rsdoctor and will be used in the next PR.
For now it just a placeholder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Maybe we should discuss with Rsdoctor to get a public API for this.
- So why this placeholder is added to this PR not next PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, I removed it from this PR.
Summary
Related Links
Checklist
pnpm run change
.