Skip to content
New issue

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

fix(deps): trouble with elem as array #261

Closed
wants to merge 1 commit into from

Conversation

qfox
Copy link
Contributor

@qfox qfox commented May 31, 2017

Copy link

@Yeti-or Yeti-or left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Кажется еще changelog нужен =)

lib/deps/deps.js Outdated
@@ -130,6 +125,18 @@ module.exports = {
} else {
return [];
}

function depElem(dep) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

я четсно говоря не очень понял зачем отдельная функция, больше же она нигде не используется

@@ -85,15 +85,19 @@ describe('libs: deps', function () {
{ block: 'block1', mod: 'mod1', val: 'val1' },
{ block: 'block1', elem: 'elem1' },
{ block: 'block1', elem: 'elem1', mod: 'mod2' },
{ block: 'block1', elem: 'elem1', mod: 'mod2', val: 'val2' }
{ block: 'block1', elem: 'elem1', mod: 'mod2', val: 'val2' },
{ block: 'block2', elem: 'elem1', mod: 'mod', val: 'val' },
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а эта строчка чем отличается от предыдущей?

@qfox qfox force-pushed the qfox.fixing-elem-in-deps-as-array.NERPA-4888 branch from 521f68a to ec26351 Compare May 31, 2017 21:19
@qfox qfox force-pushed the qfox.fixing-elem-in-deps-as-array.NERPA-4888 branch from ec26351 to 96361a8 Compare May 31, 2017 21:20
@qfox qfox closed this Jul 24, 2020
@qfox qfox deleted the qfox.fixing-elem-in-deps-as-array.NERPA-4888 branch July 24, 2020 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants