@nodescript/core
Advanced tools
Comparing version 7.3.2 to 7.3.3
@@ -294,3 +294,3 @@ import { convertAuto, isSchemaCompatible } from '../util/index.js'; | ||
const computeSym = this.symbols.getComputeSym(node.ref); | ||
const scopeSym = this.graph.moduleSpec.newScope ? `ctx.newScope()` : `ctx`; | ||
const scopeSym = node.getModuleSpec().newScope ? `ctx.newScope()` : `ctx`; | ||
const subgraphSym = this.getSubgraphExpr(node); | ||
@@ -297,0 +297,0 @@ const argsExpr = [scopeSym, subgraphSym].filter(Boolean).join(','); |
{ | ||
"name": "@nodescript/core", | ||
"version": "7.3.2", | ||
"version": "7.3.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Visual programming language for Browser and Node", |
Sorry, the diff of this file is not supported yet
194228
224
3394