Skip to content

Loom Private Alpha 3 Released

Last night I fixed the issues with advising methods with ...rest and optional arguments, and came up with a potentially nifty strategy for dealing with getter/setter advice.

Getters/setters are a little harder to advise since their functions are seen by the AVM as properties, and as a result you can’t pass their function references around. I think I have it tackled though, and should have it all working in a few days.

Post a Comment

Your email is never published nor shared. Required fields are marked *