feat(core): Change node execution order (most top-left one first) (#6246)
* feat(core): Change node execution order (most top-left one first) * ⚡ Fix issue with multi-output-nodes * ⚡ Remove not needed meta-entry in test * fix the e2e test --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
committed by
कारतोफ्फेलस्क्रिप्ट™
parent
0fe415add2
commit
0287d5becd
7
packages/cli/src/commands/Interfaces.d.ts
vendored
7
packages/cli/src/commands/Interfaces.d.ts
vendored
@@ -46,10 +46,3 @@ interface INodeSpecialCase {
|
||||
capResults?: number;
|
||||
keepOnlyProperties?: string[];
|
||||
}
|
||||
|
||||
declare module 'json-diff' {
|
||||
interface IDiffOptions {
|
||||
keysOnly?: boolean;
|
||||
}
|
||||
export function diff(obj1: unknown, obj2: unknown, diffOptions: IDiffOptions): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user