Denis Malinochkin

Results 138 comments of Denis Malinochkin

The problem with a leading dot has been solved in the master branch by #402. Other issues will be considered separately as they appear as issues. Will be shipped with...

Actually, there are several problems here: 1. [Here](https://github.com/nodelib/nodelib/blob/d039982ea2de9c68e03eef3fd050940b6493c6e1/packages/fs/fs.walk/src/readers/sync.ts#L23) we replace all backslashes with forward slashes. Because of this, we cannot read the entries of the `a\\` directory. 2. The matcher...

Already fixed in the master by #395 in this package. Will be shipped with [`3.3.0`](https://github.com/mrmlnc/fast-glob/issues/396).

It is time! 1. https://github.blog/changelog/2023-07-17-github-actions-removal-of-node12-from-the-actions-runner/ 2. https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/#tooling-breaking-changes 3. https://github.com/microsoft/TypeScript/blob/01b18215eccec4e3b32743ab545bf8c6b570d782/package.json#L29 4. https://nodejs.org/en/blog/announcements/nodejs16-eol

The `main` branch now requires Node.js 16.14.0 and above.

FG understands that the `../a/**` pattern has a parent directory (`../a`) and starts searching for files in the `b/../a` directory. All found entries have the prefix of the original pattern...

My current vision for the development of this package does not involve adding this field to `Entry`. If you cannot use `path.dirname` or always require `base`, I suggest opening an...

It is not planned to implement, as this functionality is outside the scope of this package. This package provides functionality for searching entries by glob patterns and utilities for preparing...

You can use `npm install [email protected]`, but don't forget that this is alpha version.