bem-sdk-archive / bem-entity-name

BEM entity name representation. DEPRECATED →
https://github.com/bem/bem-sdk/tree/master/packages/entity-name
Other
5 stars 3 forks source link

Method for mutating bem-entities #87

Closed Yeti-or closed 7 years ago

Yeti-or commented 7 years ago

how to transform block to elem? how to add modifiers ?

qfox commented 7 years ago

You want something like BemPageObject?

Yeti-or commented 7 years ago

nope

blond commented 7 years ago

BemEntityName is immutable.

We can add a method that will create mutant object by this context and specified diff, see #102