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
varStyleDictionary1=StyleDictionary.extend({foo: 'bar'});varStyleDictionary2=StyleDictionary1.extend({foo: 'baz'});// StyleDictionary2.foo should be 'baz', but it is 'bar' right now
The extend method was meant to allow for modifying the core library so you could add transforms and formats and export a new StyleDictionary object for others to consume.
Test case:
The extend method was meant to allow for modifying the core library so you could add transforms and formats and export a new StyleDictionary object for others to consume.
Problem line: https://github.com/amzn/style-dictionary/blob/master/lib/extend.js#L99
The text was updated successfully, but these errors were encountered: