n8n/packages/workflow/src
Mutasem Aldmour 469c391fee
fix(core): Fix resolve RL values in expressions (#4173)
* update interface

* update expression resolving

* 🔥 remove ExtractValue functions

* add flags

* update resolving

* update expr

* fix for list mode

* clean up

* Fix up

* update guard

* fix bug with switching

* update to handle expr referencing

* fix legacy expression

* fix when switching

* update spacing

Co-authored-by: Valya Bullions <valya@n8n.io>
2022-09-22 19:04:26 +02:00
..
Cron.ts [N8N-4339] Unify all Cron-specific code. Improve typing, and add tests. (#3887) 2022-08-19 12:45:04 +02:00
DeferredPromise.ts Add Webhook response node (#2254) 2021-11-05 10:45:51 -06:00
Expression.ts feat: add resource locator parameter (#3932) 2022-09-21 15:44:45 +02:00
ExpressionError.ts feat: Improvements to pairedItem 2022-07-22 12:19:45 +02:00
index.ts [N8N-4339] Unify all Cron-specific code. Improve typing, and add tests. (#3887) 2022-08-19 12:45:04 +02:00
Interfaces.ts fix(core): Fix resolve RL values in expressions (#4173) 2022-09-22 19:04:26 +02:00
LoggerProxy.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
NodeErrors.ts fix(workflow): remove a few ts-ignore and eslint-disable (#3958) 2022-09-09 16:34:50 +02:00
NodeHelpers.ts feat: add resource locator parameter (#3932) 2022-09-21 15:44:45 +02:00
ObservableObject.ts fix: correct all the spelling typos (#3960) 2022-09-02 16:13:17 +02:00
RoutingNode.ts fix(core): Fix resolve RL values in expressions (#4173) 2022-09-22 19:04:26 +02:00
TelemetryHelpers.ts refactor: Add node IDs (#3788) 2022-08-03 13:06:53 +02:00
types.d.ts fix(workflow): remove a few ts-ignore and eslint-disable (#3958) 2022-09-09 16:34:50 +02:00
Workflow.ts feat: add resource locator parameter (#3932) 2022-09-21 15:44:45 +02:00
WorkflowActivationError.ts refactor(core): Emit different error for issue in execution or trigger 2022-06-07 15:43:47 +02:00
WorkflowDataProxy.ts fix(core): Fix resolve RL values in expressions (#4173) 2022-09-22 19:04:26 +02:00
WorkflowErrors.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WorkflowHooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00