> I assume the answer is no, but can one proxy simple modules?
I can think of two ways to read this question. If you mean "can one simulate simple modules with proxies" the answer is no -- you can't dynamically simulate something with static semantics. If you mean "can one create a proxy that delegates to a module" the answer is yes: because simple modules can be reflected as objects at runtime, you can use any kind of dynamic delegation patterns you like, including via proxies. Dave
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

