n8n/packages/workflow/test
Michael Kret e8500e6937
feat: Add new expression variables and support for luxon
* 🔨 scaffolding for  and

* 🔨 added autocomplete

* 🔨 N8N-2961-New-expression-variables

* 🔨 added luxon DateTime to expressions and Functions node, replased  with , clean up

* 🔨 added  and , fixed  return values

* 🔨 added tests for new variables

* 🔨 removed unnecessary import

* 🔨 return type fix

* 🔨 working on review, wip

* 🔨 working on review, improved errors, wip

* 🔨 fixed disappearing error message box

* 🔨 excluded variables from function node, added jmespath setup

* :hamer: added $jmsepath to function nodes

* 🔨 replacing proxy with data when using jmespath

* 🔨 renamed function

* 🔨 updated tips to function nodes

* 🔨 fixes for errors messages

* 🔨 review fixes

* 🔨 removed $input and $() from autocomplete

*  removed comments

*  Remove unused code

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-03-13 10:34:44 +01:00
..
Helpers.ts 🐛 Swallow telemetry error and only log in warn and debug mode (#2858) 2022-02-24 17:15:30 +01:00
NodeHelpers.test.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
ObservableObject.test.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
RoutingNode.test.ts 🐛 Swallow telemetry error and only log in warn and debug mode (#2858) 2022-02-24 17:15:30 +01:00
Workflow.test.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WorkflowDataProxy.test.ts feat: Add new expression variables and support for luxon 2022-03-13 10:34:44 +01:00