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

Bug with fast-glob package in Windows environments #371

Open
owl1n opened this issue Jul 31, 2023 · 1 comment
Open

Bug with fast-glob package in Windows environments #371

owl1n opened this issue Jul 31, 2023 · 1 comment
Labels
bug Issues that represent a bug.

Comments

@owl1n
Copy link

owl1n commented Jul 31, 2023

  • What is the expected and current behavior?
    On Windows environment generate:exports command generate only this part of exports in package.json:
 "exports": {
      ".": {
          "require": "./inkline.js",
          "import": "./inkline.mjs",
          "types": "./inkline.d.ts"
      },
      "./*": "./*",
      "./types": {
          "types": "./types/index.d.ts"
      }
  }

i think bug in this part of code await glob(resolve(srcDir, '**', '*.ts')... cause this return empty array with ignore options and without this.

  • Steps to reproduce
    Just try run this command on windows env :)

  • Please tell us about your environment:

    • Version: >=3.0.0
    • Browser: All
    • Language: All
    • OS: Windows 10/11
@owl1n owl1n added the bug Issues that represent a bug. label Jul 31, 2023
@alexgrozav
Copy link
Member

Thank you for reporting this. I'll try to get hold of a Parallels subscription to test it out again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that represent a bug.
Projects
None yet
Development

No branches or pull requests

2 participants