We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if i try to deps some elem of another block like that:
{ tech: 'js', mustDeps: [ { block: 'some-block', elem: 'some-elem', tech: 'bemhtml' } ] }
in common file i see block itself and elem, but i expect to see just elem
The text was updated successfully, but these errors were encountered:
https://gist.github.com/tadatuta/40a0d87c307c74c84039c34caa1c15f6
https://github.com/bem/project-stub/tree/byTech
Sorry, something went wrong.
Just to clarify some hidden things:
means block-from-context.js requires some-block__some-elem.bemhtml
block-from-context.js
some-block__some-elem.bemhtml
Both of them should be in the result but not block-from-context.bemhtml.
block-from-context.bemhtml
Probably in branch 3.0.0-0 it's fixed but it's alpha and still not tested properly.
3.0.0-0
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: