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
// TODO to make this method working better [improvement]
constERROR_REPLACER_FUNCTION=(value)=>`something wrong with replacer function ${value}`;// TODO to make this method working better [improvement]// 1. to handle a case when literal is false, it's very scary// 2. we really need to be able to handle a situation when replacer isn't defined before (by different reasons)// 3. does this function works fine with `components` // 4. when something wrong - i want to have a better output about params that we passedfunctionobjectBuilder(constant,replacer,literal=false){// TODO add typeof for checking replacer as a function// console.log( typeof element.replacer === 'undefined' );
The text was updated successfully, but these errors were encountered:
to handle a case when literal is false, it's very scary
we really need to be able to handle a situation when replacer isn't defined before (by different reasons)
does this function works fine with
components
when something wrong - i want to have a better output about params that we passed
markdown-to-email/src/domain/md/object-builder/index.js
Line 21 in 6a9ab31
The text was updated successfully, but these errors were encountered: