-
Notifications
You must be signed in to change notification settings - Fork 0
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
New result format #2
Labels
Comments
Variant 2 {
block: {
name: '',
mod: {
name: '',
val: '',
sep: ''
}
},
elem: {
name: '',
mod: {
name: '',
val: '',
sep: ''
}
}
} |
Empty props as Input: {
block: {
name: 'block',
mod: {
name: 'mod',
val: null,
sep: '_'
},
elem: null
}
} Or {
block: {
name: 'block',
mod: {
name: 'mod',
sep: '_'
}
}
} |
Variant 2 is better. Because we can use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://github.com/bem/bem-tools#options-5
See: https://github.com/bem/bem-tools/blob/support/0.10.x/tests/decl.js
Variant 1
The text was updated successfully, but these errors were encountered: