कारतोफ्फेलस्क्रिप्ट™
2023-02-08 18:57:43 +01:00
committed by GitHub
parent 1f924e3c3d
commit f23fb92696
6 changed files with 125 additions and 132 deletions

View File

@@ -18,10 +18,7 @@ LoggerProxy.init({
const nodeTypes = Object.values(loader.nodeTypes)
.map((data) => {
const nodeType = NodeHelpers.getVersionedNodeType(data.type);
const applyParameters = NodeHelpers.getSpecialNodeParameters(nodeType);
if (applyParameters.length) {
nodeType.description.properties.unshift(...applyParameters);
}
NodeHelpers.applySpecialNodeParameters(nodeType);
return data.type;
})
.flatMap((nodeData) => {