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(pluginutils): fix path normalisation for createFilter #1161

Merged

Conversation

r0b1n
Copy link
Contributor

@r0b1n r0b1n commented Apr 12, 2022

Rollup Plugin Name: pluginutils

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

List any relevant issue numbers:
Discovered in #1144

Description

createFilter function is not normalizing paths correctly. Everything is expected to be converted to / while on windows it may not be the case as it depends on users input.

@r0b1n r0b1n requested a review from shellscape as a code owner April 12, 2022 12:37
packages/pluginutils/package.json Outdated Show resolved Hide resolved
@r0b1n r0b1n force-pushed the fix/plugginutils/filter-normalization branch from 17dbb7e to 4ca9717 Compare April 12, 2022 13:13
@shellscape shellscape merged commit b68ea7b into rollup:master Apr 13, 2022
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