Pavel Maksimenka

Results 5 comments of Pavel Maksimenka

Как я ни пытался прописать require, всегда одна и также ошибка: Error: Cannot find module '../header/header.bemjson.js' Структура бандла стандартная: bundle | - header | - index index.bemjson.js ```js module.exports =([{...

Надеюсь я по адресу: ``` (node:4492) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot create property 'domainEmitter' on string 'bem-walk timeout. See also https://github.com/bem-sdk/bem-walk/issues/76' ``` Немного не понял пояснения,...

All is ok, maybe this my mistake, sorry. But i has one more problem, if i use this code: `table(block="payment-table", mix="{block:table}, {block:table, mod:{theme:material}}")` I want to receive: `` But I...

About the first problem, here is an example that works incorrectly (Code written in pug syntax) ```pug table(block="payment-table", mix="block:table, mod:{theme:material}") thead(elem="head", mix="block:table, elem:head") tr(elem="head-row", mix="block:table, elem:head-row") th(elem="head-cell", mix="block:table, elem:head-cell") ```...

One more example ```pug div(block="test") div(elem="card", mix="block:card") ``` result: ```html ```