unclechu / node-deep-extend

Recursive extend module
MIT License
202 stars 53 forks source link

Support Symbol #24

Open dlmr opened 8 years ago

dlmr commented 8 years ago

Would a PR that adds support for Symbols be accepted?

In the current state they are dropped since they are not a enumerable property which are the only ones that are managed since Object.keys is used.

unclechu commented 8 years ago

@DLMR I think I'll implement support Symbol in next major release.

dlmr commented 8 years ago

Do you have a rough estimate on when that might happen?

unclechu commented 8 years ago

@DLMR sorry, no I haven't.