mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* quick poc on how we could use proxies instead of object freeze for the extension context. * wip * wip * added tests for readOnlyProxy. * Changed so we use the read only proxy for the context instead of the frozen object. * updated names according to feedback.