refactor: simplify

This commit is contained in:
cha0s 2024-06-22 04:05:09 -05:00
parent a62a578664
commit c7cb1b6876

View File

@ -57,7 +57,7 @@ export default class Sandbox {
}
get context() {
return this.scopes.get(this.ast).context;
return this.$$context;
}
destructureArray(id, init) {