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(typescript): allow lowercase drive letters #1141

Closed
wants to merge 1 commit into from
Closed

fix(typescript): allow lowercase drive letters #1141

wants to merge 1 commit into from

Conversation

timvahlbrock
Copy link

@timvahlbrock timvahlbrock commented Mar 16, 2022

Rollup Plugin Name: {typescript}

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

The regex that converts drive letters is now transforming lower case drive letters as well.
I'm aware that bugfixes should normally receive tests, however tests for this case cannot easily be build, as this occurrence of this bug depends on operating system configuration and the shell being used.

@timvahlbrock
Copy link
Author

@shellscape Is there anything more this needs?

@shellscape
Copy link
Collaborator

shellscape commented Apr 13, 2022

@timvahlbrock thanks for this PR. we're getting to them as soon as we're able to. In this case it looks like someone beat you to the punch on #1134.

But seriously thanks for the PR, and for helping on the issue. If you'd like, I can edit the CHANGELOG and add your handle for credit. Closing for now, but please let me know if you'd like me to do that.

@shellscape shellscape closed this Apr 13, 2022
@timvahlbrock
Copy link
Author

If you'd like, I can edit the CHANGELOG and add your handle for credit.

Appreciate it, but I don't think that would be appropriate. Just oversaw the existing pull request and wanted to get this solved. Maybe if I contribute something another time.

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