bem-sdk icon indicating copy to clipboard operation
bem-sdk copied to clipboard

BEM SDK packages

Results 55 bem-sdk issues
Sort by recently updated
recently updated
newest added

```js decl.normalize({ block: 'b', elems: {elem:'e',mods:['m1', 'm2']} }) /* [ BemCell { entity: { block: 'b' } }, BemCell { entity: { block: 'b', elem: 'e' } }, BemCell {...

Resolve for this #322 TODO: - [ ] Починить тесты

type:feature
pkg:naming.presets

```js const decl = require('@bem/sdk.decl'); const BemCell = require('@bem/sdk.cell'); const BemEntityName = require('@bem/sdk.entity-name'); const scope = new BemCell({ entity: new BemEntityName({ block: 'foo' }), tech: null }); const content =...

`'.'` should softly equal to `process.cwd()` at config search time. For now it should strictly equal, and it's wrong. cc @godfreyd @tadatuta

type:bug
prio:high
status:ready
pkg:walk

Knowledge of defaultLayer should not be a part of "naming.cell.match" package. Can we write some sort of convention normalizer? Feels like it can be a container with normalization functions like...

type:feature
prio:normal
status:evaluating