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(pnpify): remove leading slash on windows in removeZipPrefix #1534

Merged
merged 1 commit into from
Jul 1, 2020

Conversation

merceyz
Copy link
Member

@merceyz merceyz commented Jul 1, 2020

What's the problem this PR addresses?

The TypeScript SDK doesn't strip the zip prefix correctly on Windows causing import suggestions to not show where the thing comes from.

Fixes #1533

How did you fix it?

Remove the leading slash that was left in on Windows

Checklist

  • I have read the Contributing Guide.
  • I have set the packages that need to be released for my changes to be effective.
  • I have verified that all automated PR checks pass.

@arcanis arcanis merged commit 5a19b1f into master Jul 1, 2020
@arcanis arcanis deleted the merceyz/pnpify-windows branch July 1, 2020 07:53
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.

[Bug] TypeScript auto imports are broken with yarn PNP on Windows
2 participants