@nodescript/core
Advanced tools
Comparing version 0.15.3 to 0.16.0
export * from './comment.js'; | ||
export * from './frame.js'; | ||
export * from './local.js'; | ||
export * from './param.js'; | ||
export * from './result.js'; |
// This file is auto-generated | ||
export * from './comment.js'; | ||
export * from './frame.js'; | ||
export * from './local.js'; | ||
@@ -4,0 +5,0 @@ export * from './param.js'; |
@@ -149,2 +149,3 @@ import { isSchemaCompatible } from '../util/index.js'; | ||
case 'core:Comment': return; | ||
case 'core:Frame': return; | ||
default: | ||
@@ -151,0 +152,0 @@ if (node.isExpanded()) { |
@@ -8,5 +8,6 @@ import { Graph } from '../model/graph.js'; | ||
this.defineOperator('core:Comment', systemNodes.Comment); | ||
this.defineOperator('core:Frame', systemNodes.Frame); | ||
this.defineOperator('core:Local', systemNodes.Local); | ||
this.defineOperator('core:Param', systemNodes.Param); | ||
this.defineOperator('core:Result', systemNodes.Result); | ||
this.defineOperator('core:Local', systemNodes.Local); | ||
} | ||
@@ -13,0 +14,0 @@ async loadGraph(spec = {}, options = {}) { |
{ | ||
"name": "@nodescript/core", | ||
"version": "0.15.3", | ||
"version": "0.16.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Visual programming language for Browser and Node", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
131415
155
2334