Denis Malinochkin

Results 35 issues of Denis Malinochkin

#### Source * #32

Type: Enhancement

In the new version (`4.0.0`), we want to exclude version node.js 8, 10 from support. We will support the following versions another year: * 12.22.0+ * 14.17.0+ * 16.0.0+ Node.js...

Type: Maintenance

We need to rewrite the smoke tests to e2e. The main reason is to check for compliance with a specific set of paths, rather than node-glob results.

Type: Maintenance

#### Source issues * #239 * #147 * #196 * #198 #### Code https://github.com/mrmlnc/fast-glob/blob/0f7cdcf895f64b9983e7c17cbff42359df0e5bf1/src/providers/stream.ts#L11-L27

Type: Enhancement

**Describe the bug** I have an embeddable entity with two fields that have the `json` type. This entity is embedded in another entity as an array. In schema terms, it...

bug

#### Environment * Windows 10 * Node.js 12.13 * `picomatch@master` #### Code sample ```js const pm = require('.'); const a = pm.scan('/', { parts: true }).parts; console.dir(a, { colors: true...

#### Description The `scan` method returns different `parts` depending on options. * When the `parts` option is passed, then `*/c` will be represented as two parts of the pattern (`['*',...

bug

Hi, @jonschlinkert, I don't know how correct it is to talk about this, so I think we should take this issue as a question. > :book: The `minimatch` package has...

### Environment * Windows 10 * Node.js 12.3.1 * tiny-glob 0.2.6 * globrex 0.1.2 ### Actual behaviour ```js const tg = require('tiny-glob/sync'); const entries = tg('{*,./package.json,package.json}'); console.dir(entries, { colors: true...

bug

#### Versions * Windows 10 (17763) * NVMe (Samsung MZVLB512HAJQ) * Node.js 12.0.0 #### A directory tree ``` directory - file.txt - node_modules ``` #### Reproduce steps ```js const tg...

enhancement