mallocator/PropertyEmitter

Remove emitter from source object for simpler implementation.

Opened this issue · 0 comments

The emitter is currently an object on the source object. However, the emitter could also just be a property on the proxy object, avoiding the need to check for emitter name and leaving the original object unchanged.