I'm using `@swc-node/register@1.10.10` via Nx and somehow this prints `undefined` in one of my .ts files: ```ts import path from "path" // or "node:path" console.log(path) ``` What could be the reason?
I'm using
@swc-node/register@1.10.10via Nx and somehow this printsundefinedin one of my .ts files:What could be the reason?