feat: custom connections #88
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/components/canvas/anchors/index.ts#L51
Unexpected any. Specify a different type
|
src/components/canvas/blocks/Blocks.ts#L18
Unexpected any. Specify a different type
|
src/components/canvas/blocks/ZindexMap.ts#L11
'item' is already declared in the upper scope on line 10 column 15
|
src/components/canvas/blocks/controllers/BlockController.ts#L48
'block' is already declared in the upper scope on line 18 column 15
|
src/components/canvas/layers/graphLayer/GraphLayer.ts#L148
Method 'handleEvent' expected no return value
|
src/components/canvas/layers/graphLayer/GraphLayer.ts#L156
Method 'handleEvent' expected no return value
|
src/components/canvas/layers/graphLayer/GraphLayer.ts#L159
Method 'handleEvent' expected no return value
|
src/components/canvas/layers/graphLayer/GraphLayer.ts#L162
Method 'handleEvent' expected no return value
|
src/components/canvas/layers/graphLayer/GraphLayer.ts#L200
Method 'updateTargetComponent' expected no return value
|
src/graph.ts#L167
'Component' is already declared in the upper scope on line 13 column 10
|
This job succeeded
Loading