Closed blond closed 8 years ago
If file with name block__elem.deps.js will contain:
block__elem.deps.js
({ tech: 'js', shouldDeps: { block: 'other-block', tech: 'bemhtml' } })
Actual:
exports.blocks = [{ name: 'other-block', elems: [{ name: 'elem' }] }];
Expected:
exports.blocks = [{ name: 'other-block' }];
Is the same true for mod files.
If file with name
block__elem.deps.js
will contain:Actual:
Expected:
Is the same true for mod files.