Denis Malinochkin

Results 37 issues of Denis Malinochkin

The current code has a poor level of maintenance service. Right now we cannot update TS without pain, because the current level of types coverage is poor. We need a...

Type: Maintenance

## Before * [ ] Close `2.0.0` milestone * [ ] Drop support Nunjucks ## Draw (20.11.2016) ### Templates * [ ] `yellfy-pug-inheritance` ~~~(blocked by https://github.com/mrmlnc/yellfy-pug-inheritance/issues/18)~~~ * [ ] PostHTML...

Type: Maintenance
Motivation: Low
Priority: Low

### What were you expecting to happen? ```js expect(gp('C:/', { flipBackslashes: false })).toEqual('C:/'); expect(gp('C:/.', { flipBackslashes: false })).toEqual('C:/'); expect(gp('C:/*', { flipBackslashes: false })).toEqual('C:/'); expect(gp('C:/./*', { flipBackslashes: false })).toEqual('C:/.'); expect(gp('C://', {...

### What is the purpose of this pull request? … ### What changes did you make? (Give an overview) …

### What is the purpose of this pull request? Fixes #438. ### What changes did you make? (Give an overview) …

Currently, `fast-glob` has two dependencies that can extract the base static directory from patterns. Right now we are [using](https://github.com/mrmlnc/fast-glob/blob/665be46dd01013f2b97a41c93d5f631434b1813a/src/utils/pattern.ts#L136-L138) `glob-parent` for this, which has not had new versions released for...

Type: Maintenance

```js Using ~/work/fast-glob/fast-glob/herebyfile.mjs to run bench:product:async Starting bench:product:async:flatten Label import.time (time) time (time) memory (memory) entries (value) process.time (time) ------------------ ------------------ ---------------- ----------------- --------------- ------------------- async fast-glob * 26.634ms ±4.013%...