This commit is contained in:
Alexander Wang 2023-11-01 13:21:11 -07:00
parent ffe5a1fe86
commit cb001ad925
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -465,6 +465,7 @@ func (c *compiler) compileMap(dst *Map, ast, scopeAST *d2ast.Map) {
Context_: &RefContext{ Context_: &RefContext{
Scope: ast, Scope: ast,
ScopeMap: dst, ScopeMap: dst,
ScopeAST: scopeAST,
}, },
}}, }},
} }