stampit-org / stamp-specification

The Stamp Specification: Composables
434 stars 16 forks source link

Symbols as keys in descriptor #106

Closed koresar closed 8 years ago

koresar commented 8 years ago

This PR changes README and example implementation. The Symbol-s in object keys are now treated as regular string keys.

JFYI: Symbols are supported in Edge (not IE11 though), Chrome, FF, node (starting 0.12), and Safari 9.

JFYI: Lodash _.assign does not assign Symbol keys (see here). Thus using Object.assign.

Closes #86

danielkcz commented 8 years ago

Very nice 👍