`esbuild-node` prepends `./` to the script path, which prevents absolute and relative paths from working. It would probably be better if `esbuild-node` did not try to be clever like this, but just parsed the script path as is.
esbuild-nodeprepends./to the script path, which prevents absolute and relative paths from working.It would probably be better if
esbuild-nodedid not try to be clever like this, but just parsed the script path as is.