bem-sdk-archive / bem-bundle

Primal BEMBundle object. DEPRECATED →
https://github.com/bem/bem-sdk/tree/master/packages/bundle
Other
5 stars 0 forks source link

Make bemjson and bemdecl optional #11

Open Yeti-or opened 7 years ago

Yeti-or commented 7 years ago

Case: I want abstraction over fs for bem bundles and this module is suitable, but i want to collect bemjson or decls later

Yeti-or commented 7 years ago

possible solution: {bemjson: undefined, decl: null} plus add setters

asserts:

cc @zxqfox