You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atm naming has shared parts of code with BemEntityName like usage of deprecated fields.
Would be better to has a tiny method for stringifying entityName with naming:
original: bem/bem-sdk#181
Atm naming has shared parts of code with BemEntityName like usage of deprecated fields.
Would be better to has a tiny method for stringifying entityName with naming:
and another tiny method for normalization old versions to the modern one as it does in BemEntityName.create: https://github.com/bem-sdk/bem-entity-name/blob/86e59d24/lib/entity-name.js#L379-L406
Perhaps we can make a separate function to let users use it with stringify as they did it before.
The text was updated successfully, but these errors were encountered: