pzuraq / macro-decorators

Decorators for getter/setter macros!
https://pzuraq.github.io/macro-decorators/
MIT License
62 stars 10 forks source link

[FEAT] Adds interop with objects that implement get and set #6

Closed pzuraq closed 4 years ago

pzuraq commented 4 years ago

This allows the various built-in macros to work with native classes that implement get and set, such as Map, along with giving users a way to provide their own custom getters and setters (e.g. Ember's classic get and set syntax).