We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pretty
- file:///Users/user/file.js + file://~/file.js
The first one is clickable in my IDE, the second one isn't.
I think pretty should also drop file:// to be useful and not counter-productive.
file://
Related:
The text was updated successfully, but these errors were encountered:
It made more sense before when it used normal paths. Maybe it could convert the file URL to a path and then prettify it when {pretty: true}?
{pretty: true}
Sorry, something went wrong.
I think so. file:// doesn't really add anything here, so without it it would be prettier
No branches or pull requests
The first one is clickable in my IDE, the second one isn't.
I think
pretty
should also dropfile://
to be useful and not counter-productive.Related:
The text was updated successfully, but these errors were encountered: