You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently process @context anywhere it appears in a document in a pre-processing step. This breaks JSON literals. I'm working on a patch to do JIT context processing instead -- with a number of other caching improvements. This patch should also fix this bug.