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
Not interested in starting a discussion about the relative importance of filesize, more just curious if it's possible to take just the object implementation or just the array implementation out of immutable?
Right now I have a 200 LOC library that I'd like to keep as tiny as possible and I really just need .set and .get functions from the Map. Would something like this be possible or does it require everything else for handling nested arrays and other things?
The text was updated successfully, but these errors were encountered:
Not interested in starting a discussion about the relative importance of filesize, more just curious if it's possible to take just the object implementation or just the array implementation out of immutable?
Right now I have a 200 LOC library that I'd like to keep as tiny as possible and I really just need
.set
and.get
functions from the Map. Would something like this be possible or does it require everything else for handling nested arrays and other things?The text was updated successfully, but these errors were encountered: