bem / bem/bem-sdk

Возвращать массив BemCell из dependenciesOf

Open
#303 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
89
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Чтобы не маппить вот так:
```js
const entities = graph.dependenciesOf(mergedDecl).map(BemCell.create);
```

Contributor guide

Open the contributing guide

Research direction

Start at the graph dependenciesOf entry point shown in the issue and trace how its current results are produced. Confirm the desired return values are BemCell instances and update the relevant behavior so the shown call no longer needs BemCell.create; done when dependenciesOf directly returns the requested array.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.