Open niconomaa opened 4 years ago
In some caases, as for example in Lively's AST Explorer, the source code transformation plugin that makes objects into Proxies was applied twice.
While this is not to be expected, we nonetheless want to avoid wrapping an object twice (resulting in Proxy of Proxy).
In some caases, as for example in Lively's AST Explorer, the source code transformation plugin that makes objects into Proxies was applied twice.
While this is not to be expected, we nonetheless want to avoid wrapping an object twice (resulting in Proxy of Proxy).