connection-plugin
connection-plugin copied to clipboard
Now editor.addConnection passed [pure data](https://github.com/retejs/connection-plugin/blob/8453c60d5fd7412211d2af6e0946ff619f903651/src/flow/utils.ts#L41-L47): ```ts context.editor.addConnection({ id: getUID(), source: source.nodeId, sourceOutput: source.key, target: target.nodeId, targetInput: target.key }) ``` But we can use cusom Connection class, f.e.: https://github.com/Ni55aN/allmatter/blob/main/src/editor/connections/index.ts ```ts import...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...