Denis Malinochkin
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...
## 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...
### 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) …