Fix bug where the SWC compiler bug prunes step-only imports in the client-mode transformation

* first pass

* fix failing test

* Update changeset to fix SWC compiler issue

Fix bug where the SWC compiler bug prunes step-only imports in the client-mode transformation

Signed-off-by: Nathan Rajlich <n@n8.io>

* DCO Remediation Commit for nathancolosimo <nathancolosimo@gmail.com>

I, nathancolosimo <nathancolosimo@gmail.com>, hereby add my Signed-off-by to this commit: 150d175e7d
I, nathancolosimo <nathancolosimo@gmail.com>, hereby add my Signed-off-by to this commit: 429747fcc3

Signed-off-by: nathancolosimo <nathancolosimo@gmail.com>

---------

Signed-off-by: Nathan Rajlich <n@n8.io>
Signed-off-by: nathancolosimo <nathancolosimo@gmail.com>
Co-authored-by: Nathan Rajlich <n@n8.io>
This commit is contained in:
Nathan Colosimo
2026-03-11 12:11:19 -04:00
committed by GitHub
parent d5bc418816
commit d72c82220f
27 changed files with 1024 additions and 443 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
* Note: This is NOT a step function - it's a regular function that gets called
* from within a step to verify path alias imports work correctly.
*/
export function pathsAliasHelper(): string {
export function pathsAliasHelper() {
return 'pathsAliasHelper';
}