Denis Malinochkin
Denis Malinochkin
Now it just looks like the functionality is beyond the scope of this package. Perhaps in the future we should think about hooks inside the `fs.walk` package. What problem are...
I correctly understand that under the `options` argument you understand options for FastGlob?
I'll mark this question as an improvement. But I'm not sure that this method is needed within this package.
Hello, @qwiglydee, What is `theming.js`?
Не ради рекламы, а саппорта: Я как-то рассматривал описанную вами проблему инкрементальной компиляции ([статья](https://www.canonium.com/articles/pug-incremental-compiling)) и недавно, начиная пересматривать свой workflow-проект (кит, набор или как там сейчас модно?), поставил себе задачу...
@artem-malko, в версии **1.0.0-beta.1** добавил поддержку Jade (`options.jade = true`) и glob-паттернов. Пример: #### Структура - `content/a.jade` - `include b.jade` - `content/b.jade` - пустой - `content/dir/a.jade` - `include ../b` -...
@artem-malko, опубликовал версию **1.0.0**, так как не смог найти проблемные места на своих проектах. Возможно, что-то проявится при интеграции у вас, если решитесь :cat: P.S.: перечитал документацию по Pug/Jade и...
Probably not. With `directory/*` pattern result is correctly (only files from the first level of the `directory` directory), but inside we read all the subdirectories (like with `dirrctory/**` pattern). Looks...
I don't know why, but if I delete `/g` for `isHidden` RegExp, all works correctly. Also related to Node.js 8, 10 and `chakracore-nightly/12.0.0-nightly20190516e1c4cc010d/x64`. Wow! https://stackoverflow.com/questions/11477415/why-does-javascripts-regex-exec-not-always-return-the-same-value
Why, if you could just specify a compiled file? I see two ways of realization: - Compilation and caching - Write a parser for the selectors