Open HDevel opened 6 years ago
Just to clarify some hidden things:
{
tech: 'js',
mustDeps: [
{
block: 'some-block',
elem: 'some-elem',
tech: 'bemhtml'
}
]
}
means block-from-context.js
requires some-block__some-elem.bemhtml
Both of them should be in the result but not block-from-context.bemhtml
.
Probably in branch 3.0.0-0
it's fixed but it's alpha and still not tested properly.
if i try to deps some elem of another block like that:
in common file i see block itself and elem, but i expect to see just elem