bem-sdk-archive / bem-decl

:capital_abcd: Manage declaration of BEM entities. DEPRECATED →
https://github.com/bem/bem-sdk/tree/master/packages/decl
Other
11 stars 3 forks source link

A lot of deprecated messages from @bem/entity-name #117

Open shkarupa-alex opened 7 years ago

shkarupa-alex commented 7 years ago

Clone, run npm i, run npm test see a lot of messages like:

@bem/entity-name deprecated modName is kept just for compatibility and can be dropped in the future. Use mod.name instead in { block: 'block', modName: 'mod', modVal: true } at at node_modules/@bem/entity-name/lib/entity-name.js:32:24

@bem/entity-name deprecated modVal is kept just for compatibility and can be dropped in the future. Use mod.val instead in { block: 'block', modName: 'mod', modVal: true } at at node_modules/@bem/entity-name/lib/entity-name.js:33:23

qfox commented 7 years ago

Yeah, need to update that package. Don't have much time for that unfortunately ;-(