Hi team,
I’m curious if there are any plans for n8n to allow importing external JavaScript libraries directly inside the Code node.
Right now, I understand that the Code node only supports built-in JavaScript features.But in many cases, using external libraries could make transformations much easier without having to build a custom node or call external APIs.
Is this feature on the roadmap, or is the recommended path still to create a custom node or self-host with additional npm packages installed?
Thanks in advance!